<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Tech With Ric &#187; Windows</title>
	<atom:link href="http://techwithric.com/category/microsoft/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://techwithric.com</link>
	<description>Nothing else but tech!</description>
	<lastBuildDate>Wed, 01 Sep 2010 17:35:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Fix : Virus Converting Pen Drive Icon to Folder Icon</title>
		<link>http://techwithric.com/how-to-fix-virus-converting-pen-drive-icon-to-folder-icon</link>
		<comments>http://techwithric.com/how-to-fix-virus-converting-pen-drive-icon-to-folder-icon#comments</comments>
		<pubDate>Wed, 01 Sep 2010 17:35:57 +0000</pubDate>
		<dc:creator>Richie Sajan</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[autorun.inf]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[pendrive]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://techwithric.com/?p=1105</guid>
		<description><![CDATA[A pen drive (or more officially USB Flash drive) is one of the most commonly used data storage devices. The versatility and ease of use provided by it is unmatched. And as it is being widely used, it&#8217;s also become a rather favorite target for viruses. One of the most annoying viruses is the one [...]


Related posts:<ol><li><a href='http://techwithric.com/how-to-clean-virus-from-pendrives' rel='bookmark' title='Permanent Link: How To Clean Virus From Pendrives'>How To Clean Virus From Pendrives</a></li>
<li><a href='http://techwithric.com/lock-files-on-windows-without-using-any-software' rel='bookmark' title='Permanent Link: Lock File(s) on Windows Without Using Any Software'>Lock File(s) on Windows Without Using Any Software</a></li>
<li><a href='http://techwithric.com/easiest-way-to-shcedule-a-computer-shutdown' rel='bookmark' title='Permanent Link: Easiest Way to Schedule a Computer Shutdown'>Easiest Way to Schedule a Computer Shutdown</a></li>
<li><a href='http://techwithric.com/use-microsoft-2010-for-6-months-without-activation' rel='bookmark' title='Permanent Link: Use Microsoft 2010 For 6 Months [Without Activation]'>Use Microsoft 2010 For 6 Months [Without Activation]</a></li>
<li><a href='http://techwithric.com/how-to-disable-auto-run-in-windows-xp' rel='bookmark' title='Permanent Link: How to Disable Auto-Run in Windows XP'>How to Disable Auto-Run in Windows XP</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1110" title="Pendrive-icon-as-folder-icon" src="http://media.techwithric.com/img/Pendrive-icon-as-folder-icon.png" alt="[image]Pendrive-icon-as-folder-icon" width="404" height="150" />A pen drive (or more officially USB Flash drive) is one of the most commonly used data storage devices. The versatility and ease of use provided by it is unmatched. And as it is being widely used, it&#8217;s also become a rather favorite target for viruses. One of the most annoying viruses is the one which converts the pen drive icon into a folder icon and on double-clicking it, it shows the &#8216;Open With&#8217; window. So here&#8217;s how to remove this problem.<span id="more-1105"></span></p>
<p>Of course the best way to solve this problem is to format the pen-drive. However this will lead to loss of data in it. The following method shows you how to solve this problem <strong>without</strong> formatting:</p>
<ul>
<li>Firstly, goto <strong>Start</strong> =&gt; <strong>Run</strong> (or Start+R)</li>
<li>Now type the drive of your pen drive followed by semi-colon (eg. my pen drive&#8217;s drive is &#8216;J&#8217;. Then enter &#8216;J:&#8217; &#8211; without the quotes)</li>
<li>Now type<br />
<blockquote><p>attrib autorun.inf</p></blockquote>
<p>and press Enter. This is to verify whether the file is present.</li>
<li>Now type the following command:<br />
<blockquote><p>attrib -h -r -s autorun.inf</p></blockquote>
<p>and press enter. This removes the hidden attribute of autorun.inf file.</li>
<li>Now type the last command<br />
<blockquote><p>del autorun.inf</p></blockquote>
<p>this deletes the above-mentioned file. <img class="aligncenter size-full wp-image-1108" title="Commands-for-changing-folder-icon-in-pendrive" src="http://media.techwithric.com/img/Commands-for-changing-folder-icon-in-pendrive.png" alt="[image]Commands-for-changing-folder-icon-in-pendrive" width="331" height="168" /></li>
<li>One last step is to goto your My Computer Window and rename the pen drive. eg: <div id="attachment_1107" class="wp-caption aligncenter" style="width: 205px"><img class="size-full wp-image-1107" title="renaming-pendrive" src="http://media.techwithric.com/img/renaming-pendrive.png" alt="[image]renaming-pendrive" width="195" height="138" /><p class="wp-caption-text">Rename pen drive (you can use F2 key)</p></div></li>
</ul>
<p>That&#8217;s it your done. Your pen drive has now been cleaned and you can use your pen drive normally, as you could do before. Piece of cake, wasn&#8217;t it?</p>


<p>Related posts:<ol><li><a href='http://techwithric.com/how-to-clean-virus-from-pendrives' rel='bookmark' title='Permanent Link: How To Clean Virus From Pendrives'>How To Clean Virus From Pendrives</a></li>
<li><a href='http://techwithric.com/lock-files-on-windows-without-using-any-software' rel='bookmark' title='Permanent Link: Lock File(s) on Windows Without Using Any Software'>Lock File(s) on Windows Without Using Any Software</a></li>
<li><a href='http://techwithric.com/easiest-way-to-shcedule-a-computer-shutdown' rel='bookmark' title='Permanent Link: Easiest Way to Schedule a Computer Shutdown'>Easiest Way to Schedule a Computer Shutdown</a></li>
<li><a href='http://techwithric.com/use-microsoft-2010-for-6-months-without-activation' rel='bookmark' title='Permanent Link: Use Microsoft 2010 For 6 Months [Without Activation]'>Use Microsoft 2010 For 6 Months [Without Activation]</a></li>
<li><a href='http://techwithric.com/how-to-disable-auto-run-in-windows-xp' rel='bookmark' title='Permanent Link: How to Disable Auto-Run in Windows XP'>How to Disable Auto-Run in Windows XP</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/how-to-fix-virus-converting-pen-drive-icon-to-folder-icon/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Run Command Cheat Sheet 2</title>
		<link>http://techwithric.com/windows-run-command-cheat-sheet-2</link>
		<comments>http://techwithric.com/windows-run-command-cheat-sheet-2#comments</comments>
		<pubDate>Thu, 10 Jun 2010 07:11:05 +0000</pubDate>
		<dc:creator>Ashutosh</dc:creator>
				<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA["windows 7" "run commands" gui]]></category>
		<category><![CDATA[Control Panel]]></category>
		<category><![CDATA[Programs]]></category>
		<category><![CDATA[run]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[windows xp run commands cheat sheet]]></category>

		<guid isPermaLink="false">http://techwithric.com/?p=755</guid>
		<description><![CDATA[As you can see that i had earlier posted the 1st part of the Run command list as Windows Run Command Cheat Sheet. This post consists of more of the other Run commands that are available for Windows as well as for some of the installed applications. Here are some of the Commands and Functions [...]


Related posts:<ol><li><a href='http://techwithric.com/windows-run-command-cheat-sheet' rel='bookmark' title='Permanent Link: Windows Run Command Cheat Sheet'>Windows Run Command Cheat Sheet</a></li>
<li><a href='http://techwithric.com/how-to-disable-or-enable-internet-explorer-in-windows-7' rel='bookmark' title='Permanent Link: How to Disable or Enable Internet Explorer in Windows 7'>How to Disable or Enable Internet Explorer in Windows 7</a></li>
<li><a href='http://techwithric.com/lock-files-on-windows-without-using-any-software' rel='bookmark' title='Permanent Link: Lock File(s) on Windows Without Using Any Software'>Lock File(s) on Windows Without Using Any Software</a></li>
<li><a href='http://techwithric.com/how-to-disable-auto-run-in-windows-xp' rel='bookmark' title='Permanent Link: How to Disable Auto-Run in Windows XP'>How to Disable Auto-Run in Windows XP</a></li>
<li><a href='http://techwithric.com/how-to-open-internet-explorer-with-run' rel='bookmark' title='Permanent Link: How to open &#8220;Internet Explorer&#8221; with &#8220;RUN&#8221;'>How to open &#8220;Internet Explorer&#8221; with &#8220;RUN&#8221;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-723" src="http://media.techwithric.com/img/windows-logo-vista-e1276088074771.jpg" alt="" width="130" height="129" />As you can see that i had earlier posted the 1st part of the Run command list as <a title="Windows Run Command Cheat Sheet" href="http://techwithric.com/windows-run-command-cheat-sheet" target="_blank">Windows Run Command Cheat Sheet</a>. This post consists of more of the other Run commands that are available for Windows as well as for some of the installed applications.<span id="more-755"></span></p>
<p>Here are some of the Commands and Functions for &#8216;System Management Control Panel&#8217; and &#8216;Control Panel&#8217;</p>
<table style="background-color: #ffffff; height: 1297px;" border="1" cellspacing="3" cellpadding="3" width="400">
<tbody>
<tr style="text-align: center;">
<th>COMMAND</th>
<th>FUNCTION</th>
</tr>
<tr>
<td>appwiz.cpl</td>
<td>Add or Remove Programs</td>
</tr>
<tr>
<td>control</td>
<td>Control Panel</td>
</tr>
<tr>
<td>control admintools</td>
<td>Administrative Tools</td>
</tr>
<tr>
<td>control color</td>
<td>Manage Appearance</td>
</tr>
<tr>
<td>control desktop</td>
<td>Display Properties</td>
</tr>
<tr>
<td>control folders</td>
<td>Folder Options</td>
</tr>
<tr>
<td>control fonts</td>
<td>Font Manager</td>
</tr>
<tr>
<td>control keyboard</td>
<td>Keyboard Properties</td>
</tr>
<tr>
<td>control mouse</td>
<td>Mouse Properties</td>
</tr>
<tr>
<td>control netconnections</td>
<td>Manage Network Connections</td>
</tr>
<tr>
<td>control printers</td>
<td>Manage Printers and Scanners</td>
</tr>
<tr>
<td>control schedtasks</td>
<td>Manage Scheduled Tasks</td>
</tr>
<tr>
<td>control userpasswords2</td>
<td>Control Usernames and Passwords</td>
</tr>
<tr>
<td>credwiz</td>
<td>Stored Usernames and Passwords</td>
</tr>
<tr>
<td>desk.cpl</td>
<td>Display Panel</td>
</tr>
<tr>
<td>devmgmt.msc</td>
<td>Device Manager</td>
</tr>
<tr>
<td>directx.cpl</td>
<td>Direct X Control Panel</td>
</tr>
<tr>
<td>dpinst</td>
<td>Install Drivers</td>
</tr>
<tr>
<td>dpiscaling</td>
<td>Adjust Dots per Inch Scaling</td>
</tr>
<tr>
<td>eventvwr.msc</td>
<td>Event Viewer</td>
</tr>
<tr>
<td>fonts</td>
<td>Open Fonts Folder</td>
</tr>
<tr>
<td>gpedit.msc</td>
<td>Group Policy Editor</td>
</tr>
<tr>
<td>hdwwiz.cpl</td>
<td>Add Hardware Wizard</td>
</tr>
<tr>
<td>intl.cpl</td>
<td>Change Regional Settings</td>
</tr>
<tr>
<td>javaws</td>
<td>Java Control Panel</td>
</tr>
<tr>
<td>lusrmgr</td>
<td>User And Group Manager</td>
</tr>
<tr>
<td>mmsys.cpl</td>
<td>Audio Management</td>
</tr>
<tr>
<td>msconfig</td>
<td>Change Various Aspects of the System</td>
</tr>
<tr>
<td>optional features</td>
<td>Manage Optional Features</td>
</tr>
<tr>
<td>powercfg.cpl</td>
<td>Power Management and lid Options(Where Applicable)</td>
</tr>
<tr>
<td>regedit</td>
<td>Edit Registry</td>
</tr>
<tr>
<td>rekeywiz</td>
<td>Encrypt File System</td>
</tr>
<tr>
<td>secpol.msc</td>
<td>Security Settings</td>
</tr>
<tr>
<td>sndvol</td>
<td>Adjust Sound Volume</td>
</tr>
<tr>
<td>sysedit</td>
<td>Edit System Configuration</td>
</tr>
<tr>
<td>timedate.cpl</td>
<td>Date and Time Settings</td>
</tr>
<tr>
<td>utilman</td>
<td>Utility Manager</td>
</tr>
<tr>
<td>wscui.cpl</td>
<td>Security Settings</td>
</tr>
<tr>
<td>wuapp</td>
<td>Windows Update Application</td>
</tr>
</tbody>
</table>
<p>Commands and Functions for &#8216;Internet&#8217; and &#8216;Files and Folders&#8217;</p>
<table style="background-color: #ffffff;" border="1" cellspacing="3" cellpadding="3" width="400">
<tbody>
<tr style="text-align: center;">
<th>COMMANDS</th>
<th>FUNCTIONS</th>
</tr>
<tr>
<td>iexplore</td>
<td>Internet Explorer</td>
</tr>
<tr>
<td>iexpress</td>
<td>Internet Express Wizard</td>
</tr>
<tr>
<td>inetcpl.cpl</td>
<td>Internet Settings</td>
</tr>
<tr>
<td>ipconfig</td>
<td>Configure TCP/IP</td>
</tr>
<tr>
<td>firewall.cpl</td>
<td>Windows Firewall</td>
</tr>
<tr>
<td>wf.msc</td>
<td>Firewall and Security</td>
</tr>
<tr>
<td>inetwiz</td>
<td>Internet Setup Wizard</td>
</tr>
<tr>
<td>ipconfig/all</td>
<td>Display Current TCP/IP Settings</td>
</tr>
<tr>
<td>ipconfig/displaydns</td>
<td>Show DNS Cache</td>
</tr>
<tr>
<td>ipcofig/flushdns</td>
<td>Clean DNS Cache</td>
</tr>
<tr>
<td>ipconfig/registerdns</td>
<td>Refreshes Connection</td>
</tr>
<tr>
<td>ipconfig/showclassid</td>
<td>Shows DHCP class ID</td>
</tr>
<tr>
<td>ipconfig/setclassid</td>
<td>Specify DHCP class ID</td>
</tr>
<tr>
<td>migwiz</td>
<td>Migration Wizard</td>
</tr>
<tr>
<td>comp</td>
<td>Compare Files</td>
</tr>
<tr>
<td>sigverify</td>
<td>Verify File Signatures</td>
</tr>
<tr>
<td>c:, e:, d:, etc</td>
<td>Open Directory</td>
</tr>
<tr>
<td>c:/path</td>
<td>Open Path</td>
</tr>
<tr>
<td>findfast.cpl</td>
<td>Quick Search</td>
</tr>
</tbody>
</table>
<p>Commands and Functions for &#8216;Diagnostics and Repair&#8217;</p>
<table style="background-color: #ffffff;" border="1" cellspacing="3" cellpadding="3" width="400">
<tbody>
<tr>
<th>COMMANDS</th>
<th>FUNCTIONS</th>
</tr>
<tr>
<td>chkdsk</td>
<td>Check Disk</td>
</tr>
<tr>
<td>diskmgmt</td>
<td>Disk Management and Partitioning</td>
</tr>
<tr>
<td>dcomcnfg</td>
<td>View and Manage Services</td>
</tr>
<tr>
<td>dxdiag</td>
<td>Direct X Troubleshooting</td>
</tr>
<tr>
<td>cleanmgr</td>
<td>Disk Cleaning</td>
</tr>
<tr>
<td>dfrgui</td>
<td>Defragment Drive with GUI</td>
</tr>
<tr>
<td>verifier</td>
<td>Verify Installed Drivers</td>
</tr>
<tr>
<td>msdt</td>
<td>MS Support Diagnostic Tool</td>
</tr>
<tr>
<td>perfmon</td>
<td>Performance Monitor</td>
</tr>
<tr>
<td>sfc</td>
<td>File Checker</td>
</tr>
<tr>
<td>msinfo32</td>
<td>System Information</td>
</tr>
<tr>
<td>sysdm.cpl</td>
<td>System Properties</td>
</tr>
<tr>
<td>sdclt</td>
<td>Backup</td>
</tr>
<tr>
<td>syskey</td>
<td>System Security Tool</td>
</tr>
<tr>
<td>dfrg</td>
<td>Defragment Drive</td>
</tr>
<tr>
<td>helpctr</td>
<td>Help and Support</td>
</tr>
<tr>
<td>sfc/scannow</td>
<td>Start Scanning System</td>
</tr>
<tr>
<td>sfc/scanonce</td>
<td>Scan at Next Boot</td>
</tr>
<tr>
<td>sfc/scanboot</td>
<td>Scan at every Boot</td>
</tr>
<tr>
<td>sfc/revert</td>
<td>Return to Default Settings(of SFC)</td>
</tr>
<tr>
<td>sfc/purgecache</td>
<td>Clear Cache</td>
</tr>
<tr>
<td>tcptest</td>
<td>TCP tester</td>
</tr>
<tr>
<td>logoff</td>
<td>Log Off Windows</td>
</tr>
<tr>
<td>shutdown</td>
<td>Shut Down Windows</td>
</tr>
</tbody>
</table>


<p>Related posts:<ol><li><a href='http://techwithric.com/windows-run-command-cheat-sheet' rel='bookmark' title='Permanent Link: Windows Run Command Cheat Sheet'>Windows Run Command Cheat Sheet</a></li>
<li><a href='http://techwithric.com/how-to-disable-or-enable-internet-explorer-in-windows-7' rel='bookmark' title='Permanent Link: How to Disable or Enable Internet Explorer in Windows 7'>How to Disable or Enable Internet Explorer in Windows 7</a></li>
<li><a href='http://techwithric.com/lock-files-on-windows-without-using-any-software' rel='bookmark' title='Permanent Link: Lock File(s) on Windows Without Using Any Software'>Lock File(s) on Windows Without Using Any Software</a></li>
<li><a href='http://techwithric.com/how-to-disable-auto-run-in-windows-xp' rel='bookmark' title='Permanent Link: How to Disable Auto-Run in Windows XP'>How to Disable Auto-Run in Windows XP</a></li>
<li><a href='http://techwithric.com/how-to-open-internet-explorer-with-run' rel='bookmark' title='Permanent Link: How to open &#8220;Internet Explorer&#8221; with &#8220;RUN&#8221;'>How to open &#8220;Internet Explorer&#8221; with &#8220;RUN&#8221;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/windows-run-command-cheat-sheet-2/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Run Command Cheat Sheet</title>
		<link>http://techwithric.com/windows-run-command-cheat-sheet</link>
		<comments>http://techwithric.com/windows-run-command-cheat-sheet#comments</comments>
		<pubDate>Wed, 09 Jun 2010 12:58:26 +0000</pubDate>
		<dc:creator>Ashutosh</dc:creator>
				<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[once a command is written how is it run]]></category>
		<category><![CDATA[run]]></category>
		<category><![CDATA[shortcut]]></category>

		<guid isPermaLink="false">http://techwithric.com/?p=716</guid>
		<description><![CDATA[Windows  provides a tool for direct and easy access to different windows features. Also many of the windows users are unaware of it and many use it very often. It is the Run command using which one can access any of the windows provided feature or also installed applications. Fast access to some applications and [...]


Related posts:<ol><li><a href='http://techwithric.com/windows-run-command-cheat-sheet-2' rel='bookmark' title='Permanent Link: Windows Run Command Cheat Sheet 2'>Windows Run Command Cheat Sheet 2</a></li>
<li><a href='http://techwithric.com/how-to-open-internet-explorer-with-run' rel='bookmark' title='Permanent Link: How to open &#8220;Internet Explorer&#8221; with &#8220;RUN&#8221;'>How to open &#8220;Internet Explorer&#8221; with &#8220;RUN&#8221;</a></li>
<li><a href='http://techwithric.com/how-to-disable-or-enable-internet-explorer-in-windows-7' rel='bookmark' title='Permanent Link: How to Disable or Enable Internet Explorer in Windows 7'>How to Disable or Enable Internet Explorer in Windows 7</a></li>
<li><a href='http://techwithric.com/how-to-disable-auto-run-in-windows-xp' rel='bookmark' title='Permanent Link: How to Disable Auto-Run in Windows XP'>How to Disable Auto-Run in Windows XP</a></li>
<li><a href='http://techwithric.com/lock-files-on-windows-without-using-any-software' rel='bookmark' title='Permanent Link: Lock File(s) on Windows Without Using Any Software'>Lock File(s) on Windows Without Using Any Software</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-723" src="http://media.techwithric.com/img/windows-logo-vista-e1276088074771.jpg" alt="" width="130" height="129" />Windows  provides a tool for direct and easy access to different windows features. Also many of the windows users are unaware of it and many use it very often. It is the Run command using which one can access any of the windows provided feature or also installed applications. Fast access to some applications and some of the rarely known customization options on Windows operating systems.<span id="more-716"></span>The shortcut key for the Run command is Windows + [<strong>R</strong>]</p>
<p>Following are Commands and Functions for &#8216;<strong>Tools</strong>&#8216;</p>
<table style="height: 830px;" border="1" cellspacing="3" cellpadding="3" width="364">
<tbody>
<tr>
<th><strong>COMMAND</strong></th>
<th><strong>FUNCTION</strong></th>
</tr>
<tr style="text-align: center;">
<td>calc</td>
<td>Calculator</td>
</tr>
<tr style="text-align: center;">
<td>clipbrd</td>
<td>Clipboard</td>
</tr>
<tr style="text-align: center;">
<td>cmd</td>
<td style="text-align: center;">Command prompt</td>
</tr>
<tr>
<td style="text-align: center;">dvdplay</td>
<td style="text-align: center;">Play inserted dvd&#8217;s</td>
</tr>
<tr>
<td style="text-align: center;">excel</td>
<td style="text-align: center;">MS Excel</td>
</tr>
<tr>
<td style="text-align: center;">explorer</td>
<td style="text-align: center;">Windows Explorer</td>
</tr>
<tr>
<td style="text-align: center;">freecell</td>
<td style="text-align: center;">Play Card Game</td>
</tr>
<tr style="text-align: center;">
<td>frontpg</td>
<td>MS Frontpage</td>
</tr>
<tr style="text-align: center;">
<td>igfxzoom</td>
<td>Zoom Utility</td>
</tr>
<tr style="text-align: center;">
<td>magnify</td>
<td>Windows Magnifier</td>
</tr>
<tr style="text-align: center;">
<td>mobsync</td>
<td>MS Synchronisation</td>
</tr>
<tr>
<td style="text-align: center;">moviemk</td>
<td style="text-align: center;">Windows Movie Maker</td>
</tr>
<tr>
<td style="text-align: center;">mplay32</td>
<td style="text-align: center;">Basic WMP, not Classic WMP</td>
</tr>
<tr>
<td style="text-align: center;">mrt</td>
<td style="text-align: center;">malicious software removal tool</td>
</tr>
<tr>
<td style="text-align: center;">mshearts</td>
<td style="text-align: center;">Play Hearts</td>
</tr>
<tr>
<td style="text-align: center;">mspaint</td>
<td style="text-align: center;">MS Paint</td>
</tr>
<tr>
<td style="text-align: center;">mstsc</td>
<td style="text-align: center;">Remote Desktop</td>
</tr>
<tr style="text-align: center;">
<td>msword</td>
<td>MS Word</td>
</tr>
<tr style="text-align: center;">
<td>notepad</td>
<td>Notepad</td>
</tr>
<tr>
<td style="text-align: center;">osk</td>
<td style="text-align: center;">On Screen Keyboard</td>
</tr>
<tr>
<td style="text-align: center;">pinball</td>
<td style="text-align: center;">Play Pinball</td>
</tr>
<tr>
<td style="text-align: center;">powerpnt</td>
<td style="text-align: center;">MS Powerpoint</td>
</tr>
<tr>
<td style="text-align: center;">slui</td>
<td style="text-align: center;">Windows Activation</td>
</tr>
<tr>
<td style="text-align: center;">snippingtool</td>
<td style="text-align: center;">Snipping tool for Screenshots</td>
</tr>
<tr>
<td style="text-align: center;">soundrecorder</td>
<td style="text-align: center;">record sounds</td>
</tr>
<tr>
<td style="text-align: center;">spider</td>
<td style="text-align: center;">Play Spider Solitaire</td>
</tr>
<tr>
<td style="text-align: center;">stickynote</td>
<td style="text-align: center;">Add a sticky note on the Desktop</td>
</tr>
<tr>
<td style="text-align: center;">taskmgr</td>
<td style="text-align: center;">Task Manager</td>
</tr>
<tr>
<td style="text-align: center;">winmine</td>
<td style="text-align: center;">Minesweeper</td>
</tr>
<tr>
<td style="text-align: center;">wmplayer</td>
<td style="text-align: center;">Windows Media Player</td>
</tr>
<tr style="text-align: center;">
<td>write</td>
<td>Wordpad</td>
</tr>
</tbody>
</table>
<p>I&#8217;ll post more of these commands related to Internet, System, System soon&#8230;</p>


<p>Related posts:<ol><li><a href='http://techwithric.com/windows-run-command-cheat-sheet-2' rel='bookmark' title='Permanent Link: Windows Run Command Cheat Sheet 2'>Windows Run Command Cheat Sheet 2</a></li>
<li><a href='http://techwithric.com/how-to-open-internet-explorer-with-run' rel='bookmark' title='Permanent Link: How to open &#8220;Internet Explorer&#8221; with &#8220;RUN&#8221;'>How to open &#8220;Internet Explorer&#8221; with &#8220;RUN&#8221;</a></li>
<li><a href='http://techwithric.com/how-to-disable-or-enable-internet-explorer-in-windows-7' rel='bookmark' title='Permanent Link: How to Disable or Enable Internet Explorer in Windows 7'>How to Disable or Enable Internet Explorer in Windows 7</a></li>
<li><a href='http://techwithric.com/how-to-disable-auto-run-in-windows-xp' rel='bookmark' title='Permanent Link: How to Disable Auto-Run in Windows XP'>How to Disable Auto-Run in Windows XP</a></li>
<li><a href='http://techwithric.com/lock-files-on-windows-without-using-any-software' rel='bookmark' title='Permanent Link: Lock File(s) on Windows Without Using Any Software'>Lock File(s) on Windows Without Using Any Software</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/windows-run-command-cheat-sheet/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Easiest Way to Schedule a Computer Shutdown</title>
		<link>http://techwithric.com/easiest-way-to-shcedule-a-computer-shutdown</link>
		<comments>http://techwithric.com/easiest-way-to-shcedule-a-computer-shutdown#comments</comments>
		<pubDate>Mon, 31 May 2010 11:56:33 +0000</pubDate>
		<dc:creator>Richie Sajan</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[prompt]]></category>
		<category><![CDATA[schedule]]></category>
		<category><![CDATA[shutdown]]></category>
		<category><![CDATA[way]]></category>

		<guid isPermaLink="false">http://techwithric.com/?p=657</guid>
		<description><![CDATA[I listen to music all the while. Be it traveling, studying or even while trying to sleep. Talking about sleep, its not always convenient nor economical to leave you computer switched on all night. So an easy way out could be to tell someone in your family to switch off the computer after you&#8217;ve dozed [...]


Related posts:<ol><li><a href='http://techwithric.com/find-out-the-last-time-a-computer-was-used' rel='bookmark' title='Permanent Link: Find Out the Last Time a Computer Was Used'>Find Out the Last Time a Computer Was Used</a></li>
<li><a href='http://techwithric.com/how-to-clean-virus-from-pendrives' rel='bookmark' title='Permanent Link: How To Clean Virus From Pendrives'>How To Clean Virus From Pendrives</a></li>
<li><a href='http://techwithric.com/how-to-fix-virus-converting-pen-drive-icon-to-folder-icon' rel='bookmark' title='Permanent Link: How to Fix : Virus Converting Pen Drive Icon to Folder Icon'>How to Fix : Virus Converting Pen Drive Icon to Folder Icon</a></li>
<li><a href='http://techwithric.com/3-ways-to-install-a-wordpress-plugin' rel='bookmark' title='Permanent Link: 3 Ways to Install A WordPress Plugin'>3 Ways to Install A WordPress Plugin</a></li>
<li><a href='http://techwithric.com/linux-a-virus-free-os-truth-or-myth' rel='bookmark' title='Permanent Link: ‘Linux: A Virus-Free OS’ – Truth or Myth?'>‘Linux: A Virus-Free OS’ – Truth or Myth?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-661" title="shutdown" src="http://media.techwithric.com/img/shutdown.jpg" alt="shutdown_logo" width="111" height="111" />I listen to music all the while. Be it traveling, studying or even while trying to sleep. Talking about sleep, its not always convenient nor economical to leave you computer switched on all night. So an easy way out could be to tell someone in your family to switch off the computer after you&#8217;ve dozed off or still better, don&#8217;t trouble anyone and schedule a computer shutdown by yourself!<span id="more-657"></span></p>
<p>Well there are two ways here. One is the software way and the other is the command prompt way. Yeah cmd does look a little intimidating but just here me out. Once you complete the following steps, you&#8217;ll see how easy it really is.</p>
<ol>
<li>So first you&#8217;ll have to go to <strong>Start</strong> =&gt; <strong>Run </strong>or Start+R.</li>
<li>Now just type the following<br />
<blockquote><p>shutdown.exe -s -t 20</p></blockquote>
</li>
</ol>
<p>Thats it! But <strong>don&#8217;t press OK or Enter yet</strong>. There&#8217;s some explanation to be done with.</p>
<p>So the command that you&#8217;ve entered here is shutdown.exe -s -t 20. Lets break it down now.</p>
<ul>
<li>shutdown.exe : Quite self explanatory. The program which shut&#8217;s down your computer.</li>
<li>-s : Called as an argument, it says to shutdown the computer. Similarly if you would replace it with -r, the computer would have restarted -l would have logged of the computer.</li>
<li>-t : Again an argument. It functions as a timer. The number succeeding it is the number of seconds the computer must wait before shutting down. So 20 here says the computer to shut-down after 20 seconds.</li>
</ul>
<p>You could change the time. Suppose you want the computer to shutdown after 15 minutes, just enter the period in seconds. 15&#215;60 = 900.</p>
<div id="attachment_658" class="wp-caption aligncenter" style="width: 310px"><img class="size-full wp-image-658 " title="computer-shutdown tutorial" src="http://media.techwithric.com/img/computer-shutdown-tutorial.gif" alt="computer-shutdown tutorial" width="300" height="275" /><p class="wp-caption-text">Animation showing the computer shutdown process. </p></div>
<p><strong>Trick:</strong> Although this is not needed, this step can add a cool message to your shutdown window. Just add a -c &#8220;comment&#8221; to the earlier command. You can replace comment with anything you like. eg:</p>
<blockquote><p>shutdown.exe -s -t 900 -c &#8220;This shutdown has been inititaed bby Richie &#8211; the greatest hacker!&#8221;</p></blockquote>
<p>You&#8217;ll get a cool message like this:</p>
<div id="attachment_659" class="wp-caption aligncenter" style="width: 291px"><img class="size-full wp-image-659" title="shutdown_with_comment" src="http://media.techwithric.com/img/shutdown_with_comment.png" alt="shutdown_with_comment" width="281" height="254" /><p class="wp-caption-text">Shutdown with Comment</p></div>
<p>You could use the following table for your reference as to which arguments to use:</p>
<table>
<tbody>
<tr>
<th>Argument</th>
<th>Used for</th>
</tr>
<tr>
<td>-i</td>
<td>Display GUI interface, must be the first option</td>
</tr>
<tr>
<td>-l</td>
<td>Log off (cannot be used with -m option)</td>
</tr>
<tr>
<td>-s</td>
<td>Shutdown the computer</td>
</tr>
<tr>
<td>-r</td>
<td>Shutdown and restart the computer</td>
</tr>
<tr>
<td>-a</td>
<td>Abort a system shutdown</td>
</tr>
<tr>
<td>-m \\computername</td>
<td>Remote computer to shutdown/restart/abort</td>
</tr>
<tr>
<td>-t xx</td>
<td>Set timeout for shutdown to xx seconds</td>
</tr>
<tr>
<td>-c &#8220;comment&#8221;</td>
<td>Shutdown comment (maximum of 127 characters)</td>
</tr>
<tr>
<td>-f</td>
<td>Forces running applications to close without warning</td>
</tr>
<tr>
<td>-d [u][p]:xx:yy</td>
<td>The reason code for the shutdown:</p>
<p>u is the user code<br />
p is a planned shutdown code<br />
xx is the major reason code (positive integer less than 256)<br />
yy is the minor reason code (positive integer less than 65536)</td>
</tr>
</tbody>
</table>


<p>Related posts:<ol><li><a href='http://techwithric.com/find-out-the-last-time-a-computer-was-used' rel='bookmark' title='Permanent Link: Find Out the Last Time a Computer Was Used'>Find Out the Last Time a Computer Was Used</a></li>
<li><a href='http://techwithric.com/how-to-clean-virus-from-pendrives' rel='bookmark' title='Permanent Link: How To Clean Virus From Pendrives'>How To Clean Virus From Pendrives</a></li>
<li><a href='http://techwithric.com/how-to-fix-virus-converting-pen-drive-icon-to-folder-icon' rel='bookmark' title='Permanent Link: How to Fix : Virus Converting Pen Drive Icon to Folder Icon'>How to Fix : Virus Converting Pen Drive Icon to Folder Icon</a></li>
<li><a href='http://techwithric.com/3-ways-to-install-a-wordpress-plugin' rel='bookmark' title='Permanent Link: 3 Ways to Install A WordPress Plugin'>3 Ways to Install A WordPress Plugin</a></li>
<li><a href='http://techwithric.com/linux-a-virus-free-os-truth-or-myth' rel='bookmark' title='Permanent Link: ‘Linux: A Virus-Free OS’ – Truth or Myth?'>‘Linux: A Virus-Free OS’ – Truth or Myth?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/easiest-way-to-shcedule-a-computer-shutdown/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find Out the Last Time a Computer Was Used</title>
		<link>http://techwithric.com/find-out-the-last-time-a-computer-was-used</link>
		<comments>http://techwithric.com/find-out-the-last-time-a-computer-was-used#comments</comments>
		<pubDate>Sun, 23 May 2010 18:23:41 +0000</pubDate>
		<dc:creator>Richie Sajan</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[how can i know who using my computer last time]]></category>
		<category><![CDATA[how find out last time pc was on]]></category>
		<category><![CDATA[how to find the last time my computer was on]]></category>
		<category><![CDATA[how to know the last time my computer was on]]></category>
		<category><![CDATA[how to track last time computer was used]]></category>
		<category><![CDATA[last]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[tell what time you were on your computer last]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[way]]></category>
		<category><![CDATA[when was the last time my computer was on]]></category>

		<guid isPermaLink="false">http://techwithric.com/find-out-the-last-time-a-computer-was-used</guid>
		<description><![CDATA[Your office computer could be an open book for others to abuse while you aren’t at your desk. Or maybe your child could be using (or misusing) the computer while you were away. What proof do you have of them using your computer? Of course surveillance may be there at your office, but surely not [...]


Related posts:<ol><li><a href='http://techwithric.com/easiest-way-to-shcedule-a-computer-shutdown' rel='bookmark' title='Permanent Link: Easiest Way to Schedule a Computer Shutdown'>Easiest Way to Schedule a Computer Shutdown</a></li>
<li><a href='http://techwithric.com/how-to-disable-auto-run-in-windows-xp' rel='bookmark' title='Permanent Link: How to Disable Auto-Run in Windows XP'>How to Disable Auto-Run in Windows XP</a></li>
<li><a href='http://techwithric.com/use-microsoft-2010-for-6-months-without-activation' rel='bookmark' title='Permanent Link: Use Microsoft 2010 For 6 Months [Without Activation]'>Use Microsoft 2010 For 6 Months [Without Activation]</a></li>
<li><a href='http://techwithric.com/how-to-clean-virus-from-pendrives' rel='bookmark' title='Permanent Link: How To Clean Virus From Pendrives'>How To Clean Virus From Pendrives</a></li>
<li><a href='http://techwithric.com/how-to-fix-virus-converting-pen-drive-icon-to-folder-icon' rel='bookmark' title='Permanent Link: How to Fix : Virus Converting Pen Drive Icon to Folder Icon'>How to Fix : Virus Converting Pen Drive Icon to Folder Icon</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="sitting_on_pc" border="0" alt="sitting_on_pc" align="left" src="http://media.techwithric.com/img/sitting_on_pc.jpg" width="130" height="98"/> Your office computer could be an open book for others to abuse while you aren’t at your desk. Or maybe your child could be using (or misusing) the computer while you were away. What proof do you have of them using your computer? Of course surveillance may be there at your office, but surely not at home.&nbsp; So how can you find out when your computer was switched on the last time?</p>
<p><span id="more-626"></span>
<p>Your computer is a sophisticated system that keeps track of each and every happening on it (how much ever you curse it for not even doing the most trivial tasks easily!). So how do you do it?</p>
<p>Well, here it is:</p>
<ul>
<li>First go to the RUN box (Start =&gt; Run or Start+R)  </li>
<li>Now type the following in the text-box:<br />
<blockquote>eventvwr.msc </p></blockquote>
</li>
<li>Alternatively you could go to the <strong>Control Panel</strong> =&gt; <strong>Administrative Tools</strong> =&gt; <strong>Event Viewer</strong>.  </li>
<li>Once the Event Viewer window is open click on the <strong>System</strong> link in the left pane.</li>
</ul>
<p>Now scroll through the times given in the right pane. Consider the following example to get a clearer idea:</p>
<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" title="event-viewer" border="0" alt="event-viewer" src="http://media.techwithric.com/img/eventviewer.png" width="546" height="399"/></p>
<p>Here I had switched off my computer around 6 PM which has entries with time upto 5:42:05 PM as well as 5:56:59 PM. However notice that there is also a event recorded at 7:05:58 PM and another at 9:24:40 PM. </p>
<p>Well those were the times that my computer were last switched on. Interesting, who could it be? (don’t worry it was my sis <img src='http://techwithric.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> )</p>
<p>Got any other ways to find it out? Please do share. </p>


<p>Related posts:<ol><li><a href='http://techwithric.com/easiest-way-to-shcedule-a-computer-shutdown' rel='bookmark' title='Permanent Link: Easiest Way to Schedule a Computer Shutdown'>Easiest Way to Schedule a Computer Shutdown</a></li>
<li><a href='http://techwithric.com/how-to-disable-auto-run-in-windows-xp' rel='bookmark' title='Permanent Link: How to Disable Auto-Run in Windows XP'>How to Disable Auto-Run in Windows XP</a></li>
<li><a href='http://techwithric.com/use-microsoft-2010-for-6-months-without-activation' rel='bookmark' title='Permanent Link: Use Microsoft 2010 For 6 Months [Without Activation]'>Use Microsoft 2010 For 6 Months [Without Activation]</a></li>
<li><a href='http://techwithric.com/how-to-clean-virus-from-pendrives' rel='bookmark' title='Permanent Link: How To Clean Virus From Pendrives'>How To Clean Virus From Pendrives</a></li>
<li><a href='http://techwithric.com/how-to-fix-virus-converting-pen-drive-icon-to-folder-icon' rel='bookmark' title='Permanent Link: How to Fix : Virus Converting Pen Drive Icon to Folder Icon'>How to Fix : Virus Converting Pen Drive Icon to Folder Icon</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/find-out-the-last-time-a-computer-was-used/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to open &#8220;Internet Explorer&#8221; with &#8220;RUN&#8221;</title>
		<link>http://techwithric.com/how-to-open-internet-explorer-with-run</link>
		<comments>http://techwithric.com/how-to-open-internet-explorer-with-run#comments</comments>
		<pubDate>Thu, 20 May 2010 17:44:14 +0000</pubDate>
		<dc:creator>Richie Sajan</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[exporer]]></category>
		<category><![CDATA[iexplore]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[run]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://techwithric.com/?p=606</guid>
		<description><![CDATA[Windows RUN command is the place to be if you want to cut down on clicking with your mouse and wasting your time. You just enter short-cuts like cmd (for command prompt) or %temp% (for opening the folder containing temporary files) and voila the app/window is open. But how to open Internet Explorer from RUN? [...]


Related posts:<ol><li><a href='http://techwithric.com/how-to-disable-or-enable-internet-explorer-in-windows-7' rel='bookmark' title='Permanent Link: How to Disable or Enable Internet Explorer in Windows 7'>How to Disable or Enable Internet Explorer in Windows 7</a></li>
<li><a href='http://techwithric.com/how-to-disable-auto-run-in-windows-xp' rel='bookmark' title='Permanent Link: How to Disable Auto-Run in Windows XP'>How to Disable Auto-Run in Windows XP</a></li>
<li><a href='http://techwithric.com/windows-run-command-cheat-sheet' rel='bookmark' title='Permanent Link: Windows Run Command Cheat Sheet'>Windows Run Command Cheat Sheet</a></li>
<li><a href='http://techwithric.com/windows-run-command-cheat-sheet-2' rel='bookmark' title='Permanent Link: Windows Run Command Cheat Sheet 2'>Windows Run Command Cheat Sheet 2</a></li>
<li><a href='http://techwithric.com/how-to-clean-virus-from-pendrives' rel='bookmark' title='Permanent Link: How To Clean Virus From Pendrives'>How To Clean Virus From Pendrives</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-608" title="internet_explorer_logo" src="http://media.techwithric.com/img/internet_explorer_logo.jpg" alt="internet_explorer_logo" width="116" height="116" />Windows RUN command is the place to be if you want to cut down on clicking with your mouse and wasting your time. You just enter short-cuts like cmd (for command prompt) or %temp% (for opening the folder containing temporary files) and voila the app/window is open. But how to open Internet Explorer from RUN? Read on.<span id="more-606"></span></p>
<p><strong>Note:</strong> <em>The following tutorial assumes that your Windows installation directory as well as Internet Explorer has been installed on the C drive. If not, just change the drive letter.</em></p>
<p>Well its pretty simple, just enter the following in the RUN text-box:</p>
<blockquote><p>C:\Program Files\Internet Explorer\iexplore.exe</p></blockquote>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-607" title="RUN_1" src="http://media.techwithric.com/img/RUN_1.png" alt="RUN_1" width="347" height="186" /></p>
<p>Huh, don&#8217;t you think it&#8217;s pretty long? Well there&#8217;s a simple work-around. You need to do the following steps (just once).</p>
<ol>
<li>Just go to the the RUN box again. (Keyboard Shortcut : Win + R)</li>
<li>In the text-box type:<br />
<blockquote><p>C:\Program Files\Internet Explorer\</p></blockquote>
</li>
<li>Copy the file named &#8216;iexplore&#8217; or &#8216;iexplore.exe&#8217;</li>
<li>Again open the RUN box (Win + R)</li>
<li>Now in the text-box type:<br />
<blockquote><p>%systemroot%\system32\</p></blockquote>
</li>
<li>Now just paste the the iexplore file (which we had earlier copied) in this folder.</li>
</ol>
<p>That&#8217;s it your done! Now to open Internet Explorer from the RUN box, just open it up and then type &#8216;iexplore&#8217; (without quotes). How&#8217;s that!</p>
<p>You could do the similar for Firefox (firefox.exe) or any other related software.</p>


<p>Related posts:<ol><li><a href='http://techwithric.com/how-to-disable-or-enable-internet-explorer-in-windows-7' rel='bookmark' title='Permanent Link: How to Disable or Enable Internet Explorer in Windows 7'>How to Disable or Enable Internet Explorer in Windows 7</a></li>
<li><a href='http://techwithric.com/how-to-disable-auto-run-in-windows-xp' rel='bookmark' title='Permanent Link: How to Disable Auto-Run in Windows XP'>How to Disable Auto-Run in Windows XP</a></li>
<li><a href='http://techwithric.com/windows-run-command-cheat-sheet' rel='bookmark' title='Permanent Link: Windows Run Command Cheat Sheet'>Windows Run Command Cheat Sheet</a></li>
<li><a href='http://techwithric.com/windows-run-command-cheat-sheet-2' rel='bookmark' title='Permanent Link: Windows Run Command Cheat Sheet 2'>Windows Run Command Cheat Sheet 2</a></li>
<li><a href='http://techwithric.com/how-to-clean-virus-from-pendrives' rel='bookmark' title='Permanent Link: How To Clean Virus From Pendrives'>How To Clean Virus From Pendrives</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/how-to-open-internet-explorer-with-run/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Download Nero 9 Lite for Free</title>
		<link>http://techwithric.com/download-nero-9-lite-for-free</link>
		<comments>http://techwithric.com/download-nero-9-lite-for-free#comments</comments>
		<pubDate>Wed, 09 Dec 2009 11:17:59 +0000</pubDate>
		<dc:creator>Richie Sajan</dc:creator>
				<category><![CDATA[Download]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[burning]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[nero]]></category>
		<category><![CDATA[way]]></category>

		<guid isPermaLink="false">http://techwithric.com/?p=135</guid>
		<description><![CDATA[Nero has been a popular and leading CD and DVD burning application over the years. it has always been a paid software. But now Nero is offering a free version of its popular burning suite which has basic CD/DVD burning features. Since it’s a stripped down version, you will only get the most basic CD [...]


Related posts:<ol><li><a href='http://techwithric.com/download-skydownloader-pro-with-lifetime-license-for-free' rel='bookmark' title='Permanent Link: Download SkyDownloader PRO with Lifetime License for Free'>Download SkyDownloader PRO with Lifetime License for Free</a></li>
<li><a href='http://techwithric.com/download-lavasoft-ad-aware-plus-8-2-2010-for-free' rel='bookmark' title='Permanent Link: Download Lavasoft Ad-Aware Plus 8.2 (2010) for Free'>Download Lavasoft Ad-Aware Plus 8.2 (2010) for Free</a></li>
<li><a href='http://techwithric.com/download-half-life-2-games-for-free' rel='bookmark' title='Permanent Link: Download Half-Life 2 Games For Free'>Download Half-Life 2 Games For Free</a></li>
<li><a href='http://techwithric.com/microsoft-courier-the-ipad-killer' rel='bookmark' title='Permanent Link: Microsoft Courier: The iPad Killer?'>Microsoft Courier: The iPad Killer?</a></li>
<li><a href='http://techwithric.com/getting-started-with-microsoft-office-2010-free-ebook-download' rel='bookmark' title='Permanent Link: Getting started with Microsoft Office 2010 &#8211; Free eBook Download'>Getting started with Microsoft Office 2010 &#8211; Free eBook Download</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-136" title="nero-9-lite-icon" src="http://media.techwithric.com/img/nero-9-lite-icon.jpg" alt="nero-9-lite-icon" width="124" height="124" />Nero has been a popular and leading CD and DVD burning application over the years. it has always been a paid software. But now Nero is offering a free version of its popular burning suite which has basic CD/DVD burning features. Since it’s a stripped down version, you will only get the most basic CD and DVD burning features and for anything else you’ll have to upgrade.<span id="more-135"></span></p>
<p>This version of Nero 9 contains simply data burning and disc copying features for CDs and DVDs. Additional features and functionality are available with an upgrade to Nero 9 full version.</p>
<h2>Screenshot:</h2>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-137" title="Nero-Free_1" src="http://media.techwithric.com/img/Nero-Free_1-300x212.png" alt="Nero-Free_1" width="300" height="212" /></p>
<h2>Requirements:</h2>
<p>Internet Explorer 6.0 or higher.<br />
· 1 GHz Intel Pentium III or equivalent AMD and Intel processor<br />
· 2 GHz Intel Pentium 4 or equivalent AMD and Intel processor for Windows Vista<br />
· 256 MB RAM<br />
· 512 MB RAM for Windows Vista<br />
· 270MB hard drive space for a typical installation of all components.<br />
· 500MB hard drive space temporary for the installation<br />
· CD or DVD recordable or rewritable drive for burning.<br />
· DirectX 9.0c revision 30 (August 2006) or higher.<br />
· Up to 9 GB available hard drive space for DVD images and temporary DVD files.<br />
· Graphics card with at least 32 MB video memory<br />
· minimum resolution of 800 x 600 pixels<br />
· 16-bit color settings<br />
· 24-bit or 32-bit true color is recommended</p>
<p>The installer of nero 9 is 55mb in size and it works on Windows XP, Vista and Windows 7.</p>
<p>You can download it from <a href="http://www.nero.com/eng/downloads-nero9-free.php" target="_blank">here</a>.</p>
<p><strong>Important Note: </strong>This freeware version of Nero 9 will try and reset your default browser search page and install the Ask toolbar. Make sure you choose “Install Nero without the Ask Toolbar” option while installing.</p>


<p>Related posts:<ol><li><a href='http://techwithric.com/download-skydownloader-pro-with-lifetime-license-for-free' rel='bookmark' title='Permanent Link: Download SkyDownloader PRO with Lifetime License for Free'>Download SkyDownloader PRO with Lifetime License for Free</a></li>
<li><a href='http://techwithric.com/download-lavasoft-ad-aware-plus-8-2-2010-for-free' rel='bookmark' title='Permanent Link: Download Lavasoft Ad-Aware Plus 8.2 (2010) for Free'>Download Lavasoft Ad-Aware Plus 8.2 (2010) for Free</a></li>
<li><a href='http://techwithric.com/download-half-life-2-games-for-free' rel='bookmark' title='Permanent Link: Download Half-Life 2 Games For Free'>Download Half-Life 2 Games For Free</a></li>
<li><a href='http://techwithric.com/microsoft-courier-the-ipad-killer' rel='bookmark' title='Permanent Link: Microsoft Courier: The iPad Killer?'>Microsoft Courier: The iPad Killer?</a></li>
<li><a href='http://techwithric.com/getting-started-with-microsoft-office-2010-free-ebook-download' rel='bookmark' title='Permanent Link: Getting started with Microsoft Office 2010 &#8211; Free eBook Download'>Getting started with Microsoft Office 2010 &#8211; Free eBook Download</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/download-nero-9-lite-for-free/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lock File(s) on Windows Without Using Any Software</title>
		<link>http://techwithric.com/lock-files-on-windows-without-using-any-software</link>
		<comments>http://techwithric.com/lock-files-on-windows-without-using-any-software#comments</comments>
		<pubDate>Wed, 09 Dec 2009 11:00:36 +0000</pubDate>
		<dc:creator>Richie Sajan</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[lock]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[way]]></category>

		<guid isPermaLink="false">http://techwithric.com/?p=130</guid>
		<description><![CDATA[How many times have you wished for a software, using which you can hide or lock files, restricting its access to other unwanted users. Although there are several such softwares available in the market, using which you can easily lock/hide files but, I personally dont trust them because most of them are bloatware or spyware.Here&#8217;s [...]


Related posts:<ol><li><a href='http://techwithric.com/windows-run-command-cheat-sheet-2' rel='bookmark' title='Permanent Link: Windows Run Command Cheat Sheet 2'>Windows Run Command Cheat Sheet 2</a></li>
<li><a href='http://techwithric.com/how-to-disable-auto-run-in-windows-xp' rel='bookmark' title='Permanent Link: How to Disable Auto-Run in Windows XP'>How to Disable Auto-Run in Windows XP</a></li>
<li><a href='http://techwithric.com/how-to-use-an-mdf-mds-or-an-iso-file' rel='bookmark' title='Permanent Link: How to use an .mdf , .mds or an .iso file'>How to use an .mdf , .mds or an .iso file</a></li>
<li><a href='http://techwithric.com/how-to-fix-virus-converting-pen-drive-icon-to-folder-icon' rel='bookmark' title='Permanent Link: How to Fix : Virus Converting Pen Drive Icon to Folder Icon'>How to Fix : Virus Converting Pen Drive Icon to Folder Icon</a></li>
<li><a href='http://techwithric.com/how-to-install-windows-movie-maker-in-windows-7' rel='bookmark' title='Permanent Link: How to Install Windows Movie Maker in Windows 7'>How to Install Windows Movie Maker in Windows 7</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-131" title="file-lock" src="http://media.techwithric.com/img/file-lock.jpg" alt="file-lock" width="110" height="127" />How many times have you wished for a software, using which you can hide or lock files, restricting its access to other unwanted users. Although there are several such softwares available in the market, using which you can easily lock/hide files but, I personally dont trust them because most of them are bloatware or spyware.Here&#8217;s a simple yet powerful way of locking and hiding important files without the use of any software. <span id="more-130"></span></p>
<p><strong>Follow the instructions to make you own Locker</strong> ( Without any software !! ) :</p>
<ul>
<li>Open notepad.</li>
<li>Copy the following code in notepad file :</li>
</ul>
<blockquote><p>cls<br />
@ECHO OFF<br />
title Folder Locker<br />
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK<br />
if NOT EXIST Locker goto MDLOCKER<br />
:CONFIRM<br />
echo Are you sure u want to Lock the folder(Y/N)<br />
set/p “cho=&gt;”<br />
if %cho%==Y goto LOCK<br />
if %cho%==y goto LOCK<br />
if %cho%==n goto END<br />
if %cho%==N goto END<br />
echo Invalid choice.<br />
goto CONFIRM<br />
:LOCK<br />
ren Locker “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”<br />
attrib +h +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”<br />
echo Folder locked<br />
goto End<br />
:UNLOCK<br />
echo Enter password to Unlock folder<br />
set/p “pass=&gt;”<br />
if NOT %pass%==<span style="color: #ff0000;">YOUR PASSWORD HERE</span> goto FAIL<br />
attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”<br />
ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” Locker<br />
echo Folder Unlocked successfully<br />
goto End<br />
:FAIL<br />
echo Invalid password<br />
goto end<br />
:MDLOCKER<br />
md Locker<br />
echo Locker created successfully<br />
goto End<br />
:End</p></blockquote>
<ul>
<li>Change the “<span style="color: #ff0000;">YOUR PASSWORD HERE</span>” with your password ( Marked as RED above ).</li>
<li>Save it as batch file ( with extension .bat ) For eg. Locker.bat</li>
<li>Now you will see a batch file. Double click it to create a folder locker ( A new folder named Locker would be formed at the same location )</li>
<li>Thats it you have now created your own locker and that too without using any software !</li>
</ul>
<p>Brings all the files you want to hide in the locker folder. Double click the batch ( As created above ) file to lock the folder namely Locker.</p>
<p>If you want to unlock your files, simple double click the batch file again and you would be prompted for password ( In DOS window ). Enter the password and enjoy access to the folder.</p>


<p>Related posts:<ol><li><a href='http://techwithric.com/windows-run-command-cheat-sheet-2' rel='bookmark' title='Permanent Link: Windows Run Command Cheat Sheet 2'>Windows Run Command Cheat Sheet 2</a></li>
<li><a href='http://techwithric.com/how-to-disable-auto-run-in-windows-xp' rel='bookmark' title='Permanent Link: How to Disable Auto-Run in Windows XP'>How to Disable Auto-Run in Windows XP</a></li>
<li><a href='http://techwithric.com/how-to-use-an-mdf-mds-or-an-iso-file' rel='bookmark' title='Permanent Link: How to use an .mdf , .mds or an .iso file'>How to use an .mdf , .mds or an .iso file</a></li>
<li><a href='http://techwithric.com/how-to-fix-virus-converting-pen-drive-icon-to-folder-icon' rel='bookmark' title='Permanent Link: How to Fix : Virus Converting Pen Drive Icon to Folder Icon'>How to Fix : Virus Converting Pen Drive Icon to Folder Icon</a></li>
<li><a href='http://techwithric.com/how-to-install-windows-movie-maker-in-windows-7' rel='bookmark' title='Permanent Link: How to Install Windows Movie Maker in Windows 7'>How to Install Windows Movie Maker in Windows 7</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/lock-files-on-windows-without-using-any-software/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install Windows Movie Maker in Windows 7</title>
		<link>http://techwithric.com/how-to-install-windows-movie-maker-in-windows-7</link>
		<comments>http://techwithric.com/how-to-install-windows-movie-maker-in-windows-7#comments</comments>
		<pubDate>Fri, 04 Dec 2009 14:09:47 +0000</pubDate>
		<dc:creator>Richie Sajan</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[i got a virus after installing windows 7 windows live movie maker!!!]]></category>
		<category><![CDATA[maker]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[ric receive window]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[what is the steps to install movie maker in windows 7]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://techwithric.com/?p=50</guid>
		<description><![CDATA[Well I used Windows XP earlier and then directly skipped to Windows 7. And one of the best features, that I simply loved in Windows 7 was the Movie Maker. Although not a great video editor, it still allowed bare-bones editing, which was enough for me. But voila! No Movie Maker in Win7 by default! Lets see how we can get it.


Related posts:<ol><li><a href='http://techwithric.com/how-to-disable-auto-run-in-windows-xp' rel='bookmark' title='Permanent Link: How to Disable Auto-Run in Windows XP'>How to Disable Auto-Run in Windows XP</a></li>
<li><a href='http://techwithric.com/how-to-disable-or-enable-internet-explorer-in-windows-7' rel='bookmark' title='Permanent Link: How to Disable or Enable Internet Explorer in Windows 7'>How to Disable or Enable Internet Explorer in Windows 7</a></li>
<li><a href='http://techwithric.com/3-ways-to-install-a-wordpress-plugin' rel='bookmark' title='Permanent Link: 3 Ways to Install A WordPress Plugin'>3 Ways to Install A WordPress Plugin</a></li>
<li><a href='http://techwithric.com/how-to-install-jdk-on-your-computer' rel='bookmark' title='Permanent Link: How to Install JDK on your Computer?'>How to Install JDK on your Computer?</a></li>
<li><a href='http://techwithric.com/windows-run-command-cheat-sheet' rel='bookmark' title='Permanent Link: Windows Run Command Cheat Sheet'>Windows Run Command Cheat Sheet</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-54" title="Windows_Live" src="http://media.techwithric.com/img/Windows_Live-300x224.jpg" alt="Windows_Live" width="144" height="107" />Well I used Windows XP earlier and then directly skipped to Windows 7. And one of the best features, that I simply loved in Windows 7 was the Movie Maker. Although not a great video editor, it still allowed bare-bones editing, which was enough for me. But voila! No Movie Maker in Win7 by default! Lets see how we can get it.</p>
<p><span id="more-50"></span>Actually the process is quite simple. First of all go to <a href="http://download.live.com/" target="_blank">download.live.com</a>, and download the software (you can download it in your language as well, by clicking on the Download button to the right.</p>
<p>After you have downloaded the software, open it. There will be a loading window at first. Wait a little, this may take some time especially on slow computers.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-52" title="win-live-loading" src="http://media.techwithric.com/img/win-live-loading.png" alt="win-live-loading" width="518" height="438" /></p>
<p>Now a new window must have opened with  a list of softwares that you can install. Check the software that you want to install, in our case <strong>Movie Maker</strong>, and then just press the <strong>Install</strong> button.</p>
<p>Well now all you got to do is wait. Go grab a cup of coffee while the softwares are downloaded.</p>
<p>After the download is complete, you may be asked to reboot. Do so, and there you are, you&#8217;ve got Windows Movie Maker installed in Windows 7!</p>
<p><strong>Tip:</strong> If you want to install any other application (for eg. Live Writer) just open the software that you downloaded at the first step, and check the software that you want. Just follow the above steps.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-51" title="win-live-install" src="http://media.techwithric.com/img/win-live-install.png" alt="win-live-install" width="518" height="438" /></p>
<p>If you want to uninstall it, you can do so by going to <strong>Control Panel</strong> -&gt; <strong>Programs</strong> -&gt; <strong>Uninstall a Program</strong>, and in the new window that opens, scroll down to <strong>Windows Live Essentials</strong>. Double Click on it and click <strong>Continue</strong>.</p>


<p>Related posts:<ol><li><a href='http://techwithric.com/how-to-disable-auto-run-in-windows-xp' rel='bookmark' title='Permanent Link: How to Disable Auto-Run in Windows XP'>How to Disable Auto-Run in Windows XP</a></li>
<li><a href='http://techwithric.com/how-to-disable-or-enable-internet-explorer-in-windows-7' rel='bookmark' title='Permanent Link: How to Disable or Enable Internet Explorer in Windows 7'>How to Disable or Enable Internet Explorer in Windows 7</a></li>
<li><a href='http://techwithric.com/3-ways-to-install-a-wordpress-plugin' rel='bookmark' title='Permanent Link: 3 Ways to Install A WordPress Plugin'>3 Ways to Install A WordPress Plugin</a></li>
<li><a href='http://techwithric.com/how-to-install-jdk-on-your-computer' rel='bookmark' title='Permanent Link: How to Install JDK on your Computer?'>How to Install JDK on your Computer?</a></li>
<li><a href='http://techwithric.com/windows-run-command-cheat-sheet' rel='bookmark' title='Permanent Link: Windows Run Command Cheat Sheet'>Windows Run Command Cheat Sheet</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/how-to-install-windows-movie-maker-in-windows-7/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to Disable or Enable Internet Explorer in Windows 7</title>
		<link>http://techwithric.com/how-to-disable-or-enable-internet-explorer-in-windows-7</link>
		<comments>http://techwithric.com/how-to-disable-or-enable-internet-explorer-in-windows-7#comments</comments>
		<pubDate>Thu, 03 Dec 2009 16:56:57 +0000</pubDate>
		<dc:creator>Richie Sajan</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[explorer]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[uninstall]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://techwithric.com/?p=29</guid>
		<description><![CDATA[Although we might have struggled a lot in the days of Windows XP and Vista to disable Internet Explorer, Windows 7 has added a nifty feature that allows a user to quickly disable it. Now, why would you want to disable IE? Well if, like most of the people out there, you are using a third-party browser like FireFox or Chrome, there is no need of IE, and you might as well uninstall it. Find out how you can disable IE in Windows 7.


Related posts:<ol><li><a href='http://techwithric.com/how-to-disable-auto-run-in-windows-xp' rel='bookmark' title='Permanent Link: How to Disable Auto-Run in Windows XP'>How to Disable Auto-Run in Windows XP</a></li>
<li><a href='http://techwithric.com/how-to-open-internet-explorer-with-run' rel='bookmark' title='Permanent Link: How to open &#8220;Internet Explorer&#8221; with &#8220;RUN&#8221;'>How to open &#8220;Internet Explorer&#8221; with &#8220;RUN&#8221;</a></li>
<li><a href='http://techwithric.com/how-to-install-windows-movie-maker-in-windows-7' rel='bookmark' title='Permanent Link: How to Install Windows Movie Maker in Windows 7'>How to Install Windows Movie Maker in Windows 7</a></li>
<li><a href='http://techwithric.com/windows-run-command-cheat-sheet' rel='bookmark' title='Permanent Link: Windows Run Command Cheat Sheet'>Windows Run Command Cheat Sheet</a></li>
<li><a href='http://techwithric.com/how-to-solve-the-%e2%80%98warning-implode-function-implode%e2%80%99-error-in-wordpress' rel='bookmark' title='Permanent Link: How to Solve the ‘Warning: implode() [function.implode]:’ Error in WordPress'>How to Solve the ‘Warning: implode() [function.implode]:’ Error in WordPress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-30" title="Disable Internet Explorer" src="http://media.techwithric.com/img/no-ie-support.jpg" alt="no-ie-support" width="118" height="126" />Although we might have struggled a lot in the days of Windows XP and Vista to disable Internet Explorer, Windows 7 has added a nifty feature that allows a user to quickly disable it. Now, why would you want to disable IE? Well if, like most of the people out there, you are using a third-party browser like FireFox or Chrome, there is no need of IE, and you might as well uninstall it. Find out how you can disable IE in Windows 7.</p>
<p><span id="more-29"></span><strong>Follow these tips to quickly remove IE from Windows 7:</strong></p>
<ol>
<li>Go to <strong>Start</strong>, and then click on <strong>Control Panel</strong></li>
<p><img class="aligncenter size-full wp-image-31" title="Select Control Panel from Start" src="http://media.techwithric.com/img/control-panel-go.png" alt="Select Control Panel from Start" width="405" height="265" /><br />
<strong><br />
</strong></p>
<li>Click on <strong>System and Security</strong></li>
<p><img class="aligncenter size-full wp-image-33" title="Click on system and security" src="http://media.techwithric.com/img/system-security.png" alt="Click on system and security" width="340" height="196" /></p>
<li>From the left pane, click on <strong>Programs</strong></li>
<p><img class="aligncenter size-full wp-image-32" title="Click on programs" src="http://media.techwithric.com/img/control-panel-programmes.png" alt="Click on programs" width="279" height="177" /></p>
<li>Now in the main menu click on <strong>Turn Windows features on or off</strong></li>
<p><img class="aligncenter size-full wp-image-34" title="Click on Turn Windows features on or off" src="http://media.techwithric.com/img/Windows-features.png" alt="Click on Turn Windows features on or off" width="372" height="72" /></p>
<li>In the new windows that opens, uncheck <strong>Internet Explorer</strong> (usually on the third line)</li>
<p><img class="aligncenter size-full wp-image-35" title="Uncheck Internet Explorer" src="http://media.techwithric.com/img/Windows-features2.png" alt="Uncheck Internet Explorer" width="429" height="375" /></p>
<li>Now click on OK. A warning will be displayed, just click on <strong>Yes</strong>. You may be asked to reboot your system. Just do it, and now you have IE uninstalled from your Windows 7 system!</li>
<p><img class="aligncenter size-full wp-image-36" title="Windows-features3" src="http://media.techwithric.com/img/Windows-features3.png" alt="Windows-features3" width="366" height="239" /></ol>
<p>An alternative method is to open <strong>Start Menu</strong> (by clicking on the Start icon in the bottom-left of your screen), and search for <strong>Turn Windows features on or off.</strong> Click on the very first optin/result and follow from step 5 above.</p>
<p>Easy wasn&#8217;t it!</p>


<p>Related posts:<ol><li><a href='http://techwithric.com/how-to-disable-auto-run-in-windows-xp' rel='bookmark' title='Permanent Link: How to Disable Auto-Run in Windows XP'>How to Disable Auto-Run in Windows XP</a></li>
<li><a href='http://techwithric.com/how-to-open-internet-explorer-with-run' rel='bookmark' title='Permanent Link: How to open &#8220;Internet Explorer&#8221; with &#8220;RUN&#8221;'>How to open &#8220;Internet Explorer&#8221; with &#8220;RUN&#8221;</a></li>
<li><a href='http://techwithric.com/how-to-install-windows-movie-maker-in-windows-7' rel='bookmark' title='Permanent Link: How to Install Windows Movie Maker in Windows 7'>How to Install Windows Movie Maker in Windows 7</a></li>
<li><a href='http://techwithric.com/windows-run-command-cheat-sheet' rel='bookmark' title='Permanent Link: Windows Run Command Cheat Sheet'>Windows Run Command Cheat Sheet</a></li>
<li><a href='http://techwithric.com/how-to-solve-the-%e2%80%98warning-implode-function-implode%e2%80%99-error-in-wordpress' rel='bookmark' title='Permanent Link: How to Solve the ‘Warning: implode() [function.implode]:’ Error in WordPress'>How to Solve the ‘Warning: implode() [function.implode]:’ Error in WordPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/how-to-disable-or-enable-internet-explorer-in-windows-7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Disable Auto-Run in Windows XP</title>
		<link>http://techwithric.com/how-to-disable-auto-run-in-windows-xp</link>
		<comments>http://techwithric.com/how-to-disable-auto-run-in-windows-xp#comments</comments>
		<pubDate>Sat, 24 Oct 2009 10:02:00 +0000</pubDate>
		<dc:creator>Richie Sajan</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[autorun]]></category>
		<category><![CDATA[disabel]]></category>
		<category><![CDATA[way]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.techwithric.com/how-to-disable-auto-run-in-windows-xp</guid>
		<description><![CDATA[Well viruses are the most common thing to be found these days in a Windows System. Although most of the virus that appear in your PC are most probably downloaded (with or without your knowledge) from the internet, the second most common way for a virus to infect your computer is via a CD or [...]


Related posts:<ol><li><a href='http://techwithric.com/how-to-disable-or-enable-internet-explorer-in-windows-7' rel='bookmark' title='Permanent Link: How to Disable or Enable Internet Explorer in Windows 7'>How to Disable or Enable Internet Explorer in Windows 7</a></li>
<li><a href='http://techwithric.com/disable-auto-jump-in-wordpresss-read-more' rel='bookmark' title='Permanent Link: Disable Auto Jump in WordPress&#8217;s Read More'>Disable Auto Jump in WordPress&#8217;s Read More</a></li>
<li><a href='http://techwithric.com/lock-files-on-windows-without-using-any-software' rel='bookmark' title='Permanent Link: Lock File(s) on Windows Without Using Any Software'>Lock File(s) on Windows Without Using Any Software</a></li>
<li><a href='http://techwithric.com/find-out-the-last-time-a-computer-was-used' rel='bookmark' title='Permanent Link: Find Out the Last Time a Computer Was Used'>Find Out the Last Time a Computer Was Used</a></li>
<li><a href='http://techwithric.com/how-to-install-windows-movie-maker-in-windows-7' rel='bookmark' title='Permanent Link: How to Install Windows Movie Maker in Windows 7'>How to Install Windows Movie Maker in Windows 7</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a title="Windows XP Logo" rel="lightbox[pics3]" href="http://media.techwithric.com/img//Windows_XP_Logo.jpg"><img class="attachment wp-att-18 alignleft" src="http://media.techwithric.com/img//Windows_XP_Logo.thumbnail.jpg" alt="Windows XP Logo" width="200" height="133" /></a>Well viruses are the most common thing to be found these days in a Windows System. Although most of the virus that appear in your PC are most probably downloaded (with or without your knowledge) from the internet, the second most common way for a virus to infect your computer is via a CD or Pen Drive via auto-run.<span id="more-3"></span>&#8216;How?&#8217;, you may ask. Well there is this thing called auto-run in Windows. Whenever you insert a CD or a Pen drive, Windows automatically goes through the contents of the removable drive and shows some options like open folder, play media files etc. This process is called auto-run. By default this option is enabled in all version of Windows. So when you connect a removable drive, the virus just have a free time infecting your PC&#8217;s.</p>
<p>So it&#8217;s very important that you disable auto-run in your PC&#8217;s quickly. Use the appropriate method according to your OS, and perform it:</p>
<ol>
<li>The easiest and most effective means to truly disable autorun can be done via this simple autorun registry hack:REGEDIT4<br />
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping\Autorun.inf]<br />
@=&#8221;@SYS:DoesNotExist&#8221;</li>
<li> To use this method, Open Notepad and copy/paste the following into a text file:REGEDIT4<br />
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping\Autorun.inf]<br />
@=&#8221;@SYS:DoesNotExist&#8221;Save the file as something.reg. (You have to be sure to change the &#8220;Save File as Type&#8221; to &#8220;All Files&#8221; before saving, or Windows will try to save it as a .txt even if you typed in .reg.</li>
<li> Locate the file you just saved and double-click the file to run it. You will receive a prompt asking if you want to add the data to the registry. Click yes to allow the modification.</li>
<li> The above method nulls any request for autorun.inf and works on XP Home or Pro, as well as Windows Vista. Credit for this tip goes to Nick Brown.If you opt to disable autorun using any other method, you will first need to install an autorun patch from Microsoft that allegedly resolves issues that cause autorun to run even after it&#8217;s been disabled (using methods other than the above recommended method).</li>
<li> XP Pro users who have installed the appropriate Microsoft patch for your system and wish to disable autorun using a method other than described above, follow steps 3 through 8 only. XP Home users begin at step 9. Vista users, see How to Disable Autorun in Windows Vista.</li>
<li> XP Pro users: Click Start and then click Run. Type gpedit.msc and click OK. The Group Policy window will open. In the left pane, double-click Administrative Templates</li>
<li> the right pane, double-click System, scroll down the list and double-click Turn Off Autoplay</li>
<li> the Turn Off Autoplay Properties window, select Enabled. From the dropdown next to Turn Off Autoplay on, select All drives and then click OK. Exit Group Policy by selecting File, then choosing Exit from the menu.</li>
<li>Home users will need to make the changes by editing the registry directly. To begin, click Start and then click Run</li>
<li>regedit and click OK. The Registry Editor window will open.</li>
<li> the left pane, navigate to:<br />
HKEY_CURRENT_USER<br />
Software<br />
Microsoft<br />
Windows<br />
CurrentVersion<br />
Policies<br />
Explorer.<br />
(Note: For help navigating the registry, see the Windows Basics System Registry tutorial).</li>
<li> Explorer highlighted, in the right-pane right click the value NoDriveTypeAutoRun and select Modify from the drop down menu. The base value will be set to Hexadecimal. If not, select Hexadecimal.</li>
<li> 95 and click OK.<br />
Note that this will stop Autorun on removable/USB drives, but still allow it on CD ROM drives. If you want to disable autorun on both, substitute b5 for the 95. (Thanks to Ian L. of Manitoba for the tip).</li>
<li> Registry Editor by selecting File, then choosing Exit from the menu.</li>
<li> will now need to reboot your computer for the changes to take effect.</li>
</ol>


<p>Related posts:<ol><li><a href='http://techwithric.com/how-to-disable-or-enable-internet-explorer-in-windows-7' rel='bookmark' title='Permanent Link: How to Disable or Enable Internet Explorer in Windows 7'>How to Disable or Enable Internet Explorer in Windows 7</a></li>
<li><a href='http://techwithric.com/disable-auto-jump-in-wordpresss-read-more' rel='bookmark' title='Permanent Link: Disable Auto Jump in WordPress&#8217;s Read More'>Disable Auto Jump in WordPress&#8217;s Read More</a></li>
<li><a href='http://techwithric.com/lock-files-on-windows-without-using-any-software' rel='bookmark' title='Permanent Link: Lock File(s) on Windows Without Using Any Software'>Lock File(s) on Windows Without Using Any Software</a></li>
<li><a href='http://techwithric.com/find-out-the-last-time-a-computer-was-used' rel='bookmark' title='Permanent Link: Find Out the Last Time a Computer Was Used'>Find Out the Last Time a Computer Was Used</a></li>
<li><a href='http://techwithric.com/how-to-install-windows-movie-maker-in-windows-7' rel='bookmark' title='Permanent Link: How to Install Windows Movie Maker in Windows 7'>How to Install Windows Movie Maker in Windows 7</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/how-to-disable-auto-run-in-windows-xp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
