Powershell/Windows 10/Debloat/utils/disable-memory-compression.ps1
2023-07-04 12:59:44 +02:00

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