os/windows/ StoppingUpdateAutomaticallyRebooting
Windows update has a habit of automatically rebooting a machine, especially one set to do a long job. I find this very annoying. Fortunately, on there is a means to stop this. This comes from [here](https://answers.microsoft.com/en-us/windows/forum/windows_10-other_settings/disable-windows-10-automatic-restart-after-updates/16f1826d-a796-4de8-ac99-1d625420d265 here).
- Click on the “Start” button and type
gpedit.msc
press Enter.
- In the Local Group Policy Editor, go to
Computer Configuration -> Administrative Templates -> Windows Components -> Windows Update
- Double-click on
No auto-restart with automatic installations of scheduled updates
. - Select "Enabled", and then click
OK
. - Close the local group policy editor.