You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Debloat-Windows-10/utils/disable-memory-compression.ps1

7 lines
267 B
PowerShell

# disable Memory Compression (requires SysMain (service))
Disable-MMAgent -mc
#Get-MMAgent
echo "Now you can also disable service SysMain (former Superfetch) in case it's not used."
#Get-Service "SysMain" | Set-Service -StartupType Disabled -PassThru | Stop-Service