| |
软件介绍: 远程重启工具,网管帮手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
|