Un script PowerShell pour activer ou désactiver la veille en mode branché sur secteur.
###########################
# author : shebangthedolphins.net
# version : 1.0
# date : 2016.04
# role : Disable or Enable standby
# other :
# updates :
# - 1.X (x/x/xxxx) :
If ($args[0] -eq 0)
{
powercfg.exe -change -standby-timeout-ac 0
}
Else
{
powercfg.exe -change -standby-timeout-ac 15
}
On peut planifier la mise en veille depuis le planificateur de taches windows avec ces paramètres :
Contact :