Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
windows-update-noreboot [2024/09/10 17:55] jsanders |
windows-update-noreboot [2024/09/10 18:04] (current) jsanders |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Windows Update: Prevent system from automatically rebooting ===== | ===== Windows Update: Prevent system from automatically rebooting ===== | ||
| + | ==== Manual Override ==== | ||
| You should still get a notification saying a restart is scheduled, but it will just never restart because the restart task can't be scheduled. | You should still get a notification saying a restart is scheduled, but it will just never restart because the restart task can't be scheduled. | ||
| - Go to C:\Windows\System32\Tasks\Microsoft\Windows\UpdateOrchestrator | - Go to C:\Windows\System32\Tasks\Microsoft\Windows\UpdateOrchestrator | ||
| Line 180: | Line 181: | ||
| } | } | ||
| }</code> | }</code> | ||
| + | ==== References ==== | ||
| + | [[https://github.com/SCUR0/PowerShell-Scripts/blob/master/Disable-UpdateReboot.ps1|github.com/SCUR0/PowerShell-Scripts/]] | ||