如何远程重新启动Windows2003主机

今天使用远程桌面无法链接至远程的电脑,使用了Ping命令测试了一下,发现可以Ping通。

估计是远程桌面通讯协议初使化出现了问题,主机是正常的,只是无法远程桌面链入。想了想,使用了ShutDown命令解决。

shutdown /r /m \\hostservername

如果你遇到这个类似这样的问题,可以尝试ShutDown,效果不错,具体参数如下:

C:\>shutdown /?
Usage: shutdown [/i | /l | /s | /r | /a | /p | /h | /e] [/f]
[/m \\computer][/t xxx][/d [p:]xx:yy [/c "comment"]]

No args Display help. This is the same as typing /?
/? Display help. This is the same as not typing any options
/i Display the graphical user interface (GUI).
This must be the first option
/l Log off. This cannot be used with /m or /d option
/s Shutdown the computer
/r Shutdown and restart the computer
/a Abort a system shutdown.
This can only be used during the time-out period
/p Turn off the local computer with no time-out or warning.
This can only be used with /d option
/h Hibernate the local computer.
This can only be used with the /f option
/e Document the reason for an unexpected shutdown of a computer
/m \\computer Specify the target computer
/t xxx Set time-out period before shutdown to xxx seconds.
The valid range is 0-600, with a default of 30
/c "comment" Comment on the reason for the restart or shutdown.
Maximum of 127 characters allowed
/f Force running applications to close without forewarning users
/d [p:]xx:yy Provide the reason for the restart or shutdown
p indicates that the restart or shutdown is planned
xx is the major reason number (positive integer less than 256)
yy is the minor reason number (positive integer less than 65536)

Source: Joey's Boring Blog: @编程开发

posted on 2007-03-28 18:21  Joey Liang  阅读(2002)  评论(0编辑  收藏  举报