Disable automatic reboot after update

This commit is contained in:
Mylloon 2024-10-24 21:11:16 +02:00
parent 7aea17a9c6
commit cf8d5fc020
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -136,6 +136,10 @@ REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v St
:: see https://obsproject.com/wiki/How-to-disable-Windows-10-Hardware-GPU-Scheduler
REG ADD "HKLM\System\CurrentControlSet\Control\GraphicsDrivers" /v HwSchMode /t REG_DWORD /d 1 /f
:: Disable automatic reboot after update
REM Is this working?
REG ADD "HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoRebootWithLoggedOnUsers /t REG_DWORD /d 1 /f
:: === Firewall rules ==
:: Disable Edge updates