This is an old revision of the document!
ping -k PASSERELLE IP_A_JOINDRE
Par exemple :
ping -k 192.168.1.1 fr.wikipedia.org
ping IP_A_JOINDRE -S ADDR_INTERFACE_SOURCE
Par exemple :
ping fr.wikipedia.org -S 192.168.1.86
netsh int ip reset netsh winsock reset
Verrouiller :
Rundll32.exe User32.dll,LockWorkStation
Veille prolongée :
Rundll32.exe User32.dll,LockWorkStation
Veille simple : Il faut la veille prolongée soit désactivée :
powercfg -hibernate off
rundll32.exe powrprof.dll,SetSuspendState 0,1,0
DISM /Online /Set-Edition:ServerStandard /ProductKey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /AcceptEula
Pour savoir s'il est en sans échec, ou en démarrage normal. Pas toujours évident en télémaintenance.
wmic COMPUTERSYSTEM GET BootupState
ou
gwmi win32_computersystem | select BootupState
Doit retourner :
Normal boot Fail-safe boot Fail-safe with network boot