<?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; Customize window</title>
	<atom:link href="http://www.bugjee.com/tag/customize-window/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 small or big desktop icon size in windows Vista</title>
		<link>http://www.bugjee.com/how-to-small-or-big-desktop-icon-size-in-windows-vista/</link>
		<comments>http://www.bugjee.com/how-to-small-or-big-desktop-icon-size-in-windows-vista/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 14:49:05 +0000</pubDate>
		<dc:creator>aco</dc:creator>
				<category><![CDATA[Customize window]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.bugjee.com/?p=375</guid>
		<description><![CDATA[Generally you can set only three sizes of icons –Large icons, Medium Icons, Classics Icons Right click on Desktop &#62; View &#62; and choose icon size But if you want choose more size of icons Go to Desktop, Hold down Ctrl key and use mouse Scroll For Increase Icon Size – Ctrl + Scroll Up [...]]]></description>
			<content:encoded><![CDATA[<p>Generally you can set only three sizes of icons –Large icons, Medium Icons, Classics Icons<br />
Right click on Desktop &gt; View &gt; and choose icon size</p>
<p><img class="alignnone size-full wp-image-376" title="icon-menu" src="http://img.bugjee.com/2008/07/icon-menu.png" alt="icon menu How to small or big desktop icon size in windows Vista" width="399" height="151" /></p>
<p><span id="more-375"></span></p>
<p>But if you want choose more size of icons Go to Desktop, Hold down Ctrl key and use mouse Scroll<br />
For Increase Icon Size – Ctrl + Scroll Up (Big size)<br />
For Decrease Icon Size – Ctrl + Scroll Down (small Size)</p>
<p><img class="alignnone size-full wp-image-377" title="change-icons-size" src="http://img.bugjee.com/2008/07/change-icons-size.jpg" alt="change icons size How to small or big desktop icon size in windows Vista" width="292" height="214" /></p>
<p>If you want to set old icon size again, Right click on Desktop &gt; View &gt; and choose icon size&gt; Medium Icons.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugjee.com/how-to-small-or-big-desktop-icon-size-in-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to hide desktop icons in one second in Windows Vista</title>
		<link>http://www.bugjee.com/how-to-hide-desktop-icons-in-one-second-in-windows-vista/</link>
		<comments>http://www.bugjee.com/how-to-hide-desktop-icons-in-one-second-in-windows-vista/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 13:50:29 +0000</pubDate>
		<dc:creator>aco</dc:creator>
				<category><![CDATA[Customize window]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.bugjee.com/?p=372</guid>
		<description><![CDATA[Many people delete all icons on the desktop and after say hide and someone use some other way like right click(on the desktop) &#62; personalize &#62; change desktop icons(in right tasks pane) , and unselect  all check box icons. But you can hide only system icons with this way. The simplest way to hide all [...]]]></description>
			<content:encoded><![CDATA[<p>Many people delete all icons on the desktop and after say hide and someone use some other way like right click(on the desktop) &gt; personalize &gt; change desktop icons(in right tasks pane) , and unselect  all check box icons. But you can hide only system icons with this way.</p>
<p>The simplest way to hide all desktop icons in windows vista.</p>
<p><span id="more-372"></span></p>
<p>Right click on desktop &gt; View &gt; and after then unselect Show Desktop icons<br />
Enjoy you can hide all desktop icons in one seconds. If you want to show icons again just follow same process and select show desktop icons.</p>
<p><img class="alignnone size-full wp-image-373" title="hide-desktop-icons" src="http://img.bugjee.com/2008/07/hide-desktop-icons.png" alt="hide desktop icons How to hide desktop icons in one second in Windows Vista" width="399" height="151" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugjee.com/how-to-hide-desktop-icons-in-one-second-in-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Copy file name and path in windows vista</title>
		<link>http://www.bugjee.com/how-to-copy-file-name-and-path-in-windows-vista/</link>
		<comments>http://www.bugjee.com/how-to-copy-file-name-and-path-in-windows-vista/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 14:28:45 +0000</pubDate>
		<dc:creator>aco</dc:creator>
				<category><![CDATA[Customize window]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.bugjee.com/?p=351</guid>
		<description><![CDATA[When you trying to copy any file name in windows vista generally use- 1.Right click files and then  click rename option 2.Select file , press F2 (function key) After any one method, file name select and you can copy this name with Ctrl + C, and paste as your use. And it’s more hard when [...]]]></description>
			<content:encoded><![CDATA[<p>When you trying to copy any file name in windows vista generally use-<br />
1.Right click files and then  click rename option<br />
2.Select file , press F2 (function key)<br />
After any one method, file name select and you can copy this name with Ctrl + C, and paste as your use. And it’s more hard when if you want to copy complete file path. But you can easily this all type work with Bullzip – copy file name utility.</p>
<p><img class="alignnone size-full wp-image-352" title="copy-file-name-menu" src="http://img.bugjee.com/2008/07/copy-file-name-menu.png" alt="copy file name menu How to Copy file name and path in windows vista" width="249" height="173" /></p>
<p><span id="more-351"></span><strong><br />
Quick use</strong><br />
1.After downloading  and installation bullzip-copy file name<br />
2.Go to start &gt;program &gt;bullzip and click copy file name icon<br />
3.Click <strong>tools</strong> &gt; <strong>Register in File Explorer</strong> from the menu to enable the context menu.<br />
4.And now you can use it , right click any file and click copy file name</p>
<p><img class="alignnone size-full wp-image-353" title="bullzip-copy-file-name" src="http://img.bugjee.com/2008/07/bullzip-copy-file-name.png" alt="bullzip copy file name How to Copy file name and path in windows vista" width="366" height="166" /></p>
<p><strong><a href="http://www.bullzip.com/download/cfn/CopyFileName_2_0_0_7.exe" target="_blank">Download free bullzip-copy file name</a> </strong><strong> , </strong><strong><a href="http://www.bullzip.com/products/cfn/info.php" target="_blank">publisher page</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugjee.com/how-to-copy-file-name-and-path-in-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change XP drive icon into vista drive icon style</title>
		<link>http://www.bugjee.com/change-xp-drive-icon-into-vista-drive-icon-style/</link>
		<comments>http://www.bugjee.com/change-xp-drive-icon-into-vista-drive-icon-style/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 09:27:42 +0000</pubDate>
		<dc:creator>aco</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Customize window]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.bugjee.com/?p=192</guid>
		<description><![CDATA[Change windows XP drive icons into windows vista drive icons style, And change your windows XP style more stylish. Quick use 1. install Vista Drive Icon. 2.open My computer, click Views and select thumbnails,tiles or list. Operating System: All 32-bit MS Windows (95/98/NT/2000/XP) Get Vista Drive Icons free from here]]></description>
			<content:encoded><![CDATA[<p>Change windows XP drive icons into windows vista drive icons style, And change your windows XP style more stylish.</p>
<p><img class="alignnone size-full wp-image-197" title="xp-icon-into-vista-icon" src="http://img.bugjee.com/2008/06/xp-icon-into-vista-icon.png" alt="xp icon into vista icon Change XP drive icon into vista drive icon style" width="359" height="138" /></p>
<p><span id="more-192"></span></p>
<p>Quick use</p>
<p>1. install Vista Drive Icon.</p>
<p>2.open <strong>My computer</strong>, click <strong>Views</strong> and select thumbnails,tiles or list.</p>
<p><img class="alignnone size-full wp-image-196" title="my-computer-view-menu" src="http://img.bugjee.com/2008/06/my-computer-view-menu.jpg" alt="my computer view menu Change XP drive icon into vista drive icon style" width="425" height="357" /></p>
<p>Operating System: All 32-bit MS Windows (95/98/NT/2000/XP)</p>
<p>Get Vista Drive Icons free from <a href="http://drvicon.sourceforge.net/" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugjee.com/change-xp-drive-icon-into-vista-drive-icon-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

