visual basic script
tient ben ouvre le bloc note, écris :
set variable=CreateObject("WScript.Shell")
variable.Run("C:\WINDOWS\System32\notepad.exe")
wscript.sleep 2000
variable.SendKeys ("O")
wscript.sleep 150
variable.SendKeys ("w")
wscript.sleep 150
variable.SendKeys ("n")
wscript.sleep 150
variable.SendKeys ("e")
wscript.sleep 150
variable.SendKeys ("d")
variable.Run("C:\Windows\System32\shutdown.exe -r")
enregistrez-sous... > test.vbs > enregistrer, pis ouvre
=D