I have Windows 10 Pro 2004, and have MoUsoCoreWorker.exe stopping my HP TouchSmart from going to sleep:
Microsoft Windows [Version 10.0.19041.388]
(c) 2020 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>powercfg -requests
DISPLAY:
None.
SYSTEM:
None.
AWAYMODE:
None.
EXECUTION:
[PROCESS] \Device\HarddiskVolume4\Windows\System32\MoUsoCoreWorker.exe
USO Worker
PERFBOOST:
None.
ACTIVELOCKSCREEN:
None.
I checked the same thing and got the same results in December. I dont know why my laptop wont go to sleep and turn off after 20 minutes.
Anthony, you seem to misunderstand the results from this "powercfg -requests" query. What's shown above should be interpreted as "MoUsoCoreWorker.exe has requested that sleep be prevented" (not what you want).
What you do WANT to see in response to a "-requests" query like this is the following:
(note that nothing is listed as actively requesting that the system remain awake)
C:\WINDOWS\system32>powercfg -requests
DISPLAY:
None.
SYSTEM:
None.
AWAYMODE:
None.
EXECUTION:
None.
PERFBOOST:
None.
ACTIVELOCKSCREEN:
None.
To tell POWERCFG to ignore MoUsoCoreWorker.exe requests, you have to enter a command like this:
powercfg -requestsoverride process MoUsoCoreWorker.exe execution
And then to see if the OVERRIDE request has been registered, enter the following command and observe that MoUsoCoreWorker.exe is listed.
C:\WINDOWS\system32>powercfg -requestsoverride
[SERVICE]
[PROCESS]
MoUsoCoreWorker.exe EXECUTION
[DRIVER]
A reboot may be required after the override request to knock the MoUsoCoreWorker off its pedestal.
i have the same issue - i have fixed it a number of times
- once by stopping the windows update service and trying windows update
- once by the windows scan now command
each time it works for a while then comes back - and can be seen in the power config requests list.
i have just tried this command
powercfg -requestsoverride process MoUsoCoreWorker.exe execution
when i checked if MoUsoCoreWorker.exe was disabled - it was listed as disabled
i then rebooted the PC and ran the power config requests command again and got the following:
PS C:\WINDOWS\system32> powercfg -requests
DISPLAY:
None.
SYSTEM:
None.
AWAYMODE:
None.
EXECUTION:
[PROCESS] \Device\HarddiskVolume4\Windows\System32\MoUsoCoreWorker.exe
USO Worker
[SERVICE] \Device\HarddiskVolume4\Windows\System32\SearchIndexer.exe (WSearch)
Windows® Search is indexing
PERFBOOST:
None.
ACTIVELOCKSCREEN:
None.
PS C:\WINDOWS\system32>
should this MoUsoCoreWorker.exe still be present in this list??