Mouso core worker process

Anonymous
2020-06-02T04:20:14+00:00

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.

0 comments No comments

317 answers

Sort by: Oldest
  1. Anonymous
    2020-10-04T20:38:24+00:00

    I installed the driver development kit pwrtest module that showed that it is definitely MoUsoCoreWorker.exe.    So no new info on how to fix it, but at least confirms what it is.

    The process is described here - but a bit of a hassle, must install Visual C++ and some development kits.  I am a programmer - so not a big drama, but perhaps a little frustrating for the uninitiated.....

    https://docs.microsoft.com/en-us/windows-hardware/drivers/devtest/pwrtest-monitor-scenario

    From blending together the .\pwrtest /monitor and .\pwrtest /requests logs, i have (Bolding Mine)

    07:16:27         1  Idle: 45 seconds

    07:16:32         1  Idle: 50 seconds

    07:16:37         1  Idle: 55 seconds

    07:16:37         1  Physical Monitor State: On -> Off     (Monitor shuts down)

    07:16:37 Close:  AMD High Definition Audio Device   (<<< Shutdown here)


    07:16:37 Change: \Device\HarddiskVolume3\Windows\System32\MoUsoCoreWorker.exe

        Count: System:0  Display:0  AwayMode:0  PerfBoost:0

               ExecutionRequired:0  FullScreenVideo:0


    (<<< Muso runs)

    07:16:38 Create: \Device\HarddiskVolume3\Windows\System32\MoUsoCoreWorker.exe

        Type:Application  ProcessID:5552  SessionID:0

        Allow: System AwayMode PerfBoost ExecutionRequired

        Count: System:0  Display:0  AwayMode:0  PerfBoost:0

               ExecutionRequired:0  FullScreenVideo:0


    07:16:38 Change: \Device\HarddiskVolume3\Windows\System32\MoUsoCoreWorker.exe

        Count: System:0  Display:0  AwayMode:0  PerfBoost:0

               *ExecutionRequired:1  FullScreenVideo:0  (<<< Muso seems to demand execution)


    07:16:38 Change: \Device\HarddiskVolume3\Windows\System32\MoUsoCoreWorker.exe

        Count: System:0  Display:0  AwayMode:0  PerfBoost:0

               ExecutionRequired:0  FullScreenVideo:0

    07:16:38         1  Idle Reset (<< Wake up buddy!!!!) ****

    07:16:38         1  Physical Monitor State: Off -> On   (<<< System wakes up again)


    07:16:39 Create: \Driver\AtiHDAudioService

        Type:Driver  ProcessID:0  SessionID:0

        Allow: System PerfBoost

        Count: System:0  Display:0  AwayMode:0  PerfBoost:0

               ExecutionRequired:0  FullScreenVideo:0


    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2020-10-04T22:03:04+00:00

    Had the same problem.

    I checked for updates via Windows Update - it said - no new updates.

    I restarted the Windows Update service.

    I checked for updates via Windows Update again (2 min later), and now Windows Update finds new updates.

    It seems like windows update is stuck in a loop and thus the services keeps on staying alive. 

    I think that it probably fixed my problem. If anything new will happen, I'll update here.

    Was this answer helpful?

    4 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2020-10-05T01:04:40+00:00

    Restart Windows Update Service

    • Open Command Prompt in Administrator mode and execute this command: powercfg /requests
    • If you see MoUsoCoreWorker.exe listed anywhere, then it’s because of the Windows Update
    • Open Service Manager, locate Windows Update service, and restart it.
    • Rerun the Power Config command, and check if the listing of MoUsoCoreWorker.exe is gone.

    this information from :

    https://www.thewindowsclub.com/what-is-mousocoreworker-exe

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2020-10-05T02:45:46+00:00

    I tried installing KB4568831 It attempts to install, but it says this update is not applicable to my computer.  I'm running Windows 10 Pro, and Windows update says there's nothing new.

    I tried installing it twice, then Windows asked for two update restarts in a row.  I did so, but MoUsoCoreWorker.exe is still running and it won't auto sleep  (It does blank the screen though, but doesn't even log off,  Will try restarting the Windows update service next

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2020-10-05T03:19:13+00:00

    right-click in windows start menu

    choose search

    type "services" then run as administrator

    choose "windows update" and then right-click and choose restart

    that is all thing

    Was this answer helpful?

    0 comments No comments