Use group policy editor to configure automatic updates and disable the automatic reboot
Open run prompt:
windows + r
Open:
gpedit.msc
Access: (text labels may vary slightly as I am translating from a Norwegian windows installation)
Computer configuration -> Administrative templates -> Windows components -> Windows update -> Administrate enduserexperience
Right click on "Configure automatic updates" and select "edit".
Select "activate", Select "2 - Notify for download and automatic install". Click "ok".
Done.
First thing I ever do on a new install.
If you have Home edition you propably have to install Group policy editor first:
Press windows-button.
Type " cmd" and select run as administrator.
Copy and paste the following lines into the command prompt that opens.
FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~*.mum") DO ( DISM /Online /NoRestart /Add-Package:"%F" )
FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~*.mum") DO ( DISM /Online /NoRestart /Add-Package:"%F" )
To update:
Press windows-key and enter "windows update", Select "look for updates" and click "look for updates/install updates".
Note:
If you let windows do an update, chances are it may reboot.
Don't update unless you intend to reboot,