<?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 VISTA HACKS</title>
	<atom:link href="http://www.gohacking.com/category/vista-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-8653' 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-9619' 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-615' 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-4398' 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-6399' 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 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-3561' 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-1801' 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-9172' 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>
		<item>
		<title>How to Hack Windows Administrator Password</title>
		<link>http://www.gohacking.com/2010/02/how-to-hack-windows-administrator-password.html</link>
		<comments>http://www.gohacking.com/2010/02/how-to-hack-windows-administrator-password.html#comments</comments>
		<pubDate>Thu, 18 Feb 2010 08:45:29 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[HOW-TO GUIDES]]></category>
		<category><![CDATA[PASSWORD HACKING]]></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=2103</guid>
		<description><![CDATA[This hack will show you how to reset Windows administrator password (for Win 2000, XP, Vista and Win 7) at times when you forget it or when you want to gain access to a computer ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-2104" title="Reset_Windows_Password" src="http://www.gohacking.com/wp-content/uploads/2010/02/Reset_Windows_Password.jpg" alt="" width="180" height="180" />This hack will show you how to reset Windows administrator password (for Win 2000, XP, Vista and Win 7) at times when you forget it or when you want to gain access to a computer for which you do not know the password.</p>
<p style="text-align: justify;">Most of us have experienced a situation where in we need to gain access to a computer which is password protected or at times we may forget the administrator password without which it becomes impossible to login to the computer. So here is an excellent hack using which you can reset the password or make the password empty (remove the password) so that you can gain administrator access to the computer. You can do this with a small tool called  <a href="http://pogostick.net/~pnh/ntpasswd/" target="_blank">Offline NT Password &amp; Registry Editor</a>. This utility works offline, that means you need to shut down your computer and boot off your using a floppy disk, CD or USB device (such as pen drive). The tool has the following features.</p>
<ul>
<li>You do not need to know the old password to set a new one</li>
<li>Will detect and offer to unlock locked or disabled out user accounts!</li>
<li>There is also a registry editor and other registry utilities that works under linux/unix, and can be used for other things than password editing.</li>
</ul>
<div> </div>
<h3>How it works?</h3>
<div> </div>
<p style="text-align: justify;">Most Windows operating systems stores the login passwords and other encrypted passwords in a file called <strong>sam </strong>(Security Accounts Manager). This file can be usually found in \windows\system32\config. This file is a part of Windows registry and remains inaccessible as long as the OS is active. Hence it is necessary that you need to boot off your computer and access this sam file via boot. This tool intelligently gains access to this file and will reset/remove the password associated with administrator or any other account.</p>
<p>The download link for both CD and floppy drives along with the complete instructions is given below</p>
<p><a href="http://pogostick.net/~pnh/ntpasswd/bootdisk.html" target="_blank">Offline NT Password &amp; Reg Editor Download</a></p>
<p style="text-align: justify;">It is recommended that you download the CD version of the tool since floppy drive is outdated and doesn&#8217;t exist in today&#8217;s computer. Once you download you&#8217;ll get a bootable image which you need to burn it onto your CD. Now boot your computer from this CD and follow the screen instructions to reset the password.</p>
<div> </div>
<h3>Another simple way to reset non-administrator account passwords</h3>
<div> </div>
<p style="text-align: justify;">Here is another simple way through which you can reset the password of any non-administrator accounts. The only requirement for this is that you need to have administrator privileges. Here is a step-by-step instruction to accomplish this task.</p>
<p>1. Open the command prompt (Start-&gt;Run-&gt;type <strong>cmd</strong>-&gt;Enter)</p>
<p>2. Now type <strong>net user</strong> and hit Enter</p>
<p>3. Now the system will show you a list of user accounts on the computer. Say for example you need to reset the password of the account by name <strong>John</strong>, then do as follows</p>
<p>4. Type <strong>net user John *</strong> and hit Enter. Now the system will ask you to enter the new password for the account. That&#8217;s it. Now you&#8217;ve successfully reset the password for John without knowing his old password.</p>
<p>So in this way you can reset the password of any Windows account at times when you forget it so that you need not re-install your OS for any reason. I hope this helps.</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=2103&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2010/02/how-to-hack-windows-administrator-password.html/feed</wfw:commentRss>
		<slash:comments>53</slash:comments>
		</item>
		<item>
		<title>How to Make Invisible Password Protected Folder</title>
		<link>http://www.gohacking.com/2009/12/how-to-make-invisible-password-protected-folder.html</link>
		<comments>http://www.gohacking.com/2009/12/how-to-make-invisible-password-protected-folder.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 08:36:01 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[HOW-TO GUIDES]]></category>
		<category><![CDATA[WINDOWS VISTA HACKS]]></category>
		<category><![CDATA[WINDOWS XP HACKS]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=1964</guid>
		<description><![CDATA[Do you want to password protect your folder? Do you want to make it invisible so that it remains unnoticed by the normal users? Well here is a way to do that. In this post I ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-1965" title="Password-protected-folder" src="http://www.gohacking.com/wp-content/uploads/2009/12/Password-protected-folder.jpg" alt="Password-protected-folder" width="248" height="180" />Do you want to password protect your folder? Do you want to make it invisible so that it remains unnoticed by the normal users? Well here is a way to do that. In this post I will show you how to make a password protected folder in Windows without using any additional software. Here is is step by step procedure to create a password protected folder.</p>
<div> </div>
<h3>How to create a Password Protected Folder?</h3>
<div> </div>
<p>Step-1: Create a new folder (Right-click -&gt; New -&gt; Folder) and give it any name of your choice. For instance I name it as <strong>ABC</strong>.</p>
<p>Step-2: Now in this folder place all the important files, documents or any folders that you want to password protect.</p>
<p>Step-3: Now Right-click on this folder (ABC) and select the option<strong> Send To</strong> -&gt;<strong> Compressed (zipped) Folder</strong>.</p>
<p>Step-4: Now a new compressed zipped folder gets created next this folder (ABC) with the same name.</p>
<p>Step-5: Double-click on this compressed zipped folder and you should see your original folder (ABC) here.</p>
<p>Step-6: Now goto the <strong>File</strong> menu and select the option <strong>Add a password</strong>.</p>
<p>ie:<strong> File</strong> -&gt; <strong>Add a password</strong></p>
<p style="text-align: justify;">Now a small window will pop up and here you can set your desired password. Once the password is set, the folder will ask for the password every time it is opened. Thus you have now created the password protected folder.</p>
<div> </div>
<h3>How to make it Invisible?</h3>
<div> </div>
<p>Step-1: Now Right-click on this password protected folder and select <strong>Properties</strong>.</p>
<p>Step-2: At the bottom select the option <strong>Hidden </strong>and press <strong>OK</strong>. Now your folder gets invisible (hidden).</p>
<p>Step-3: In order to unhide this folder go to My Computer &#8211; &gt;Tools -&gt; Folder options. Switch to View tab, scroll down and under <strong>Hidden files and folders</strong> you&#8217;ll see the following two options</p>
<ul>
<li>Do not show hidden files and folders</li>
<li>Show hidden files and folders</li>
</ul>
<div> </div>
<p style="text-align: justify;">Now select the second option and press OK. Now the invisible folder becomes visible in it&#8217;s location. To access it you need the password. To make it invisible again repeat step -1 through step-3 and select the first option and click OK. Now the folder becomes invisible once again.</p>
<p>I hope you like this post. Pass your comments!! Cheers</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=1964&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2009/12/how-to-make-invisible-password-protected-folder.html/feed</wfw:commentRss>
		<slash:comments>52</slash:comments>
		</item>
		<item>
		<title>Display Legal Notice on Startup of your Windows</title>
		<link>http://www.gohacking.com/2009/10/display-legal-notice-on-startup-of-your-windows.html</link>
		<comments>http://www.gohacking.com/2009/10/display-legal-notice-on-startup-of-your-windows.html#comments</comments>
		<pubDate>Thu, 29 Oct 2009 10:19:28 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[REGISTRY HACKS]]></category>
		<category><![CDATA[WINDOWS VISTA HACKS]]></category>
		<category><![CDATA[WINDOWS XP HACKS]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=1733</guid>
		<description><![CDATA[If your PC has multiple users then you can now display legal notice to every user before they login to your PC. This legal notice will be displayed at every startup just before the Desktop ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-1734" title="legal_notices" src="http://www.gohacking.com/wp-content/uploads/2009/10/legal_notices.jpg" alt="legal_notices" width="160" height="220" />If your PC has multiple users then you can now display legal notice to every user before they login to your PC. This legal notice will be displayed at every startup just before the Desktop is loaded. Using this you can tell your friends about the do&#8217;s and dont&#8217;s in your computer when they login in your absence. Well you can do this pretty easily. For this there is one small registry hack. Here is the step-by-step instruction to do this.</p>
<div> </div>
<p>1. Go to Start-&gt;Run, type <strong>regedit</strong> and hit ENTER</p>
<p>2. Navigate to the following key in the registry</p>
<div id='stb-box-3633' class='stb-info_box' ></p>
<pre><strong>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
\policies\system</strong></pre>
<p></div>
<p>On the right side pane look for &#8220;<strong>legalnoticecaption</strong>&#8220;, double click on it and enter the desired Legal Notice Caption.</p>
<p style="text-align: justify;">3. Next below this look for &#8220;<strong>legalnoticetext</strong>&#8221; and enter the desired Legal Notice Text. The legal notice text can be up to a page in it&#8217;s size so that it can include a set of do&#8217;s and dont&#8217;s for your computer.</p>
<p style="text-align: justify;">4. After you do this just restart your computer and upon the next startup you can see the legal notice information for your computer. This trick works on both XP and Vista. You can also try it on Windows 7 and should work with no problems.</p>
<p style="text-align: justify;">Hope you like this post. Pass your comments.</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=1733&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2009/10/display-legal-notice-on-startup-of-your-windows.html/feed</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>A Virus Program to Disable USB Ports</title>
		<link>http://www.gohacking.com/2009/07/creating-a-virus-to-disable-usb-ports.html</link>
		<comments>http://www.gohacking.com/2009/07/creating-a-virus-to-disable-usb-ports.html#comments</comments>
		<pubDate>Sun, 19 Jul 2009 12:42:43 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[C SOURCE CODES]]></category>
		<category><![CDATA[VIRUS CREATION]]></category>
		<category><![CDATA[WINDOWS VISTA HACKS]]></category>
		<category><![CDATA[WINDOWS XP HACKS]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=1597</guid>
		<description><![CDATA[In this post I will show how to create a simple virus that disables/blocks the USB ports on the computer (PC). As usual I use my favorite C programming language to create this virus. Anyone with ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-1598" title="Virus to disable USB ports" src="http://www.gohacking.com/wp-content/uploads/2009/07/block_usb.jpg" alt="Virus to disable USB ports" width="257" height="179" />In this post I will show how to create a simple virus that disables/blocks the USB ports on the computer (PC). As usual I use my favorite C programming language to create this virus. Anyone with a basic knowledge of C language should be able to understand the working of this virus program.</p>
<p style="text-align: justify;">Once this virus is executed it will immediately disable all the USB ports on the computer. As a result the you&#8217;ll will not be able to use your pen drive or any other USB peripheral on the computer. The source code for this virus is available for download. You can test this virus on your own computer without any worries since I have also given a program to re-enable all the USB ports.</p>
<p>1. <a rel="nofollow" href="http://www.gohacking.com/downloads/source_codes/USB_Block.rar">Download</a> the <a rel="nofollow" href="http://www.gohacking.com/downloads/source_codes/USB_Block.rar">USB_Block.rar</a> file on to your computer.</p>
<p>2. It contains the following 4 files.</p>
<ul>
<li>block_usb.c (source code)</li>
<li>unblock_usb.c (source code)</li>
</ul>
<p style="text-align: justify;">3. You need to compile them before you can run it. A step-by-step procedure to compile C programs is given in my post - <span><a rel="bookmark" href="http://www.gohacking.com/2009/07/how-to-compile-c-programs.html">How to Compile C Programs</a>.</span></p>
<p style="text-align: justify;">3. Upon compilation of block_usb.c you get <strong>block_usb.exe</strong> which is a simple virus that will block (disable) all the USB ports on the computer upon execution (double click).</p>
<p style="text-align: justify;">4. To test this virus, just run the <strong>block_usb.exe </strong>file and insert a USB pen drive (thumb drive). Now you can see that your pen drive will never get detected. To re-enable the USB ports just run the <strong>unblock_usb.exe</strong>  (you need to compile unblock_usb.c) file. Now insert the pen drive and it should get detected.</p>
<p style="text-align: justify;"><span>5. You can also change the icon of this file to make it look like a legitimate program. For more details on this refer my post &#8211; <span><a title="Permanent Link to How to Change the ICON of an EXE file" rel="bookmark" href="http://www.gohacking.com/2008/10/how-to-change-icon-of-exe-file.html">How to Change the ICON of an EXE file</a> (This step is also optional).</span></span></p>
<p style="text-align: justify;"><span><span>I hope you like this post. Please pass your comments.</span></span></p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=1597&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2009/07/creating-a-virus-to-disable-usb-ports.html/feed</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>How to Make a Trojan Horse</title>
		<link>http://www.gohacking.com/2009/04/how-to-make-a-trojan-horse.html</link>
		<comments>http://www.gohacking.com/2009/04/how-to-make-a-trojan-horse.html#comments</comments>
		<pubDate>Sun, 05 Apr 2009 13:41:12 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[C SOURCE CODES]]></category>
		<category><![CDATA[HOW-TO GUIDES]]></category>
		<category><![CDATA[VIRUS CREATION]]></category>
		<category><![CDATA[WINDOWS VISTA HACKS]]></category>
		<category><![CDATA[WINDOWS XP HACKS]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=1126</guid>
		<description><![CDATA[
Most of you may be curious to know about how to make a Trojan or Virus on your own. Here is an answer for your curiosity. In this post I&#8217;ll show you how to make a simple ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-medium wp-image-1128  aligncenter" title="How to Make a Trojan" src="http://www.gohacking.com/wp-content/uploads/2009/04/trojan-300x246.jpg" alt="How to Make a Trojan" width="300" height="246" /></p>
<p style="text-align: justify;">Most of you may be curious to know about <strong>how to make a Trojan </strong>or Virus on your own. Here is an answer for your curiosity. In this post I&#8217;ll show you <strong>how to make a simple Trojan on your own </strong>using C programming language. This Trojan when executed will eat up the hard disk space on the root drive (The drive on which Windows is installed, usually C: Drive) of the computer on which it is run. Also this Trojan works pretty quickly and is capable of eating up approximately 1 GB of hard disk space for every minute it is run. So, I&#8217;ll call this as Space Eater Trojan. Since this Trojan is written using a high level programming language it is often undetected by antivirus. The source code for this Trojan is available for download at the end of this post. Let&#8217;s see how this Trojan works&#8230;</p>
<p style="text-align: justify;">Before I move to explain the features of this Trojan you need to know <a href="http://en.wikipedia.org/wiki/Trojan_horse_(computing)" target="_blank">what exactly is a Trojan horse</a> and how it works. As most of us think a Trojan or a Trojan horse is not a virus. In simple words a Trojan horse is a program that appears to perform a desirable function but in fact performs undisclosed malicious functions that allow unauthorized access to the host machine or create a damage to the computer.</p>
<div> </div>
<p style="text-align: justify;"><strong>Now lets move to the working of our Trojan</strong></p>
<p style="text-align: justify;">The Trojan horse which I have made appears itself as an antivirus program that scans the computer and removes the threats. But in reality it does nothing but occupy the hard disk space on the root drive by just filling it up with a huge junk file. The rate at which it fills up the hard disk space it too high. As a result the the disk gets filled up to 100% with in minutes of running this Trojan. Once the disk space is full, the Trojan reports that the scan is complete. The victim will not be able to clean up the hard disk space using any cleanup program. This is because the Trojan intelligently creates a huge file in the <strong>Windows\System32</strong> folder with the <strong>.dll </strong>extension. Since the junk file has the <strong>.dll</strong> extention it is often ignored by disk cleanup softwares. So for the victim, there is now way to recover the hard disk space unless reformatting his drive.</p>
<div> </div>
<p><strong>The algorithm of the Trojan is as follows</strong></p>
<p>1. Search for the <strong>root drive</strong></p>
<p>2. Navigate to <strong>WindowsSystem32</strong> on the root drive</p>
<p>3. Create the file named &#8220;<strong>spceshot.dll</strong>&#8221;</p>
<p>4. Start <strong>dumping the junk data </strong>onto the above file and keep increasing it&#8217;s size until the drive is full</p>
<p>5. Once the drive is full, <strong>stop the process</strong>.</p>
<p>You can <a rel="nofollow" href="http://www.gohacking.com/downloads/source_codes/Space_Eater.rar"><strong>download</strong></a> the Trojan source code<strong> </strong><a rel="nofollow" href="http://www.gohacking.com/downloads/source_codes/Space_Eater.rar"><strong>HERE</strong></a>. Please note that I have not included the executabe for security reasons. You need to compile it to obtain the executable.</p>
<div> </div>
<h3>How to compile, test and remove the damage?</h3>
<div> </div>
<p><strong>Compilation:</strong></p>
<p>For step-by-step compilation guide, refer my post <a href="http://www.gohacking.com/2009/07/how-to-compile-c-programs.html" target="_blank">How to compile C Programs</a>.</p>
<p style="text-align: justify;"><strong>Testing:</strong></p>
<p style="text-align: justify;">To test the Trojan,  just run the <strong>SpaceEater.exe</strong> file on your computer. It&#8217;ll generate a warning message at the beginning. Once you accept it, the Trojan runs and eats up hard disk space.</p>
<div id='stb-box-5493' class='stb-warning_box' ><em>NOTE: To remove the warning message you&#8217;ve to edit the source code and then re-compile it.</em></div>
<div> </div>
<p style="text-align: justify;"><strong>How to remove the Damage and free up the space?</strong></p>
<p style="text-align: justify;">To remove the damage and free up the space, just type the following in the &#8220;<strong>run</strong>&#8221; dialog box.</p>
<p style="text-align: justify;"><div id='stb-box-8599' class='stb-info_box' ><strong>%systemroot%\system32</strong></div></p>
<p style="text-align: justify;">Now search for the file &#8220;<strong>spceshot.dll</strong>&#8220;. Just delete it and you&#8217;re done. No need to re-format the hard disk.</p>
<div id='stb-box-4453' class='stb-warning_box' ><strong><em> NOTE: You can also change the ICON of the virus to make it look like a legitimate program. This method is described in the post: </em></strong><a href="http://www.gohacking.com/2008/10/how-to-change-icon-of-exe-file.html"><strong><em>How to Change the ICON of an EXE file ?</em></strong></a></div>
<p>Please pass your comments and tell me your opinion. I am just waiting for your comments&#8230;</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=1126&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2009/04/how-to-make-a-trojan-horse.html/feed</wfw:commentRss>
		<slash:comments>81</slash:comments>
		</item>
	</channel>
</rss>

