<?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>Go Hacking &#187; WINDOWS 7 HACKS</title>
	<atom:link href="http://www.gohacking.com/category/win-7-hacks/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gohacking.com</link>
	<description>Learn How To Hack! Know more about Computer/Internet Security. Get Real Hacking Tips from Experts. Cool place to Learn Hacking</description>
	<lastBuildDate>Thu, 27 Oct 2011 18:40:19 +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 Install Windows 7 From a USB Drive</title>
		<link>http://www.gohacking.com/2011/06/how-to-install-windows-7-from-a-usb-drive.html</link>
		<comments>http://www.gohacking.com/2011/06/how-to-install-windows-7-from-a-usb-drive.html#comments</comments>
		<pubDate>Fri, 24 Jun 2011 12:37:34 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[USB HACKS]]></category>
		<category><![CDATA[WINDOWS 7 HACKS]]></category>
		<category><![CDATA[WINDOWS VISTA HACKS]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=4448</guid>
		<description><![CDATA[Installing Windows from a USB flash drive has several advantages &#8211; First of all, the overall speed of the installation process will increase significantly, carrying a USB stick is much more convenient than a DVD, and ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-4474" title="Windows-7-USB" src="http://www.gohacking.com/wp-content/uploads/2011/06/Windows-7-USB.jpg" alt="Windows-7-USB" width="150" height="92" />Installing Windows from a USB flash drive has several advantages &#8211; First of all, the overall speed of the installation process will increase significantly, carrying a USB stick is much more convenient than a DVD, and finally it becomes possible to install the OS even on those systems that do not have a DVD drive, such as a netbook.</p>
<p style="text-align: justify;">In this post, I will show you how to load the Windows installation on to your USB flash drive and make it bootable just like the DVD.</p>
<p style="text-align: justify;"><strong><span style="text-decoration: underline;">Tools Required:</span></strong></p>
<p style="text-align: justify;">1. USB flash drive with a minimum capacity of 4 GB.</p>
<p style="text-align: justify;">2. Windows 7 set-up DVD.</p>
<div>&nbsp;</div>
<p style="text-align: justify;"><strong><span style="text-decoration: underline;"><font size="3">Step-1:</font></span></strong> Plug-in your USB flash drive and backup all the existing data in it.</p>
<div>&nbsp;</div>
<p style="text-align: justify;"><span style="text-decoration: underline;"><strong><font size="3">Step-2:</font></strong></span> Open the command prompt. If you are using Windows 7/Vista then open it with administrator rights*.</p>
<p style="text-align: justify;">* Goto Start -&gt; All Programs -&gt; Accessories -&gt; Right-click on &#8220;Command Prompt&#8221; and select &#8220;Run as Administrator&#8221;.</p>
<div>&nbsp;</div>
<p style="text-align: justify;"><span style="text-decoration: underline;"><strong><font size="3">Step 3:</font></strong></span> In the command prompt, type in the following command:</p>
<p><div id='stb-box-575' class='stb-info_box' ><strong>
<pre>DISKPART</pre>
<p></strong></div><br />
This will start the <i>Microsoft DiskPart</i> utility as shown below:<br />
<img class="alignleft size-full wp-image-4452" src="http://www.gohacking.com/wp-content/uploads/2011/06/DiskPart.jpg" alt="Microsoft DiskPart" width="550" height="189" /></p>
<p>Now issue the following command:</p>
<p><div id='stb-box-7243' class='stb-info_box' ><strong>
<pre>LIST DISK</pre>
<p></strong></div><br />
This will show you a list of  available disks on your system. <strong>Disk 0</strong> is usually the hard disk. In my case, <strong>Disk 5</strong> is the USB drive (this can be a different one in your case). Now issue the command as shown below:<br />
<div id='stb-box-571' class='stb-info_box' ><strong>
<pre>SELECT DISK 5</pre>
<p></strong></div><br />
<img class="alignleft size-full wp-image-4453" src="http://www.gohacking.com/wp-content/uploads/2011/06/Capture1.jpg" alt="Install Windows 7 from USB" width="450" height="270" /></p>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<p style="text-align: justify;"><span style="text-decoration: underline;"><strong>NOTE:</strong></span> In the above command, <strong>5</strong> is the USB drive number on my system. If you have a different number on your system, then you need to replace 5 with that number.</p>
<div>&nbsp;</div>
<p><span style="text-decoration: underline;"><strong><font size="3">Step-4:</font></strong></span> Now issue the following list of commands one by one as shown below:</p>
<p><div id='stb-box-1999' class='stb-info_box' >
<pre><strong>CLEAN</strong>

<strong>CREATE PARTITION PRIMARY</strong>

<strong>SELECT PARTITION 1</strong>

<strong>ACTIVE</strong>

<strong>FORMAT FS=NTFS QUICK</strong>

<strong>ASSIGN</strong>

<strong>EXIT</strong>
</pre>
<p></div><br />
<img class="size-full wp-image-4461" src="http://www.gohacking.com/wp-content/uploads/2011/06/Capture2.jpg" alt="Install Windows 7 from USB" width="450" height="456" /></p>
<p style="text-align: justify;">Minimize the command prompt and proceed to the next step.</p>
<div>&nbsp;</div>
<p style="text-align: justify;"><u><font size="3"><strong>Step 5:</strong></font></u> Insert the Windows 7/Vista installation disc and note down the &#8220;drive letter&#8221; of your DVD drive. In my case, it is &#8220;H:&#8221;. Now type the following list of commands as shown below:</p>
<p><div id='stb-box-1939' class='stb-info_box' >
<pre>
<p style="text-align: justify;"><strong>H: CD BOOT</strong>
<p style="text-align: justify;"><strong>CD BOOT</strong>
<p style="text-align: justify;"><strong>BOOTSECT.EXE /NT60 M:</strong>(NOTE: M: is your USB drive letter)
<p style="text-align: justify;"><strong>EXIT</strong>
</pre>
<p></div><br />
<img class="alignleft size-full wp-image-4469" src="http://www.gohacking.com/wp-content/uploads/2011/06/Capture3.jpg" alt="Win 7 from USB flash drive" width="450" height="202" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;"><font size="3"><strong><u>Step-6:</u></strong></font> Copy the contents of your Windows 7/Vista installation disk into the USB flash drive.</p>
<p style="text-align: justify;">That&#8217;s it! Your USB stick is now ready to boot and install the OS for you. Don&#8217;t forget to enable the &#8220;USB Boot&#8221; option and change the &#8220;boot priority to USB device from hard disk&#8221; in your BIOS settings.</p>
<p>I hope you like this post. Pass your comments to express your opinion. <img src='http://www.gohacking.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=4448&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2011/06/how-to-install-windows-7-from-a-usb-drive.html/feed</wfw:commentRss>
		<slash:comments>54</slash:comments>
		</item>
		<item>
		<title>How to Create Your Own Customized Run Commands</title>
		<link>http://www.gohacking.com/2011/04/how-to-create-customized-run-commands.html</link>
		<comments>http://www.gohacking.com/2011/04/how-to-create-customized-run-commands.html#comments</comments>
		<pubDate>Tue, 19 Apr 2011 16:37:04 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[HOW-TO GUIDES]]></category>
		<category><![CDATA[WINDOWS 7 HACKS]]></category>
		<category><![CDATA[WINDOWS VISTA HACKS]]></category>
		<category><![CDATA[WINDOWS XP HACKS]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=4372</guid>
		<description><![CDATA[The Run command on Microsoft Windows operating system allows you to directly open an application or document with just a single command instead of navigating to it&#8217;s location and double-clicking the executable icon. However, it ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-4376" title="Run command" src="http://www.gohacking.com/wp-content/uploads/2011/04/Run_command.jpg" alt="Run command" width="100" height="60" />The <strong>Run command</strong> on Microsoft Windows operating system allows you to directly open an application or document with just a single command instead of navigating to it&#8217;s location and double-clicking the executable icon. However, it only works for some of the inbuilt Windows programs such as <em>Command prompt (cmd), Calculator (calc)</em> etc. So, have you ever wondered how to create your own customized Run commands for accessing your favorite programs, files and folders? Well, read on to find out the answer.</p>
<h2 style="text-align: justify;">Creating the Customized Run Command</h2>
<div>&nbsp;</div>
<p style="text-align: justify;">Let me take up an example of how to create a customized run command for opening the Internet explorer. Once you create this command, you should be able to open the Internet explorer just by typing &#8220;ie&#8221; (without quotes) in the Run dialog box. Here is how you can do that.</p>
<p style="text-align: justify;">1. Right click on your Desktop and select New -&gt; Shortcut.</p>
<p style="text-align: justify;">2. You will see a &#8220;Create Shortcut&#8221; Dialog box as shown below</p>
<p><img class="alignleft size-full wp-image-4373" title="Create Shortcut" src="http://www.gohacking.com/wp-content/uploads/2011/04/create_shortcut.jpg" alt="Create Shortcut" width="450" height="349" /></p>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<p style="text-align: justify;">3. Click on &#8220;Browse&#8221;, navigate to: Program Files -&gt; Internet Explorer from your Root drive (usually C:\) and select &#8220;iexplore&#8221; as shown in the above figure and click on &#8220;OK&#8221;.</p>
<p style="text-align: justify;">4. Now click on &#8220;Next&#8221; and type any name for your shortcut. You can choose any name as per your choice; this will be your customized &#8220;Run command&#8221;. In this case I name my shortcut as &#8220;ie&#8221;. Click on &#8220;Finish&#8221;.</p>
<p style="text-align: justify;">5. You will see a shortcut named &#8220;ie&#8221; on your desktop. All you need to do is just copy this shortcut and paste it in your Windows folder (usually &#8220;C:/Windows&#8221;). Once you have copied the shortcut onto your Windows folder, you can delete the one on your Desktop.</p>
<p style="text-align: justify;">6. That&#8217;s it! From now on, just open the Run dialog box, type <strong>ie</strong> and hit <strong>Enter</strong> to open the Internet Explorer.</p>
<p style="text-align: justify;">In this way you can create customized Run commands for any program of your choice. Say &#8220;ff&#8221; for Firefox, &#8220;ym&#8221; for Yahoo messenger, &#8220;wmp&#8221; for Windows media player and so on. </p>
<p>To do this, when you click on &#8220;Browse&#8221; in the Step-3, just select the target program&#8217;s main executable (.exe) file which will usually be located in the C:\Program Files folder. Give a simple and short name for this shortcut as per your choice and copy the shortcut file onto the Windows folder as usual. Now just type this short name in the Run dialog box to open the program.</p>
<p style="text-align: justify;">I hope you like this post! Pass your comments.</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=4372&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2011/04/how-to-create-customized-run-commands.html/feed</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>How to Enable or Disable Hibernation in Windows 7</title>
		<link>http://www.gohacking.com/2010/09/how-to-enable-or-disable-hibernate-option-in-windows-7.html</link>
		<comments>http://www.gohacking.com/2010/09/how-to-enable-or-disable-hibernate-option-in-windows-7.html#comments</comments>
		<pubDate>Thu, 16 Sep 2010 09:16:01 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[HOW-TO GUIDES]]></category>
		<category><![CDATA[WINDOWS 7 HACKS]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=3650</guid>
		<description><![CDATA[Enabling or Disabling the &#8220;Hibernate&#8221; option in Windows 7 or Vista is not as simple as it used to be in Windows XP. For Windows 7 a different approach has to be followed to accomplish ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-3654" title="Hibernation" src="http://www.gohacking.com/wp-content/uploads/2010/09/Hibernation.jpg" alt="Hibernation" width="135" height="123" />Enabling or Disabling the &#8220;Hibernate&#8221; option in Windows 7 or Vista is not as simple as it used to be in Windows XP. For Windows 7 a different approach has to be followed to accomplish the same job. In this post you will find how to enable or disable the Hibernate option in Windows 7.</p>
<p style="text-align: justify;">Hibernation is a power saving option which was designed primarily for laptops. Unlike &#8220;sleep mode&#8221; which puts the open documents and files into the memory, hibernation puts all the open files and documents on to the hard disk and shuts down the computer without drawing even a small amount of power. Thus hibernation becomes an excellent way to save power and resume Windows back to the state where it was left off. If you really want to use this feature on Windows 7 then you need to enable this option. This can be done as follows.</p>
<p>1. Open the Command Prompt with &#8220;Administrator rights&#8221;. To do so, type <strong>cmd</strong> in Start menu and then hit <strong>Ctrl+Shift+Enter</strong>.</p>
<p>2. Now type the following command in the command prompt and hit <strong>Enter</strong>.</p>
<div id='stb-box-4184' class='stb-info_box' ><strong>powercfg /hibernate on</strong></div>
<p>3. Type <strong>exit</strong> and hit <strong>Enter</strong> to close the Command Prompt. Now you should see the &#8220;Hibernate&#8221; option in the Start menu. If not then perform the following steps.</p>
<p>A. Type <strong>Power Options</strong> in the Start menu and hit <strong>Enter</strong>.</p>
<p>B. In the left pane, open the link labeled “<strong>Change when the computer sleeps</strong>” and then open the link “<strong>Change advanced power settings</strong>”.</p>
<p>Now a small window will pop-up as shown below:</p>
<div><img class="aligncenter size-full wp-image-3653" title="Power-options" src="http://www.gohacking.com/wp-content/uploads/2010/09/Power-options.jpg" alt="Enable Hibernation" width="325" height="381" /></div>
<p>C. Now expand the <strong>Sleep</strong> tree and turn off <strong>Allow Hybrid Sleep</strong> as shown in the above screenshot.</p>
<p>D. Now you should see the Hibernate option in the Start menu.</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=3650&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2010/09/how-to-enable-or-disable-hibernate-option-in-windows-7.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How to Use Windows 7 Without Activation</title>
		<link>http://www.gohacking.com/2010/09/how-to-use-windows-7-without-activation.html</link>
		<comments>http://www.gohacking.com/2010/09/how-to-use-windows-7-without-activation.html#comments</comments>
		<pubDate>Wed, 01 Sep 2010 10:40:36 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[WINDOWS 7 HACKS]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=3622</guid>
		<description><![CDATA[Most of you might be aware of the fact that it is possible to use Windows 7 and Vista for 120 days without activation. This is actually possible using the slmgr -rearm command which will extend the ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-3623" title="Windows 7" src="http://www.gohacking.com/wp-content/uploads/2010/09/Windows_7.jpg" alt="Windows 7" width="135" height="133" />Most of you might be aware of the fact that it is possible to use Windows 7 and Vista for 120 days without activation. This is actually possible using the <strong>slmgr -rearm</strong> command which will extend the grace period from 30 days to 120 days. However in this post I will show you a small trick using which it is possible to use Windows 7 without activation for approximately an year! Here is a way to do that.</p>
<p style="text-align: justify;">1. Goto &#8220;<strong>Start Menu -&gt; All Programs -&gt; Accessories</strong>&#8221; . Right click on &#8220;<strong>Command Prompt</strong>&#8221; and select &#8220;<strong>Run as Administrator</strong>&#8220;. If you are not the administrator then you are prompted to enter the password, or else you can proceed to step-2.</p>
<p>2. Now type the following command and hit enter</p>
<div id='stb-box-2894' class='stb-info_box' ><strong>slmgr -rearm</strong></div>
<p style="text-align: justify;">3. You will be prompted to restart the computer. Once restarted the trial period will be once again reset to 30 days. You can use the above command for up to 3 times by which you can extend the trial period to 120 days without activation.</p>
<p style="text-align: justify;">4. Now comes the actual trick by which you can extend the trial period for another 240 days. Open Registry Editor (type <strong>regedit</strong> in &#8220;Run&#8221; and hit Enter) and navigate to the following location<br />
<div id='stb-box-871' class='stb-info_box' ><span style="font-size: 10px;"><strong>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform</strong></span></div><br />
5. In right-side pane, change value of <strong>SkipRearm</strong> to <strong>1</strong>.</p>
<p style="text-align: justify;">6. Now you will be able to use the <strong>slmgr -rearm</strong> command for another 8 times so that you can skip activation process for another 240 days. So you will get <strong>120 + 240 = 360 days</strong> of free Windows 7 usage.</p>
<div id='stb-box-8063' class='stb-info_box' >120 days using &#8220;slmgr -rearm&#8221; command before registry edit</p>
<p>+                                                                                                                                                                  </p>
<p>240 days using &#8220;slmgr -rearm&#8221; command after registry edit</p>
<p> =      360 Days</div>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=3622&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2010/09/how-to-use-windows-7-without-activation.html/feed</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>How to Customize Start Menu Button in Windows 7</title>
		<link>http://www.gohacking.com/2010/06/customize-start-menu-windows-7.html</link>
		<comments>http://www.gohacking.com/2010/06/customize-start-menu-windows-7.html#comments</comments>
		<pubDate>Wed, 16 Jun 2010 16:18:59 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[WINDOWS 7 HACKS]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=3422</guid>
		<description><![CDATA[Have you ever wondered how to customize the start menu button in Windows 7? Well it is possible to spice up your copy of Windows 7 by giving a new look to the start menu button. Here is ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-3311" title="Win 7 Start Menu" src="http://www.gohacking.com/wp-content/uploads/2010/06/Win7StartMenu.jpg" alt="Win 7 Start Menu" width="125" height="135" />Have you ever wondered how to customize the start menu button in Windows 7? Well it is possible to spice up your copy of Windows 7 by giving a new look to the start menu button. Here is a detailed tutorial on how to do it. The following images shows a preview of how your start menu would look like before and after the customization process is done.</p>
<div> </div>
<h3>Default Start Menu Button</h3>
<div><img title="Win 7 Start Menu - Default" src="http://www.gohacking.com/wp-content/uploads/2010/06/Start-MenuDefault.jpg" alt="Win 7 Start Menu - Default" width="259" height="47" /></div>
<div> </div>
<h3>Customized Start Menu Button</h3>
<div><img title="Customized Win 7 Start Menu" src="http://www.gohacking.com/wp-content/uploads/2010/06/Start-Menu11.jpg" alt="Customized Win 7 Start Menu" width="260" height="46" /></div>
<div><img title="Customized Win 7 Start Menu" src="http://www.gohacking.com/wp-content/uploads/2010/06/Start-Menu2.jpg" alt="Customized Win 7 Start Menu" width="259" height="47" /></div>
<div><img title="Customized Win 7 Start Menu" src="http://www.gohacking.com/wp-content/uploads/2010/06/Start-Menu3.jpg" alt="Customized Win 7 Start Menu" width="260" height="46" /></div>
<div> </div>
<h3>Tools That You Need:</h3>
<p>1. <a href="http://www.angusj.com/resourcehacker/" target="_blank">Resource Hacker</a></p>
<p>2. Custom Start Menu icons (images). It mush be of the size<strong> 54&#215;162</strong> with a <strong>.bmp</strong> extension. which looks something as follows</p>
<div><img title="startmenuicon" src="http://www.gohacking.com/wp-content/uploads/2010/06/startmenuicon.jpg" alt="Start Menu Icon" width="54" height="162" /></div>
<p>They must be in the following order:</p>
<p><strong>1st Image - </strong>When the button is not in use<br />
<strong>2nd Image - </strong>When the mouse pointer is over the button<br />
<strong>3rd Image</strong> - When the button is clicked</p>
<p>I have created a few customized buttons which are ready to use. You can download them from the following link.</p>
<p><a href="http://www.gohacking.com/downloads/resources/StartButtons.zip">Start Menu Buttons Download</a></p>
<div> </div>
<p>Once you have all those resources ready, you can start the customization process as follows&#8230;</p>
<p>1. <a href="http://www.gohacking.com/2010/06/take-ownership-in-windows-7.html" target="_blank">Take the ownership of the file</a> &#8220;<strong>explorer.exe</strong>&#8220; which is located in the Windows Folder (Most likely in <strong>C:\Windows</strong>).</p>
<p>2. Open the <strong>Resource Hacker</strong> Tool.</p>
<p>3. Go to <strong>File</strong> menu and click on <strong>Open</strong>. Now load the file &#8220;<strong>explorer.exe</strong>&#8221; into the Resource Hacker.</p>
<p>4. Expand <strong><strong>Bitmap</strong></strong> branch in the <strong>left pane</strong>.</p>
<p>5. Now expand <strong>6801</strong> option, <strong>right-click</strong> on <strong>1033</strong> and select <strong>Replace Resource</strong> option.</p>
<p>6. A new window appears. Click on <strong>Open</strong><strong> file with new bitmap</strong> button.</p>
<p>7. Navigate to the customized (.bmp) image, open it and click on <strong>Replace</strong> button.</p>
<p>8.  Repeat <strong>steps 4</strong> to <strong>7</strong> above for the options <strong>6805 </strong>and <strong>6809</strong> as well.</p>
<p><img class="alignleft size-full wp-image-3429" title="Resource Hacker" src="http://www.gohacking.com/wp-content/uploads/2010/06/ResHacker.jpg" alt="Resource Hacker" width="550" height="322" /></p>
<p style="text-align: justify;">9. Now click on <strong>Save</strong> option (File-&gt;Save). Resource Hacker will automatically create a backup file called <strong>explorer_original.exe</strong> so that you can restore it in the future if needed.</p>
<p>10. <strong>Log Off</strong> and <strong>Log On</strong> to see the changes in effect.</p>
<div id='stb-box-6539' class='stb-warning_box' ><strong>NOTE:</strong> If you are running <strong>64-bit edition</strong> of Windows 7, then you need to use <strong>Resource Hacker version 3.5.2 beta</strong> which is 64-bit compatible. It is available from the same link provided above.</div>
<p>I hope you enjoy this trick. Pass your comments and share your experience.</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=3422&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2010/06/customize-start-menu-windows-7.html/feed</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Take Ownership of Files and Folders in Windows 7 &#8211; An Easy Way</title>
		<link>http://www.gohacking.com/2010/06/take-ownership-in-windows-7.html</link>
		<comments>http://www.gohacking.com/2010/06/take-ownership-in-windows-7.html#comments</comments>
		<pubDate>Wed, 16 Jun 2010 12:14:56 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[WINDOWS 7 HACKS]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=3416</guid>
		<description><![CDATA[If you are a Windows 7 user, then you are most likely be aware of the fact that you need to TAKE OWNERSHIP of files and folders before you can make any changes to them. This feature ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">If you are a Windows 7 user, then you are most likely be aware of the fact that you need to <strong>TAKE OWNERSHIP</strong> of files and folders before you can make any changes to them. This feature was introduced in order to prevent any unauthorized changes from being made to the system files. However it can be little annoying to follow a long list of procedure every time you want to take ownership of a certain file or folder. So to make this job simpler, I have found a nice tool called <strong>Take Ownership Shell Extension</strong> which adds the &#8220;Take Ownership&#8221; option to the Windows context menu. This makes taking ownership too simple and requires no more than a click.</p>
<div><img title="Take-Ownership" src="http://www.gohacking.com/wp-content/uploads/2010/06/Take-Ownership.jpg" alt="Take Ownership" width="331" height="207" /></div>
<p style="text-align: justify;">Just run the portable tool kit and click on the &#8220;Install&#8221; button. This will add the &#8220;<strong>Take Ownership</strong>&#8221; option onto the context menu. To take ownership all you need to do is, just right-click on any of the desired file or folder and click the option &#8220;<strong>Take Ownership</strong>&#8220;.</p>
<p><img class="aligncenter size-full wp-image-3418" title="TOwnership-Menu1" src="http://www.gohacking.com/wp-content/uploads/2010/06/TOwnership-Menu1.jpg" alt="Take Ownership Menu" width="302" height="70" /></p>
<p style="text-align: justify;">In case if you wish to uninstall this tool at any time, you can just run the tool again and click on the &#8221;Uninstall&#8221; button. I hope you like this tool. This <em>works on both Windows 7 and Windows Vista</em>. You can download it from the following link.</p>
<p><a rel="nofollow" href="http://www.rizonetech.com/?download=TakeOwnership.zip">Download Take Ownership Shell Extention</a></p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=3416&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2010/06/take-ownership-in-windows-7.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Change the Logon Screen Background in Windows 7</title>
		<link>http://www.gohacking.com/2010/05/change-logon-screen-windows-7.html</link>
		<comments>http://www.gohacking.com/2010/05/change-logon-screen-windows-7.html#comments</comments>
		<pubDate>Sat, 29 May 2010 12:41:38 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[REGISTRY HACKS]]></category>
		<category><![CDATA[WINDOWS 7 HACKS]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=3310</guid>
		<description><![CDATA[How would you like to change the logon screen background in Windows 7 so as to give your Windows a customized look and feel? With a small tweak it is possible to customize the Windows ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-3311" title="Win 7 Customized Logon Screen" src="http://www.gohacking.com/wp-content/uploads/2010/05/Customized-Logon-Screen-Win7.jpg" alt="Win 7 Customized Logon Screen" width="225" height="155" />How would you like to change the logon screen background in Windows 7 so as to give your Windows a customized look and feel? With a small tweak it is possible to customize the Windows 7 logon screen and set your own picture/wallpaper as the background. Changing logon screen background in Windows 7 is as simple as changing your desktop wallpaper. Well here is a step by step instruction to customize the logon screen background.</p>
<div> </div>
<p style="text-align: justify;">1. The image you need to set as the background should be a <strong>.jpg</strong> file and it&#8217;s size should not exceed <strong>245KB</strong>.</p>
<p style="text-align: justify;">2. The image resolution can be anything of your choice. However I prefer <strong>1440 x 900</strong> or <strong>1024 x 768</strong>. You can use any of the photo editing software such as Photoshop to compress and set the resolution for your image. Once you&#8217;re done, save this image as <strong>backgroundDefault.jpg</strong>.</p>
<p>3. You will need to copy this image to</p>
<div id='stb-box-2366' class='stb-info_box' ><strong>C:\Windows\system32\oobe\info\backgrounds</strong></div>
<p>You will need to create that path if it does not already exist on your computer.</p>
<p>4. Now open the Registry Editor (Start -&gt; Run -&gt; Type regedit) and navigate to the following key</p>
<div id='stb-box-3904' class='stb-info_box' ><strong>HKLM\Software\Microsoft\Windows\CurrentVersion\Authentication\<br />
LogonUI\Background</strong></div>
<p style="text-align: justify;">If <em>Background</em> does not exist rightclick <em>LogonUI</em>, select New and then Key, and then name it <strong>Background</strong>. Now locate <strong>OEMBackground</strong> (listed on the right side). If it does not exist, right-click <em>Background </em>and select New and then DWORD and name it <strong>OEMBackground</strong>.</p>
<p>5. Double-click on <strong>OEMBackground</strong> and set the Value Data to <strong>1</strong>.</p>
<p>6. Now log-off to see the new logon screen background. If you would like to revert back to the default background, just set the Value Data back to <strong>0</strong>.</p>
<p>I hope you like this trick. Just try out and give your feedback!</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=3310&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2010/05/change-logon-screen-windows-7.html/feed</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>How to Alter Windows Product ID</title>
		<link>http://www.gohacking.com/2010/05/how-to-alter-windows-product-id.html</link>
		<comments>http://www.gohacking.com/2010/05/how-to-alter-windows-product-id.html#comments</comments>
		<pubDate>Sat, 08 May 2010 10:06:55 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[HOW-TO GUIDES]]></category>
		<category><![CDATA[REGISTRY HACKS]]></category>
		<category><![CDATA[WINDOWS 7 HACKS]]></category>
		<category><![CDATA[WINDOWS VISTA HACKS]]></category>
		<category><![CDATA[WINDOWS XP HACKS]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=2675</guid>
		<description><![CDATA[If you are running a Microsoft Windows operating system on your computer, then you are most likely aware of the fact that your PC will have a Product ID. This Product ID is a system specific ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-2678" title="Windows-Logo" src="http://www.gohacking.com/wp-content/uploads/2010/05/Windows-Logo.jpg" alt="Alter Win PID" width="152" height="156" />If you are running a Microsoft Windows operating system on your computer, then you are most likely aware of the fact that your PC will have a Product ID. This Product ID is a system specific alphanumeric code which is derived/calculated based on the Windows product key you use and the hardware configuration of your Computer. In simple words, Product ID is the alphanumeric code that you see when you Right-Click on the <em>My Computer</em> icon and select the <em>Properties</em> option.</p>
<div> </div>
<h3>Ever wondered how to alter the Windows Product ID?</h3>
<div> </div>
<p style="text-align: justify;">It is possible to alter the Windows Product ID and change it to what ever you like. For example, you can change the Product ID and put your nickname in place of the formal Product ID displayed by the Operating System. This hack is too easy and can be done within minutes. The screenshot showing the altered Product ID is given below</p>
<p><strong>Win 7 PC showing Original PID</strong></p>
<p><img class="aligncenter size-full wp-image-2676" title="Win 7 Product ID (Unaltered)" src="http://www.gohacking.com/wp-content/uploads/2010/05/Win7_PID1.jpg" alt="Win 7 Product ID (Unaltered) " width="559" height="81" /></p>
<p><strong>Windows 7 PC showing Altered PID</strong></p>
<p><img class="aligncenter size-full wp-image-2677" title="Win 7 Product ID (Altered)" src="http://www.gohacking.com/wp-content/uploads/2010/05/Win7_PID2.jpg" alt="Win 7 PID (Altered)" width="559" height="92" /></p>
<p style="text-align: justify;">As you can see from the above screenshot it is simple and easy to make your Windows display what ever you want in the place of the real Product ID. Here is a step-by-step procedure to alter your Windows Product ID.</p>
<p>1. Goto Start-&gt;Run and type the following in the Run dialog box</p>
<div id='stb-box-6610' class='stb-info_box' ><strong>regedit</strong></div>
<p>2. After you open the Registry Editor, navigate to the following key</p>
<div id='stb-box-775' class='stb-info_box' ><strong>HKey_Local_Machine\Software\Microsoft\Windows NT\Current Version</strong></div>
<p>3. On the right hand side, you can see an entry by name <strong>ProductID</strong> listed under the heading <em>Name</em>.</p>
<p>4. Double-Click on<strong> ProductID</strong>, a dialog box will pop-up showing your Windows PID. Now you can delete the original PID and enter anything of your choice.</p>
<p>5. Once you are done, just click on <strong>OK</strong> and close the Registry Editor. Now you can see the altered Product ID in the Windows Properties window.</p>
<div id='stb-box-1731' class='stb-warning_box' ><strong>NOTE: This trick works on Win 7, Vista and Win XP</strong></div>
<p>I hope you like this trick. Pass your comments. Cheers!</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=2675&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2010/05/how-to-alter-windows-product-id.html/feed</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
	</channel>
</rss>

