Disable automatic reboot after update
This commit is contained in:
parent
7aea17a9c6
commit
cf8d5fc020
1 changed files with 4 additions and 0 deletions
|
@ -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
|
:: 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
|
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 ==
|
:: === Firewall rules ==
|
||||||
:: Disable Edge updates
|
:: Disable Edge updates
|
||||||
|
|
Loading…
Reference in a new issue