<?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>gHacks technology news &#187; command line tool</title>
	<atom:link href="http://www.ghacks.net/tag/command-line-tool/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 22:37:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Nirsoft Command Line Tool</title>
		<link>http://www.ghacks.net/2009/04/02/nirsoft-command-line-tool/</link>
		<comments>http://www.ghacks.net/2009/04/02/nirsoft-command-line-tool/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 14:35:55 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[command line tool]]></category>
		<category><![CDATA[command-line]]></category>
		<category><![CDATA[nircmd]]></category>
		<category><![CDATA[nirsoft]]></category>
		<category><![CDATA[portable software]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/04/02/nirsoft-command-line-tool/</guid>
		<description><![CDATA[Nircmd is a impressive command line tool considering its size of just 29 Kilobytes. It can be used to launch an incredible amount of commands from the Windows command line or by utilizing the program from a batch file. The best option would be to copy it into a system path folder so that the [...]]]></description>
			<content:encoded><![CDATA[<p>Nircmd is a impressive command line tool considering its size of just 29 Kilobytes. It can be used to launch an incredible amount of commands from the Windows command line or by utilizing the program from a batch file. The best option would be to copy it into a system path folder so that the command line tool could be executed from any directory.</p>
<p>The website of the developer contains the download <a href="http://www.nirsoft.net/utils/nircmd.html">link</a> but also samples of the functionality of the command line tool. The basic command for the tool is <strong>nircmd command parameters</strong>. There are more than 80 commands to chose from very specific ones like changing the system volume to advanced commands that manipulate Registry entries or are execute on remote computer systems.</p>
<p>A practical example that shows the complexity of the command tool would be the command to turn off the computer system which can be done with <strong>nircmd.exe exitwin poweroff</strong>. An advanced version in the form of <strong>multiremote copy &#8220;c:\temp\computers.txt&#8221; exitwin poweroff force</strong> of this exists that can turn off all remote computer systems specified in the text file computers.txt</p>
<p><span id="more-11610"></span>Some of the more common uses for the nircmd command line tool are writing and deleting values in the Windows Registry, writing values to ini files, connecting to a VPN network or Internet account, changing file attributes, turning off the monitor or working with remote computers.</p>
<p>A selection of useful commands:</p>
<ul>
<li><strong>nircmd regedit &#8220;~$clipboard$&#8221;</strong> &#8211; Will open the Registry key that has been copied to the Windows Clipboard</li>
<li><strong>nircmd.exe service restart [servicename]</strong> &#8211; Will restart the service specified in [servicename]. Works also with start, stop, pause and setting startup types.</li>
<li><strong>nircmd.exe setprocesspriority [processname] high</strong>  / <strong>nircmd.exe setprocessaffinity [processname] 0 1</strong> &#8211; Change the process priority or process affinity of a selected process.</li>
<li><strong>nircmd.exe killprocess [processname]</strong> &#8211; Kills the specified process</li>
</ul>
<p>The help file that is supplied with the download of the command line tool is containing all commands and their possible parameters. This is a great tool especially for users who write batch files but also for those who like to work from the command line.</p>

	Tags: <a href="http://www.ghacks.net/tag/cmd/" title="cmd" rel="tag">cmd</a>, <a href="http://www.ghacks.net/tag/command-line-tool/" title="command line tool" rel="tag">command line tool</a>, <a href="http://www.ghacks.net/tag/command-line/" title="command-line" rel="tag">command-line</a>, <a href="http://www.ghacks.net/tag/nircmd/" title="nircmd" rel="tag">nircmd</a>, <a href="http://www.ghacks.net/tag/nirsoft/" title="nirsoft" rel="tag">nirsoft</a>, <a href="http://www.ghacks.net/tag/portable-software/" title="portable software" rel="tag">portable software</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/10/31/windows-system-control-center/" title="Windows System Control Center (October 31, 2008)">Windows System Control Center</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/09/24/windows-shortcuts-manager/" title="Windows Shortcuts Manager (September 24, 2009)">Windows Shortcuts Manager</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/05/27/windows-registry-monitoring/" title="Windows Registry Monitoring With RegFromApp (May 27, 2009)">Windows Registry Monitoring With RegFromApp</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/04/27/windows-operating-systems-special-folders-view/" title="Windows Operating Systems Special Folders View (April 27, 2009)">Windows Operating Systems Special Folders View</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/09/23/windows-live-messenger-contacts-manager/" title="Windows Live Messenger Contacts Manager (September 23, 2009)">Windows Live Messenger Contacts Manager</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/04/02/nirsoft-command-line-tool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
