Merge pull request #201 from ogmios-voice/memory-compress

Memory compression script fix
pull/207/head
Alex Hirsch 5 years ago committed by GitHub
commit ed74b0efb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,3 +0,0 @@
@echo off
Disable-MMAgent -mc

@ -0,0 +1,6 @@
# 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
Loading…
Cancel
Save