远程重启工具,网管帮手
Param:
/l Operate local computer
/n Operate a network computer
/r Specifies whether the computer is to restart immediately
after shutting down
/f Specifies whether applications with unsaved changes are
to be forcibly closed
/m specifies a message to display in the shutdown dialog box
/t:timeout Specifies the time (in seconds) that the shutdown dialog
box should be displayed. While this dialog box is
displayed, the shutdown can be stopped by the /a
/a Abort a system shutdown started by this command
/c:ComputerName Specifies the network name of the computer to operate
例如
net use \\192.168.0.1 "password" /user:administrator
rsd /n /c:192.168.0.73 /m:"reboot after 200 sec" /r /f /t:200 |