12 lines
536 B
Batchfile
12 lines
536 B
Batchfile
@ECHO OFF
|
|
|
|
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
|
|
|
|
Copy-Item -Path "$DeployRoot\Scripts\ScriptRegion\outilsregion\Arrêter.lnk" -Destination "C:\Users\Public\Desktop"
|
|
Copy-Item -Path "$DeployRoot\Scripts\ScriptRegion\outilsregion\Se Déconnecter.lnk" -Destination "C:\Users\Public\D |