Enable Memory Compression

main
LeDragoX 4 years ago committed by Plínio Larrubia
parent bd21c959a2
commit 99a32dd4e4
No known key found for this signature in database
GPG Key ID: 057B0A87CB137C69

@ -567,7 +567,7 @@ function PersonalTweaks {
}
Set-ItemProperty -Path $PathToLiveTiles -Name "NoTileApplicationNotification" -Type DWord -Value 1
Write-Host "= [Default] Enabling Auto tray icons..."
Write-Host "= Enabling Auto tray icons..."
Set-ItemProperty -Path "$PathToExplorer" -Name "EnableAutoTray" -Type DWord -Value 1
Write-Host "+ Showing This PC shortcut on desktop..."
@ -691,12 +691,15 @@ function PersonalTweaks {
}
# Found on the registry: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\User\Default\PowerSchemes
Write-Host "Enabling (Not activating) the Ultimate Performance Power Plan..."
Write-Host "+ Enabling (Not activating) the Ultimate Performance Power Plan..."
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
Write-Host "= Fix Hibernate not working..."
powercfg -h -type reduced
Write-Host "= Enabling Memory Compression..."
Enable-MMAgent -MemoryCompression
}
function RemoveBloatwareApps {

Loading…
Cancel
Save