» Hallo
» hat jemand Erfahrung mit shutdown.exe
» ich habe das Problem, dass nicht alle Programme ordnungsgemäß geschlossen
» werden.
» Das mach dann beim Hochfahren Schwierigkeiten
Das remote-shutdown müsste es doch immer noch geben ?
Bei mir ist mittlerweile weitestgehend Winfreie Zone.
Auf einen alten Notebook läuft noch Win2000. Evtl. funktioniert das bei dir ?
/y: Use this switch to force a "yes" answer to all queries from the computer.
(wg. abspeichern offener Dateien)
http://support.microsoft.com/kb/317371
# To schedule the local computer to shutdown at 10:00 P.M., type the following line at a command prompt, and then press ENTER:
at 22:00 shutdown /l /y /c
# To schedule the local computer to shutdown at 6:00 P.M. every weekday, type the following line at a command prompt, and then press ENTER:
at 18:00 /every:M,T,W,Th,F shutdown /l /y /c
Gruss, Tobi(R) |