From 956369556921170de2ddc388c7aa986eaebda417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Mon, 30 Apr 2018 16:56:53 +0200 Subject: [PATCH] Ajout de la source en commentaire --- files/NoSwap.ps1 | 1 + 1 file changed, 1 insertion(+) 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;