This worked. 😊 Thanks.
Mouso core worker process
My computer (Windows 10, 64-bit Build 19041) is constantly waking up from sleep and then going back to sleep for a short time only to repeat the cycle. I ran sleep diagnostics on the Windows PowerShell as administrator i.e. powercfg /systemsleepdiagnostics. The report from yesterday (5/31/2020) indicates that my computer awoke from sleep 50-55 times during the course of the day until at about 8:00 p.m., I decided that it was better to fully shut down the computer rather than have these continued cycles. The common thread in all these awakenings from sleep is MoUSO Core Worker Process (MoUsoCoreWorker.exe).
- Power Requests
- \Device\HarddiskVolume5\Windows\System32\MoUsoCoreWorker.exe | START TIME | DURATION | TYPE | TOKEN | | --- | --- | --- | --- | | 2020-05-31T18:18:53 | 0:00:01 | Execution | 0xffff8389192ab2e0 |
This executable is a Microsoft programming element.
Why is this happening and what can I do to eliminate this totally annoying phenomena?
Windows for home | Windows 10 | Sleep and Power on, off
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
317 answers
Sort by: Oldest
-
Anonymous
2021-03-21T00:03:22+00:00 -
Anonymous
2021-03-21T15:51:43+00:00 No particular desire to pay for the Houston chronicle- I live in Sydney Australia....
If you use a browser with the "NoScript" AddOn and have it configured to, as a default, block JavaScript on all but white-listed web pages, then the link's PayWall never is seen and you can read the article. With that said, the article may or may not be particularly relevant to this problem. Here's what it it had to say:
Q: In the past I would have two or three Google Chrome windows opened with three or four tabs each, and my PC went to sleep as it should, as per my power settings. Now, all of a sudden, with all the same windows and tabs opened, it will not go to sleep. Basically I have to close down Chrome altogether if I want it to go to sleep. Is there a way to override whatever is keeping Windows awake when Chrome is open?
A: This appears to be a known issue with Google Chrome. If you have pages or tabs open with active content like music, videos or animation, this can cause the computer to believe that you are still actively using it and prevent the power mode settings from putting the computer to sleep and even prevent you from manually activating sleep mode.
There are two ways to prevent this from happening.
The first is to manually override the Chrome settings. To do this, click on Start and then type CMD. When you see the CMD icon, right-click it and select Run As Administrator.
In the command window that opens up, type in powercfg -requestsoverride PROCESS chrome.exe awaymode display system, and then hit Enter. This will allow the computer to go into sleep mode with Chrome open and running.
To disable the override, do the same thing and type powercfg -requestsoverride PROCESS chrome.exe and hit Enter.
The second option is to disable this in Group Policy.
Open the Group Policy Editor by clicking Start and typing in gpedit.msc, and then hit Enter.
Open Computer Configuration, Administrative Templates, System, Power Management and then Sleep Settings.
Set Allow Applications to Prevent Automatic Sleep to Disabled. If this is a laptop, there will be two options, one for On Battery and one for Plugged In, so you might want to change both.
-
Anonymous
2021-03-25T19:14:08+00:00 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.
Does anyone know if overriding the MoUsoCoreWorker.exe like shown above can cause the computer to sleep in the middle of a Windows Update? I've heard that you should never turn off your computer during an update because that could corrupt Windows. And that's one of the reasons why I'm hesitant to use the solution above. Anyone?
-
Anonymous
2021-03-25T19:26:19+00:00 Does anyone know if overriding the MoUsoCoreWorker.exe like shown above can cause the computer to sleep in the middle of a Windows Update? I've heard that you should never turn off your computer during an update because that could corrupt Windows. And that's one of the reasons why I'm hesitant to use the solution above. Anyone?
I've posted more than once that just doing the seemingly innocuous restarting the WU service messed up one of my computers to the point I had to do a repair install. To set processes to turn it off etc. is asking for trouble imo. To me none of this is worth it. For the two weeks it doesn't sleep I manually put it to sleep and then hope I get all the updates so it does work for the other part of the month.
-
Anonymous
2021-03-27T16:47:36+00:00 The Update did not work for me.