How to Reduce Memory Usage of the MoUSO Core Worker Process in Windows
The "MoUSO Core Worker" process is part of the Windows Unified Update Platform (UUP), responsible for coordinating the installation of updates. However, it can consume a lot of memory, affecting your PC's performance. To resolve this, follow the steps below:
Press the Windows key + Q, type cmd, right-click on Command Prompt and click Run as administrator.
Execute the following commands in the open window and press Enter after each one:
NET STOP WUAUSERV
NET STOP BITS
NET STOP CRYPTSVC
NET STOP TRUSTEDINSTALLER
Restart the services by entering each command individually and pressing Enter:
NET START WUAUSERV
NET START BITS
NET START CRYPTSVC
NET START TRUSTEDINSTALLER
These commands will help reduce CPU and RAM usage, improving your PC's performance and reducing crashes.