diff --git a/files/NoSwap.ps1 b/files/NoSwap.ps1 index 84e50e8..3bbe3c9 100644 --- a/files/NoSwap.ps1 +++ b/files/NoSwap.ps1 @@ -1,3 +1,4 @@ +# https://stackoverflow.com/questions/37813441/powershell-script-to-set-the-size-of-pagefile-sys # PowerShell Script to set the size of pagefile.sys $computersys = Get-WmiObject Win32_ComputerSystem -EnableAllPrivileges;