Ogmios
6 years ago
2 changed files with 6 additions and 3 deletions
@ -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…
Reference in new issue