3

I use Windows 10 Pro and I got a "It's almost time to restart" message. How can I postpone the restart by more than one hour?

enter image description here

Windows automatic updates are supposed to be disabled:

enter image description here

1 Answer 1

1

To avoid the Windows forcefully rebooting after an automatic update:

Use Local Group Policy Editor to set Configure Automatic Updates enabled.

  • Run gpedit.msc
  • Navigate to Local Computer PolicyComputer ConfigurationAdministrative TemplatesWindows ComponentsWindows Update
  • Enable the Configure Automatic Updates policy
    • Set Configure automatic updating to 4 - Auto download and schedule the install
    • Enable the No auto-restart with logged on users for scheduled automatic updates policy

Alternatively

You also configure the above options through the registry

  • Launch regedit.exe

  • Navigate to HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU

  • set:

    • AuOptions = 4
    • NoAutoRebootWithLoggedOnUsers = 1 (i.e., true)

    Prevent auto reboot while logged on

N.B. If you manually start the update process, Windows may still reboot while your logged on.

For more information on controlling updates via Group Policy, see Manage additional Windows Update settings.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .