How to shutdown or reboot the machine through the RDC?
When you are navigating remote desktop connection for one windows xp PC, you might be suffer there is no way to shutdown or reboot this machine because Microsoft consider the security control. But if you use this command or script , you can find it is very easily.
Command: shutdown -i
Script:
set obj =CreateObject("Shell.Application")
obj.ShutdownWindows()
Note: save the script as *.vbs, then run it with MS-script host engine.
本文介绍如何使用远程桌面连接(RDC)在Windows XP系统上远程关闭或重启计算机,通过命令行指令shutdown-i和脚本方式实现。
8044

被折叠的 条评论
为什么被折叠?



