Ajout de la source en commentaire

This commit is contained in:
2018-04-30 16:56:53 +02:00
parent d046f0bb35
commit 9563695569

View File

@@ -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 # PowerShell Script to set the size of pagefile.sys
$computersys = Get-WmiObject Win32_ComputerSystem -EnableAllPrivileges; $computersys = Get-WmiObject Win32_ComputerSystem -EnableAllPrivileges;