If you want to create a shutdown or logoff script on Windows XP then you can use the shutdown application. Here are some quick samples:
Shutdown the computer
shutdown -s
Shutdown and restart the computer
shutdown -r
Logoff of a computer
shutdown -l
To get the full command format open a command prompt, type shutdown /? and hit enter.
Share This To :
0 comments:
Post a Comment