12 lines
501 B
PowerShell
12 lines
501 B
PowerShell
powercfg.exe /change disk-timeout-ac 0
|
|
powercfg.exe /change disk-timeout-dc 0
|
|
powercfg.exe /change standby-timeout-ac 0
|
|
powercfg.exe /change standby-timeout-dc 0
|
|
powercfg.exe /change hibernate-timeout-ac 0
|
|
powercfg.exe /change hibernate-timeout-dc 0
|
|
#powercfg.exe /change monitor-timeout-ac 0
|
|
|
|
$ParentRep = Split-Path -Path $PSScriptRoot -Parent
|
|
|
|
Copy-Item -Path "$ParentRep\Arrêter.lnk" -Destination $env:PUBLIC\Desktop
|
|
Copy-Item -Path "$ParentRep\Se Déconnecter.lnk" -Destination $env:PUBLIC\Desktop |