168 words
1 minute
Windows Control

Windows Control#

Hokkaido, Abashiri

Welcome to my Angry-Blog, where I unleash my frustrations about undesired Windows features. Be warned, colorful language ahead!

Prevent Auto-Reboot#

Windows Updates often require a reboot, but Windows doesn’t handle this gracefully. Here’s how to prevent auto-reboot:

  1. Task Scheduler Method:
    • Open Start and search for Task Scheduler.
    • Right-click the Reboot task, go to Properties, and navigate to the Triggers tab.
    • Uncheck “Enabled” and confirm.
Windows 10 WhispererWindows 10 WhispererWindows 10 Whisperer
  1. Alternative Method:
    • Use Run (Windows key + R) and type %windir%\System32\Tasks\Microsoft\Windows\UpdateOrchestrator.
    • Rename the Reboot file to Reboot.bak and create a folder called Reboot.
Windows 10 Whisperer

However, some users might encounter permission issues while attempting these steps.

Windows 10 WhispererWindows 10 WhispererWindows 10 Whisperer

Making Room for an Update#

Temporarily deactivate hibernation to allow updates to run smoothly:

Terminal window
powercfg -h off
powercfg -h on
Windows 10 Whisperer

This will delete the hiberfil.sys file from your C drive.

Windows Control
https://mranv.pages.dev/posts/windows-control/
Author
Anubhav Gain
Published at
2024-04-13
License
CC BY-NC-SA 4.0