Microsoft configured non-managed Windows 10 systems to restart automatically after the installation of updates. This can be a huge problem for users. If you run certain processes or have important apps up and running, Windows 10 may restart regardless of that.
This happens after a certain inactivity period. Sometimes, this may result in users losing access to work or being thrown out of games or other apps. While some may reload, like Office apps, others may not reload to the state they were in prior to the initialization of the restart.
The following sections offer step-by-step instructions to stop Windows 10 from restarting the system automatically after the installation of updates.
Stop automatic restarts using the Group Policy Editor
Note: the Group Policy Editor is only available for Pro, Enterprise, and Education editions. In other words, it is not available for Home editions. Please skip this section and check the Registry section below for instructions to enable the same policy on Home devices.
- Open the Start Menu.
- Type gpedit.msc and select Edit Group Policy from the results. This opens the Group Policy Editor.
- Follow the folder structure on the left and go to: Computer Configuration > Administrative Templates > Windows Components > Windows Update.
- Double-click on No auto-restart with logged on users for scheduled automatic updates installations.
- Set the policy to Enabled.
- Select OK.
- Double-click on Configure Automatic Updates under the same Windows Update folder.
- Set the policy to Enabled.
- Set the policy to Auto download and schedule the install.
- Click ok.
Tip: you can also set the second policy to Notify for download and auto install to prevent any automatic downloads of updates or installations of updates.
Stop automatic reboots using the Registry
- Open the Start menu.
- Type regedit.msc and select Registry Editor.
- Confirm the UAC prompt, if it is displayed.
- Go to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU.
- If a key does not exist, right-click on the previous key and select New > Key. Name it accordingly.
- Right-click on AU and select New > Dword (32-bit) Value. Repeat the steps six times:
- Name the first AUOptions. Double-click and set its value to 4.
- Name the second NoAutoRebootWithLoggedOnUsers. Double-click on it and sets its value to 1.
- Name the third NoAutoUpdate. Double-click on it and set its value to 0.
- Name the fourth ScheduledInstallDay. Double-click on it and set its value to 0.
- Name the fifth ScheduledInstallEveryWeek. Double-click on it and set its value to 1.
- Name the sixth ScheduledInstallTime. Double-click on it and set its value to 3.
- Close the Registry Editor.
- Restart the PC.
How do you handle updates on Windows devices?
A ready-made .reg file to download would have been nice..
Re: How do you handle updates on Windows devices?
I use Winaerotweaker to disable the automatic updates.
I re-enable them after few days after checking the IT pages for eventually flaws/errors that might occur after a feature update was installed.
In this way I can decide the time of restart (missing the good old days of W7 when you have the checkbox to enable/disable installing a specific new update 🙁 ).