Disassembler0 / Win10-Initial-Setup-Script

PowerShell script for automation of routine tasks done after fresh installations of Windows 10 / Server 2016 / Server 2019
MIT License
4.7k stars 1.07k forks source link

Windows 10’s RAM Compression #232

Closed Makxik closed 5 years ago

Makxik commented 5 years ago

After I launched this preset (https://pastebin.com/wukgFnXx, release 3.6) Task Manager reporting 0 MB of memory usage every time. SysMain service is running. Fresh installation of Windows 10 (April 28). How to reenable this feature? (by default it using 15.3 MB)

Disassembler0 commented 5 years ago

The compression is still enabled. You've just managed to optimize your system well enough, so it doesn't need to compress anything. The biggest contributors are DisableBackgroundApps, UninstallMsftBloat and UninstallThirdPartyBloat tweaks as they remove the ModernUI apps or block them from autostarting. ModernUI apps are the those which are normally suspended and compressed in RAM instead of being swapped out to disk.