<?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>BugJee.com &#187; Registry Hack</title>
	<atom:link href="http://www.bugjee.com/tag/registry-hack/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bugjee.com</link>
	<description>A online Tech Guide</description>
	<lastBuildDate>Sat, 21 Jan 2012 17:50:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Hide or unhide hard drive in Windows Vista</title>
		<link>http://www.bugjee.com/how-to-hide-or-unhide-hard-drive-in-windows-vista/</link>
		<comments>http://www.bugjee.com/how-to-hide-or-unhide-hard-drive-in-windows-vista/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 18:20:49 +0000</pubDate>
		<dc:creator>aco</dc:creator>
				<category><![CDATA[Customize window]]></category>
		<category><![CDATA[Registry Hack]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.bugjee.com/?p=1086</guid>
		<description><![CDATA[By default all hard drives in windows vista always show but you can hide some or all your hard drives so that nobody can open it or if you are parents and avoid remove or delete system file by your children, it is best for you that hide this hard drive (Generally C drive ) [...]]]></description>
			<content:encoded><![CDATA[<p>By default all hard drives in windows vista always show but you can hide some or all your hard drives so that nobody can open it or if you are parents and avoid remove or delete system file by your children, it is best for you that hide this hard drive (Generally C drive )<br />
With this tip you can only hide drive but  you can access your data and open drive with dos or typing drive name directly in The Address bar like <strong>c:\</strong> and press enter.</p>
<p>Ok you can do this with two methods</p>
<p><strong>First method: Through the Local Group Policy Editor (More Easy)</strong><br />
Follow these steps:<br />
1. Click on the Start Menu.<br />
2. In the Search bar, type <strong>gpedit.msc</strong> and press Enter<br />
Or<br />
Press <strong>Window Logo + R</strong> type gpedit.msc and press Enter.</p>
<p>3. Click Continue for the UAC prompt. (If you have active the UAC service)</p>
<p>4. (In the left pane) click on <strong>User Configuration, Administrative Templates, Windows Components, </strong>and<strong> Windows Explorer.</strong><br />
5. (In the right pane) Double Click on <strong>Hide these specified drives</strong> <strong>in My Computer</strong>.<br />
6. Click on Enabled Radio button and choose your drive which you want to hide then click on apply and ok.</p>
<p><img class="alignnone size-full wp-image-1087" title="hide-these-specified-drives" src="http://img.bugjee.com/2008/12/hide-these-specified-drives.png" alt="hide these specified drives How to Hide or unhide hard drive in Windows Vista" width="403" height="443" /></p>
<p>7. If you have already hide drive one or all and this time you want to unhide choose<br />
Don’t restrict all drives<br />
Or<br />
Click on not configured Radio button then apply and ok<br />
And After this log off or restart your system.</p>
<p><strong>You can also use this in Window xp</strong></p>
<p><strong>Note:</strong> First method is good for you if you want to hide C or D single drive or hide your all drive but if you want to hide other hard drive like E, F or G or you want to hide only F drive or G drive you don’t this Through the Local Group Policy Editor but you can do this with change registry setting.</p>
<p><strong>Second method: Through the Registry (Easy)</strong><br />
Use this method when first method is not work for you:<br />
1. Click on the Start Menu.<br />
2. In the Search bar, type <strong>regedit </strong>and press Enter<br />
Or<br />
Press <strong>Window Logo + R</strong> type <strong>regedit</strong> and press Enter.<br />
3. Click Continue for the UAC prompt. (If you have active the UAC service)<br />
4. In regedit go to:<br />
<strong>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer</strong><br />
5. In the right pane of Explorer, right click on an empty area and click on New and <strong>DWORD</strong> <strong>(32-bit)</strong> Value and type <strong>NoDrives </strong>(without any space) and press Enter.</p>
<p><img class="alignnone size-full wp-image-1088" title="registry" src="http://img.bugjee.com/2008/12/registry.png" alt="registry How to Hide or unhide hard drive in Windows Vista" width="486" height="198" /></p>
<p>6.  Right click on NoDrives and click Modify.</p>
<p><img class="alignnone size-full wp-image-1094" title="edit-dworld-value" src="http://img.bugjee.com/2008/12/edit-dworld-value.png" alt="edit dworld value How to Hide or unhide hard drive in Windows Vista" width="338" height="189" /></p>
<p>7. Now you can use these value which drive you want to hide.</p>
<p>please choose value according to base if you choose Hexadecimal use hexadecimal value but if you want to choose Decimal value use Decimal value.</p>
<table style="height: 394px;" border="1" cellspacing="0" cellpadding="0" width="315">
<tbody>
<tr>
<td width="121" valign="top">Drive Letter</td>
<td width="102" valign="top">Hexadecimal</td>
<td width="84" valign="top">Decimal</td>
</tr>
<tr>
<td width="121" valign="top">A</td>
<td width="102" valign="top">1</td>
<td width="84" valign="top">1</td>
</tr>
<tr>
<td width="121" valign="top">B</td>
<td width="102" valign="top">2</td>
<td width="84" valign="top">2</td>
</tr>
<tr>
<td width="121" valign="top">C</td>
<td width="102" valign="top">4</td>
<td width="84" valign="top">4</td>
</tr>
<tr>
<td width="121" valign="top">D</td>
<td width="102" valign="top">8</td>
<td width="84" valign="top">8</td>
</tr>
<tr>
<td width="121" valign="top">E</td>
<td width="102" valign="top">10</td>
<td width="84" valign="top">16</td>
</tr>
<tr>
<td width="121" valign="top">F</td>
<td width="102" valign="top">20</td>
<td width="84" valign="top">32</td>
</tr>
<tr>
<td width="121" valign="top">G</td>
<td width="102" valign="top">40</td>
<td width="84" valign="top">64</td>
</tr>
<tr>
<td width="121" valign="top">H</td>
<td width="102" valign="top">80</td>
<td width="84" valign="top">128</td>
</tr>
<tr>
<td width="121" valign="top">I</td>
<td width="102" valign="top">100</td>
<td width="84" valign="top">256</td>
</tr>
<tr>
<td width="121" valign="top">J</td>
<td width="102" valign="top">200</td>
<td width="84" valign="top">512</td>
</tr>
<tr>
<td width="121" valign="top">K</td>
<td width="102" valign="top">400</td>
<td width="84" valign="top">1024</td>
</tr>
<tr>
<td width="121" valign="top">L</td>
<td width="102" valign="top">800</td>
<td width="84" valign="top">2048</td>
</tr>
<tr>
<td width="121" valign="top">M</td>
<td width="102" valign="top">1000</td>
<td width="84" valign="top">4096</td>
</tr>
<tr>
<td width="121" valign="top">N</td>
<td width="102" valign="top">2000</td>
<td width="84" valign="top">8192</td>
</tr>
<tr>
<td width="121" valign="top">O</td>
<td width="102" valign="top">4000</td>
<td width="84" valign="top">16384</td>
</tr>
<tr>
<td width="121" valign="top">P</td>
<td width="102" valign="top">8000</td>
<td width="84" valign="top">32768</td>
</tr>
<tr>
<td width="121" valign="top">Q</td>
<td width="102" valign="top">10000</td>
<td width="84" valign="top">65536</td>
</tr>
<tr>
<td width="121" valign="top">R</td>
<td width="102" valign="top"></td>
<td width="84" valign="top">131072</td>
</tr>
<tr>
<td width="121" valign="top">S</td>
<td width="102" valign="top"></td>
<td width="84" valign="top">262144</td>
</tr>
<tr>
<td width="121" valign="top">T</td>
<td width="102" valign="top"></td>
<td width="84" valign="top">524288</td>
</tr>
<tr>
<td width="121" valign="top">U</td>
<td width="102" valign="top"></td>
<td width="84" valign="top">1048576</td>
</tr>
<tr>
<td width="121" valign="top">V</td>
<td width="102" valign="top"></td>
<td width="84" valign="top">2097152</td>
</tr>
<tr>
<td width="121" valign="top">W</td>
<td width="102" valign="top"></td>
<td width="84" valign="top">419304</td>
</tr>
<tr>
<td width="121" valign="top">X</td>
<td width="102" valign="top"></td>
<td width="84" valign="top">8388608</td>
</tr>
<tr>
<td width="121" valign="top">Y</td>
<td width="102" valign="top"></td>
<td width="84" valign="top">16777216</td>
</tr>
<tr>
<td width="121" valign="top">Z</td>
<td width="102" valign="top"></td>
<td width="84" valign="top">33554432</td>
</tr>
<tr>
<td width="121" valign="top">ALL DRIVES</td>
<td width="102" valign="top"></td>
<td width="84" valign="top">67108863</td>
</tr>
</tbody>
</table>
<p>8. Close <strong>Regedit </strong>And Logoff and logon again, or restart the computer to apply changes.</p>
<p><strong>To unhide drives &#8211; </strong><br />
In the right pane of Explorer, right click on NoDrives and click Delete and yes to confirm delete.<br />
Close Regedit And Logoff and logon, or restart the computer to apply changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugjee.com/how-to-hide-or-unhide-hard-drive-in-windows-vista/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to rename the network icon in Windows Vista</title>
		<link>http://www.bugjee.com/how-to-rename-the-network-icon-in-windows-vista/</link>
		<comments>http://www.bugjee.com/how-to-rename-the-network-icon-in-windows-vista/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 12:10:56 +0000</pubDate>
		<dc:creator>aco</dc:creator>
				<category><![CDATA[Registry Hack]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.bugjee.com/?p=422</guid>
		<description><![CDATA[You can&#8217;t simply click on the Network icon and rename  like other icons my computer, Recycle Bin. But you can rename network icon editing the Windows Registry. 1.    Press Window Logo + R , and type regedit in Run Window and then press Enter. 2.    Navigate to the following folder HKEY_CURRENT_USER\Software\Classes\LocalSettings\Software\Microsoft\Windows\Shell\ MuiCache 3.    Locate and [...]]]></description>
			<content:encoded><![CDATA[<p>You can&#8217;t simply click on the Network icon and rename  like other icons my computer, Recycle Bin. But you can rename network icon editing the Windows Registry.</p>
<p>1.    Press Window Logo + R , and type regedit in Run Window and then press Enter.<br />
2.    Navigate to the following folder<br />
<strong>HKEY_CURRENT_USER\Software\Classes\LocalSettings\Software\Microsoft\Windows\Shell\ MuiCache</strong></p>
<p><span id="more-422"></span>3.    Locate and double-click on the following Registry entry</p>
<p><strong>@C:\Windows\system32\NetworkExplorer.dll,-1</strong></p>
<p><img class="alignnone size-full wp-image-423" title="rename-network-icon" src="http://img.bugjee.com//2008/07/rename-network-icon.png" alt="rename network icon How to rename the network icon in Windows Vista" width="527" height="178" /></p>
<p>4.    Enter your desired name in the Value Data field</p>
<p><img class="alignnone size-full wp-image-424" title="change-name" src="http://img.bugjee.com//2008/07/change-name.png" alt="change name How to rename the network icon in Windows Vista" width="394" height="173" /></p>
<p>5.    Close the Registry Editor.<br />
6.    Right-click anywhere on the desktop and select Refresh , and now you can see that, your network icon name has been changed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugjee.com/how-to-rename-the-network-icon-in-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

