How to stop Windows 10 automatically rebooting to install updates! Visit our video sponsor: https://www.premiumcdkeys.com/mikesunboxing And use the discount ...
Stop Windows 10 Automatically Rebooting To Install Updates
How to stop Windows 10 automatically rebooting to install updates!
Visit our video sponsor: https://www.premiumcdkeys.com/mikesunboxing And use the discount code MU5 or MIKESUNBOXING5
Windows Updates are a key and critical part of using the operating system, and mostly the updates are for security patches and reliability reasons. So you really should install them. But if you are a busy person you can almost guarantee that Windows will want to install an update and restart your machine at the most inconvenient moment!
So take back control and prevent Windows 10 from automatically rebooting to install updates.
You can copy and paste these into the command prompt or powershell to add them to the registry.
Disable the automatic restart with this registry key
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoRebootWithLoggedOnUsers /t REG_DWORD /d 1 /f
To undo this operation you can use this command
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoRebootWithLoggedOnUsers /t REG_DWORD /d 0 /f
Essentially all you are doing is changing the decimal value from the default of zero to one.
Computers & Gaming Playlist: https://www.youtube.com/playlist?list=PL39HCM-SRLM9nTVRnfPvAOHFRnWQe9Sf0
Unboxing Playlist: https://www.youtube.com/playlist?list=PL39HCM-SRLM-MWjTy_ecFQRwfM_Ql_vyo











