How to Remotely Restart a Windows Machine Through Command Line
The DOS command line built into every windows machine can be used to perform a lot of useful tasks. One very helpful task is shutting down your computer. By working your way through a few simple steps, you will find that you are able to easily shut down or restart your computer.
var wh_color_link = '006398';
var wh_link_weight = 'bold';
var wh_link_size = "1.2em";
var wh_embed_channel = "";
randNum =Math.random();
google_max_num_ads = '4';
xchannels += "1663181275";
function google_ad_request_done(google_ads) {
var s = '';
var i;
if (google_ads.length == 0) { return; }
if (google_ads.length == 1) {
s += '' +
'' + google_ads[0].line1 + '' +
'' + google_ads[0].line2 + ' ' + google_ads[0].line3 + '' +
'' + google_ads[0].visible_url + '';
} else if (google_ads.length > 1) {
for(i = 0; i ' +
'' + google_ads[i].line1 + '' +
'' + google_ads[i].line2 + ' ' + google_ads[i].line3 + '' +
'' + google_ads[i].visible_url + '';
} else if (i > 0) {
s += '' +
'' + google_ads[i].line1 + '' +
'' + google_ads[i].line2 + ' ' + google_ads[i].line3 + '' +
'' + google_ads[i].visible_url + '';
}
}
}
s = "" + s + "" +
"";
document.write(s);
return;
}
google_ad_client = "pub-9543332082073187";
google_ad_output = 'js';
google_ad_type = 'text';
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_feedback = 'on';
//embedded_ads, google sky, page wide track, no intro photo, RQ4, PH 2000-3000, 10-20 edits, RL Top, Computers and Electronics, Main namespace
var show_browse = false;
if (show_embed_ads) {
google_ad_channel = wh_embed_channel +'+5613791162+7733764704+1640266093+9911500640+9665908481+3322788282+7416705818+8962074949+6876289738+7122150828+' + xchannels;
} else {
}
//-->
Hide these ads
0)
e.style.setAttribute('csstext', 'display: inline; clear: both; height: 80px; width:500px;', 0);
else
e.setAttribute('style', 'display: inline; clear: both; height: 80px; width:500px;');
} else {
google_max_num_ads = '0';
}
//--->
Show Ads
[edit] Steps
Make sure you have an administrative rights on the remote machine and you can PING it.
On your workstation - Click on Start > Run, Type shutdown -i
click for bigger image
select options to shutdown or restart
Alternatively - Go to command prompt (start > run > cmd) on your workstation... and Typeshutdown -r -m \\xxx.xxx.xxx.xxxReplace xxx.xxx.xxx.xxx with the IP address or computer name of the remote machine. -r option is for restart, don't use -r if want to just shut down the system.
No comments:
Post a Comment