Created
October 10, 2018 12:12
-
-
Save LiamKarlMitchell/686e32c5076507d54da1e0e9b7ea0da5 to your computer and use it in GitHub Desktop.
Windows 10 waking up from sleep for Windows Update Orchestrator how to fix.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
powercfg -lastwake | |
This will show you what last woke up your PC, in my case it was Windows Updates trying to schedule a restart. | |
I dont care about that but could not seem to disable it even though I am logged in as an Administrator user?! | |
Solution download pstools from Microsoft Sysinternals | |
Run a cmd prompt and disable the scheduled tasks | |
There is probably a better way to just disable the Wake from Lan option on the task but blah! | |
PsExec64.exe /S cmd.exe | |
SCHTASKS /Change /tn "\Microsoft\Windows\UpdateOrchestrator\Reboot" /DISABLE | |
Fuck you microsoft. | |
i'm a go back to sleep now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Download for PsExec64 can be found here.
https://docs.microsoft.com/en-us/sysinternals/downloads/psexec