;question nouvelle imprimante $reponse = msgbox (4100, "Fermeture windows", "Voulez-vous redémarrer ?") if ($reponse==6) Then run("C:\WINDOWS\system32\shutdown.exe -s -t 00 -f") Else sleep(200) Sleep(2000) EndIf