<?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>TechWhiz &#187; command prompt</title>
	<atom:link href="http://www.techwhiz.in/tag/command-prompt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techwhiz.in</link>
	<description></description>
	<lastBuildDate>Fri, 03 Jun 2011 05:15:05 +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>Fix cyclic redundancy check error while coping file from disk</title>
		<link>http://www.techwhiz.in/fix-cyclic-redundancy-check-error-while-coping-file-from-disk/</link>
		<comments>http://www.techwhiz.in/fix-cyclic-redundancy-check-error-while-coping-file-from-disk/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 14:28:52 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[crc error]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[scratch]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/quick-tips/fix-cyclic-redundancy-check-error-while-coping-file-from-disk/</guid>
		<description><![CDATA[CRC errors occur when there&#8217;s a bad sector or scratch on the CD/DVD/Bluray disk. However the data can be recovered using command prompt ignoring some losses. Run ‘command prompt’ Browse to the location of the files using ‘cd’ command &#60;drive letter (e.g. D)&#62;:&#160; cd &#60;location of file (e.g. temp\video)&#62; Enter the following command to copy [...]]]></description>
			<content:encoded><![CDATA[<p>CRC errors occur when there&#8217;s a bad sector or scratch on the CD/DVD/Bluray disk. However the data can be recovered using command prompt ignoring some losses.</p>
<ul>
<li>Run ‘command prompt’ </li>
<li>Browse to the location of the files using ‘cd’ command </li>
</ul>
<blockquote><p>&lt;drive letter (e.g. D)&gt;:&#160; <br />cd &lt;location of file (e.g. temp\video)&gt;</p>
</blockquote>
<ul>
<li>Enter the following command to copy to the desired location </li>
</ul>
<blockquote><p>xcopy /c &lt;filename&gt; &lt;location&gt;      </p>
<p>&lt;filename&gt; either mention the filename with extension (e.g. doc1.txt) or to copy all files in that folder use *.* for filename       <br />&lt;location&gt; enter the location where the files has to be copied (e.g. C: , C:\files\)</p>
</blockquote>
<ul>
<li>The files may or may not be 100% recovered.</li>
</ul>
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" border="0" alt="image" src="http://www.techwhiz.in/tw_uploads/2010/01/image6.png" width="244" height="149" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/fix-cyclic-redundancy-check-error-while-coping-file-from-disk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The required operation requires elevation</title>
		<link>http://www.techwhiz.in/the-required-operation-requires-elevation/</link>
		<comments>http://www.techwhiz.in/the-required-operation-requires-elevation/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 14:57:22 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[user account control]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/the-required-operation-requires-elevation/818</guid>
		<description><![CDATA[I was trying to flush the dns cache on Windows Vista system, but I was getting an error. This is a very common error when you try to execute commands requiring administrator privileges. The simplest solution is to run command prompt in administrator mode. How to Run ‘command prompt’ in administrator mode? Right Click on [...]]]></description>
			<content:encoded><![CDATA[<p>I was trying to flush the dns cache on Windows Vista system, but I was getting an error.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" border="0" alt="cmd-require" src="http://www.techwhiz.in/wp-content/uploads/2009/07/cmdrequire.png" width="454" height="96" /> </p>
<p>This is a very common error when you try to execute commands requiring administrator privileges. The simplest solution is to run command prompt in administrator mode.</p>
<p><strong>How to Run ‘command prompt’ in administrator mode?</strong></p>
<ul>
<li>Right Click on ‘command prompt’ and select ‘Run as administrator’     <br /><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" border="0" alt="vista-cmd2" src="http://www.techwhiz.in/wp-content/uploads/2009/07/vistacmd2.png" width="244" height="80" /> </li>
<li>User Account Control will prompted for confirmation</li>
<li>Click on ‘continue’ and command prompt will start in administrator mode</li>
</ul>
<p align="center"><strong>or</strong></p>
<ul>
<li>Type ‘cmd’ in Windows Vista search bar     <br /><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" border="0" alt="vista-cmd" src="http://www.techwhiz.in/wp-content/uploads/2009/07/vistacmd.png" width="244" height="66" /> </li>
<li>Press ‘Ctrl+Shift+Enter’</li>
<li>User Account Control will prompted for confirmation</li>
<li>Click on ‘continue’ and command prompt will start in administrator mode</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/the-required-operation-requires-elevation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to kill processes from Command Prompt</title>
		<link>http://www.techwhiz.in/how-to-kill-processes-cmd/</link>
		<comments>http://www.techwhiz.in/how-to-kill-processes-cmd/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 17:53:59 +0000</pubDate>
		<dc:creator>savio</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[kill process]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/?p=594</guid>
		<description><![CDATA[I&#8217;m sure you are familiar with the traditional way to kill or end a process in Windowsusing Task Manager. This method is effective but not nearly as fun as killing a process in Command Prompt. Additionally, killing processes in Command Prompt provides much more control and the ability to end multiple processes at once. All [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sure you are familiar with the traditional way to kill or end a process in Windowsusing Task Manager.  This method is effective but not nearly as fun as killing a process in Command Prompt.  Additionally, killing processes in Command Prompt provides much more control and the ability to end multiple processes at once.</p>
<p>All of this is possible with the TaskKill command. First, let&#8217;s cover the basics.  You can kill a process by the process ID (PID) or by image name (EXE filename).</p>
<p>Open up an Administrative level Command Prompt and run tasklist to see all of the running processes:<br />
<strong><br />
C:\&gt;tasklist</strong></p>
<p>Image Name&#8212;&#8212;&#8212;&#8212;PID&#8212;&#8212;Session Name&#8212;&#8212;Mem Usage<br />
===========================================================<br />
firefox.exe&#8212;&#8212;&#8212;&#8212;&#8212;-26356&#8212;&#8212;Console&#8212;&#8212;&#8212;-139,352 K<br />
regedit.exe&#8212;&#8212;&#8212;&#8212;&#8212;24244&#8212;&#8212;Console&#8212;&#8212;&#8212;&#8212;-9,768 K<br />
cmd.exe&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;18664&#8212;&#8212;Console&#8212;&#8212;&#8212;&#8212;-2,380 K<br />
notepad.exe&#8212;&#8212;&#8212;&#8212;&#8211;17364&#8212;&#8212;Console&#8212;&#8212;&#8212;&#8212;-7,892 K<br />
notepad.exe&#8212;&#8212;&#8212;&#8212;&#8211;24696&#8212;&#8212;Console&#8212;&#8212;&#8212;&#8211;22,028 K<br />
notepad.exe&#8212;&#8212;&#8212;&#8212;&#8211;25304&#8212;&#8212;Console&#8212;&#8212;&#8212;&#8212;-5,852 K<br />
explorer.exe&#8212;&#8212;&#8212;&#8212;&#8212;2864&#8212;&#8212;-Console&#8212;&#8212;&#8212;&#8211;72,232 K</p>
<p>In the example above you can see the image name and the PID for each process. If you want to kill the firefox process run:</p>
<p><strong>C:\&gt;Taskkill /IM firefox.exe /</strong>F</p>
<p> or</p>
<p><strong>C:\&gt;Taskkill /PID 26356 /F</strong></p>
<p>The /f flag is kills the process forcefully.  Failure to use the /F flag will result in nothing happening in some cases.  One example is whenever I want to kill the explorer.exe process I have to use the /F flag or else the process just does not terminate.</p>
<p>If you have multiple instances of an image open such as multiple firefox.exe processes, running the taskkill<br />
/IM firefox.exe command will kill all instances. When you specify the PID only the specific instane of firefox will be terminated. </p>
<p>The real power of taskkill are the filtering options that allow you to use the following variables and operators.</p>
<p><strong>Variables: </strong></p>
<p>STATUS<br />
IMAGENAME<br />
PID<br />
SESSION<br />
CPUTIME<br />
MEMUSAGE<br />
USERNAME<br />
MODULES<br />
SERVICES<br />
WINDOWTITLE</p>
<p><strong>Operators:</strong></p>
<p>eq (equals)<br />
ne (not equal)<br />
gt (greater than)<br />
lt (less than)<br />
ge (greater than or equal)<br />
le (less than or equal)<br />
&#8220;*&#8221; is the wildcard.</p>
<p>You can use the variables and operators with the /FI filtering flag.  For example, let&#8217;s say you want to end all processes that have a window title that starts with &#8220;Internet&#8221;:</p>
<p><strong>C:\&gt;taskkill /FI &#8220;WINDOWTITLE eq Internet*&#8221; /F</strong><br />
How about killing all processes running under the your username(savio) account:</p>
<p><strong>C:\&gt;taskkill /FI &#8220;USERNAME eq savio&#8221; /F</strong><br />
It is also possible to kill a process running on a remote computer with taskkill.  Just run the following to kill notepad.exe on a remote computer called Savio:</p>
<p>C:\&gt;taskkill /S Savio /U RemoteAccountName /P RemoteAccountPassword /IM notepad.exe /F<br />
To learn more about taskkill run it with the /? command just like any other Windows command.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/how-to-kill-processes-cmd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command Prompt &#8211; &#8216;systeminfo&#8217;</title>
		<link>http://www.techwhiz.in/command-prompt-systeminfo/</link>
		<comments>http://www.techwhiz.in/command-prompt-systeminfo/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 12:56:25 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[systeminfo]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/?p=149</guid>
		<description><![CDATA[There is a great utility that is accessed from command prompt. It shows various details about the system. Information about BIOS Version, System Install Date,etc.. can be found out. How to Use Goto &#8216;Start&#8211;&#62;Run&#8217;. Type &#8216;cmd&#8217; and press enter to open &#8216;command prompt&#8217;. Type &#8216;systeminfo&#8217; and press enter. Details about the following will be shown: [...]]]></description>
			<content:encoded><![CDATA[<p>There is a great utility that is accessed from command prompt. It shows various details about the system. Information about BIOS Version, System Install Date,etc.. can be found out.</p>
<p><strong>How to Use</strong></p>
<ul>
<li>Goto <em>&#8216;Start&#8211;&gt;Run&#8217;.</em></li>
<li>Type <em>&#8216;cmd&#8217;</em> and press enter to open &#8216;command prompt&#8217;.</li>
<li>Type &#8216;systeminfo&#8217; and press enter.</li>
</ul>
<p><strong>Details about the following will be shown:</strong></p>
<ul>
<li>OS Name ,OS Version,OS Manufacturer, OS Build</li>
<li>Registered Owner, Registered Organization</li>
<li>Product ID, Original Install Date</li>
<li>System Up Time</li>
<li>System Manufacturer, System Model, System Type, Processor(s), BIOS Version</li>
<li>Windows Directory, System Directory, Boot Device</li>
<li>System Locale, Input Locale, Time Zone</li>
<li>Total Physical Memory, Available Physical Memory</li>
<li>Virtual Memory: Max Size, Virtual Memory: Available, Virtual Memory: In Use</li>
<li>Page File Location(s)</li>
<li>Domain, Logon Server</li>
<li>Hotfix(s)</li>
<li>Network Card(s)</li>
</ul>
<p><strong>Note:</strong></p>
<ul>
<li>It has been tested to work on Windows XP.</li>
<li>If some one has tried it on Windows Vista and has worked, then please send us an email.</li>
</ul>
<p>For any query please send email to saurabh(at)techwhiz(dot)in</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/command-prompt-systeminfo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

