<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Axino.net &#187; cmd</title>
	<atom:link href="http://www.axino.net/tag/cmd/feed" rel="self" type="application/rss+xml" />
	<link>http://www.axino.net</link>
	<description>The other side of atom.</description>
	<lastBuildDate>Thu, 15 Jul 2010 12:45:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Shutting down windows over network</title>
		<link>http://www.axino.net/tutorial/2009/05/shutting-down-windows-over-network</link>
		<comments>http://www.axino.net/tutorial/2009/05/shutting-down-windows-over-network#comments</comments>
		<pubDate>Sat, 02 May 2009 21:10:45 +0000</pubDate>
		<dc:creator>Arxleol</dc:creator>
				<category><![CDATA[operating systems]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.axino.net/?p=314</guid>
		<description><![CDATA[Image via CrunchBase In the last post I explained how to shut down computer that is running Windows OS (either XP or Vista) its fairly the same anyway. Now I will provide you with simple way to shut down computer to which you are connected over network but you are not in remote access. Now [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 200px;">
<dt class="wp-caption-dt"><a href="http://www.crunchbase.com/product/windows"><img title="Image representing Windows as depicted in Crun..." src="http://www.crunchbase.com/assets/images/resized/0002/1545/21545v2-max-450x450.png" alt="Image representing Windows as depicted in Crun..." width="190" height="66" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://www.crunchbase.com">CrunchBase</a></dd>
</dl>
</div>
</div>
<p>In the last post I explained how to shut down computer that is running Windows OS (either XP or Vista) its fairly the same anyway. Now I will provide you with simple way to shut down computer to which you are connected over network but you are not in remote access.</p>
<p><span id="more-314"></span>Now we will esentially use the same command as we used before.But we will add another parameter to it.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">shutdown <span style="color: #660033;">-m</span> 192.168.20.49 <span style="color: #660033;">-s</span></pre></div></div>

<p>Now this will shutdown computer with the following IP address on the local area network. But there is but as always you have to have administrator privileges on the following system. Either with having accounts with same passwords and usernames in some directory (active directory preferably) or being connected on the third party system, that performs log in checks.</p>
<p>If you do not have privileges then you will get error: <strong>Access is denied</strong></p>
<p>Some other things that are to be considered:</p>
<p>are the following commands:</p>
<ul>
<li><em>-t xxx </em>this one will allow you to delay shutdown/reboot for certain time interval in seconds.</li>
<li><em>-r </em>this one allows you to reboot computer</li>
<li><em>-c &#8220;some comment&#8221;</em> this one allows you to display some kind of msg why computer is shutting down</li>
</ul>
<p>In the end also consider that on LAN you may reach or identify computer with its name and not obligatory with its IP address. So instead of <strong>192.168.20.149</strong> you would put something like <strong>\\computerkitchen</strong></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/532c270b-eeca-4992-9e75-ba8a52d63021/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=532c270b-eeca-4992-9e75-ba8a52d63021" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.axino.net/tutorial/2009/04/shutdown-windows-xpvista-remotely" rel="bookmark" title="Wednesday 29.04.2009">Shutdown windows XP/Vista remotely</a></li>
<li><a href="http://www.axino.net/tutorial/2009/11/basic-web-hacking-10-ip-range" rel="bookmark" title="Wednesday 18.11.2009">Basic web hacking 10 :: ip range</a></li>
<li><a href="http://www.axino.net/tutorial/2009/07/hackthissite-org-basic-9-tricky-easy-not" rel="bookmark" title="Sunday 05.07.2009">hackthissite.org basic 9 :: tricky easy not</a></li>
<li><a href="http://www.axino.net/tutorial/2009/05/local-domain-or-set-up-of-local-site" rel="bookmark" title="Monday 04.05.2009">Local domain || set up of local site</a></li>
<li><a href="http://www.axino.net/tutorial/2010/05/how-to-grant-privilege-to-users-on-mysql-database" rel="bookmark" title="Sunday 02.05.2010">How to grant privilege to users on MySQL database</a></li>
</ul>
<p><!-- Similar Posts took 5.005 ms --></p>
 <img src="http://www.axino.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=314" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.axino.net/tutorial/2009/05/shutting-down-windows-over-network/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Shutdown windows XP/Vista remotely</title>
		<link>http://www.axino.net/tutorial/2009/04/shutdown-windows-xpvista-remotely</link>
		<comments>http://www.axino.net/tutorial/2009/04/shutdown-windows-xpvista-remotely#comments</comments>
		<pubDate>Wed, 29 Apr 2009 13:04:47 +0000</pubDate>
		<dc:creator>Arxleol</dc:creator>
				<category><![CDATA[operating systems]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.axino.net/?p=311</guid>
		<description><![CDATA[If you are using remote desktop connection often like I do. Then you have certainly  asked yourself how to turn off (aka. shutdown) computer remotely after you no longer use it. Procedure is very simple you just have to click on start and then type cmd and hit enter. After this you will see similar [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using remote desktop connection often like I do. Then you have certainly  asked yourself how to turn off (aka. shutdown) computer remotely after you no longer use it.</p>
<p><span id="more-311"></span><img src="http://www.shrani.si/f/L/Jb/13FSKnzp/star-cmd.png" alt="vista start cmd" />Procedure is very simple you just have to click on start and then type cmd and hit enter.</p>
<p>After this you will see similar window to the following one:</p>
<p><img class="alignright" title="Adminstrator cmd window (Windows Vista)" src="http://www.shrani.si/f/16/D/4ZcbIWvR/cmdadmin.png" alt="" width="679" height="341" />Of course there will be your username or some kind of name.</p>
<p>From here procedure is very simple. Now you only have to write in there<strong> shutdown -s </strong>and your computer will slowly shutdown. It is very recommended that you shutdown all programs also before using this procedure.</p>
<p>As in my own experience programs like Winamp gave me some hard time afterward.</p>
<p>Here is also nice suggestion to learn more about shutting down command you should write <strong>help shutdown</strong> this will show you all possible flags that can be used there are also shutting down after certain time interval and so on.</p>
<p>Have a nice reading.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.axino.net/tutorial/2009/05/shutting-down-windows-over-network" rel="bookmark" title="Saturday 02.05.2009">Shutting down windows over network</a></li>
<li><a href="http://www.axino.net/projects/swat2010/2010/05/swat2010-available-again" rel="bookmark" title="Monday 31.05.2010">SWAT2010 :: available again</a></li>
<li><a href="http://www.axino.net/hack/2009/06/kaminsky-bug" rel="bookmark" title="Monday 01.06.2009">Kaminsky bug</a></li>
<li><a href="http://www.axino.net/hack/2009/10/keylogger-in-c-hiding-unhiding" rel="bookmark" title="Thursday 29.10.2009">Keylogger in C# :: Hiding &#038;&#038; unhiding</a></li>
<li><a href="http://www.axino.net/hack/hackertestnet/2009/02/hackertestnet-level-10-false-clues-or-common-sens" rel="bookmark" title="Sunday 01.02.2009">hackertest.net level 10 :: False clues || common sens</a></li>
</ul>
<p><!-- Similar Posts took 4.848 ms --></p>
 <img src="http://www.axino.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=311" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.axino.net/tutorial/2009/04/shutdown-windows-xpvista-remotely/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
