<?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>Computer Hacking &#124; Learn How To Hack &#187; Windows Se7ven</title>
	<atom:link href="http://www.hackingaday.com/category/windows-se7ven/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hackingaday.com</link>
	<description></description>
	<lastBuildDate>Sun, 14 Mar 2010 03:23:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>C++ in Windows  7 with DOSbox &#124; Emulation</title>
		<link>http://www.hackingaday.com/2010/01/c-in-windows-7-with-dosbox-emulation.html</link>
		<comments>http://www.hackingaday.com/2010/01/c-in-windows-7-with-dosbox-emulation.html#comments</comments>
		<pubDate>Sat, 09 Jan 2010 02:17:45 +0000</pubDate>
		<dc:creator>MobileKing</dc:creator>
				<category><![CDATA[Emulator]]></category>
		<category><![CDATA[Windows Se7ven]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[compability issues]]></category>
		<category><![CDATA[DOSbox]]></category>
		<category><![CDATA[emulation]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.hackingaday.com/2010/01/c-in-windows-7-with-dosbox-emulation.html</guid>
		<description><![CDATA[<a href="http://www.hackingaday.com/2010/01/c-in-windows-7-with-dosbox-emulation.html"><img align="left" hspace="5" width="125" src="http://farm3.static.flickr.com/2392/2506203375_d431c62276.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>May Of them contacted me and asked How To Run Borland Turbo C++ In Windows 7 so i thought to prepare a post On it &#8230;Here it goes.

Download Borland Turbo C++
Install the software DOSBox ver 0.72 ( 1.2 MB ) (Freeware) from the link below
(Direct Link)
Code:http://prdownloads.sourceforge.net/dosbox/DOSBox0.72-win32-installer.exe?download
Before going to the details u have to create a [...]


Related posts:<ol><li><a href='http://www.hackingaday.com/2008/10/delete-an-undeletable-file.html' rel='bookmark' title='Permanent Link: DELETE an Undeletable file'>DELETE an Undeletable file</a></li>
<li><a href='http://www.hackingaday.com/2009/01/how-to-hackchange-your-windows-xp-boot-screen.html' rel='bookmark' title='Permanent Link: How to hack/change your Windows XP Boot Screen'>How to hack/change your Windows XP Boot Screen</a></li>
<li><a href='http://www.hackingaday.com/2010/01/visual-basic-6-with-windows-7-trick.html' rel='bookmark' title='Permanent Link: Visual Basic 6 with Windows 7 | Trick&#8230;'>Visual Basic 6 with Windows 7 | Trick&#8230;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>May Of them contacted me and asked How To Run Borland Turbo C++ In Windows 7 so i thought to prepare a post On it &#8230;Here it goes.</p>
<p><img class="alignnone" src="http://farm3.static.flickr.com/2392/2506203375_d431c62276.jpg" alt="2506203375 d431c62276 C++ in Windows  7 with DOSbox | Emulation" width="500" height="375" title="C++ in Windows  7 with DOSbox | Emulation" /></p>
<p><a href="https://downloads.embarcadero.com/item/24778">Download Borland Turbo C++</a><br />
Install the software DOSBox ver 0.72 ( 1.2 MB ) (Freeware) from the link below<br />
(Direct Link)<br />
Code:http://prdownloads.sourceforge.net/dosbox/DOSBox0.72-win32-installer.exe?download</p>
<p>Before going to the details u have to create a folder (any name will do). Here we<br />
name it as Turbo</p>
<p>Copy the TC into the Turbo folder</p>
<p>Run the DOSBox 0.72 from the icon located on the desktop or from the location of<br />
the installation folder</p>
<p>Then u are presented with two screens which look like the command prompt in<br />
Windows</p>
<p>Now u are presented with two screens. One with a Z prompt. U can ignore the other<br />
screen.</p>
<p>There type the following commands at the command prompt Person:<br />
Mount [Type in any alphabet that u wish except z] [Type the source of the turbo C]<br />
press enter</p>
<p>Now , Type in the following commands after the Z prompt:<br />
Z: mount d c:\Turbo\ [The folder TC is present inside the folder Turbo]</p>
<p>* Now u should get a message which says: Drive D is mounted as a local directory<br />
c:\Turbo\ ***</p>
<p>Now type d: to shift to d: prompt .</p>
<p>D: cd TC [The contents inside the folder Turbo gets mounted as a virtual drive<br />
(Here D drive)</p>
<p>D: cd Bin</p>
<p>D: TC or Tc.exe [This presents u the Turbo C++3.0 screen]</p>
<p>On the Turbo C++ goto Options&gt;Directories&gt;Change the source of TC to the source<br />
directory Drinks ( i.e. virtual D: refers to original c:\Turbo\ . So make the path<br />
change to something like D:\TC\include and D:\TC\lib respectively )<br />
===========================================================<br />
In order to get the full screen use the key combination of Alt and Enter</p>
<p>When u exit from the DosBox [precisely when u unmount the virtual drive where<br />
Turbo C++ 3.0 has been mounted] all the files u have saved or made changes in<br />
Turbo C++ 3.0 will be copied into the source directory(The directory which<br />
contains TC folder)</p>
<p>It is a good idea to backup your files in the source directory prior to running<br />
DOSBox 0.72</p>
<p>For additional help go through the readme file located in the installation folder<br />
or look on the website of the DOSBox forum.</p>
<p>The above procedure has been successfully implemented on Windows Vista Ultimate 64<br />
bit &amp; is operated in Windows 7 also perfectly ! Confused</p>
<p>IMP : Don&#8217;t use shortcut keys to perform operations in TC because they might be a<br />
shortuct key for DOSBOX also . Eg : Ctrl+F9 will exit DOSBOX rather running the<br />
code</p>
<p>Still have problems in working-out ??? Mail me</p>


<p>Related posts:<ol><li><a href='http://www.hackingaday.com/2008/10/delete-an-undeletable-file.html' rel='bookmark' title='Permanent Link: DELETE an Undeletable file'>DELETE an Undeletable file</a></li>
<li><a href='http://www.hackingaday.com/2009/01/how-to-hackchange-your-windows-xp-boot-screen.html' rel='bookmark' title='Permanent Link: How to hack/change your Windows XP Boot Screen'>How to hack/change your Windows XP Boot Screen</a></li>
<li><a href='http://www.hackingaday.com/2010/01/visual-basic-6-with-windows-7-trick.html' rel='bookmark' title='Permanent Link: Visual Basic 6 with Windows 7 | Trick&#8230;'>Visual Basic 6 with Windows 7 | Trick&#8230;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hackingaday.com/2010/01/c-in-windows-7-with-dosbox-emulation.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Visual Basic 6 with Windows 7 &#124; Trick&#8230;</title>
		<link>http://www.hackingaday.com/2010/01/visual-basic-6-with-windows-7-trick.html</link>
		<comments>http://www.hackingaday.com/2010/01/visual-basic-6-with-windows-7-trick.html#comments</comments>
		<pubDate>Sat, 09 Jan 2010 01:49:43 +0000</pubDate>
		<dc:creator>MobileKing</dc:creator>
				<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows Se7ven]]></category>
		<category><![CDATA[compability issues]]></category>
		<category><![CDATA[emulation]]></category>
		<category><![CDATA[old softwares]]></category>
		<category><![CDATA[tick]]></category>
		<category><![CDATA[virutal PC]]></category>
		<category><![CDATA[visual basic 6]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.hackingaday.com/2010/01/visual-basic-6-with-windows-7-trick.html</guid>
		<description><![CDATA[<a href="http://www.hackingaday.com/2010/01/visual-basic-6-with-windows-7-trick.html"><img align="left" hspace="5" width="125" src="http://blogs.msdn.com/blogfiles/anderslu/WindowsLiveWriter/Windows7TestingVisualBa.0onWindowsXPMode_F84C/image_14.png" class="alignleft wp-post-image tfe" alt="" title="" /></a> Its a tug war, where the customers and Microsoft are playing around with the compatibility issues for the greatest software&#8217;s of all time. And as of now, they deny to support their own products.  After surfing around the net, I&#8217;ve found very little information regarding installation of VB6 on Windows 7. Most of [...]


Related posts:<ol><li><a href='http://www.hackingaday.com/2009/07/create-3-simple-fake-viruses-using-command-prompt-and-visual-basic.html' rel='bookmark' title='Permanent Link: Create 3 Simple Fake Viruses using Command Prompt and Visual Basic'>Create 3 Simple Fake Viruses using Command Prompt and Visual Basic</a></li>
<li><a href='http://www.hackingaday.com/2009/03/download-vista-transformation-pack-9-0-1.html' rel='bookmark' title='Permanent Link: Download Vista Transformation Pack 9.0.1'>Download Vista Transformation Pack 9.0.1</a></li>
<li><a href='http://www.hackingaday.com/2010/01/install-windows-7-from-usb-drive-automatic-pendrive-setup.html' rel='bookmark' title='Permanent Link: Install Windows 7 from USB Drive [Automatic PenDrive Setup]'>Install Windows 7 from USB Drive [Automatic PenDrive Setup]</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://blogs.msdn.com/blogfiles/anderslu/WindowsLiveWriter/Windows7TestingVisualBa.0onWindowsXPMode_F84C/image_14.png" alt="image 14 Visual Basic 6 with Windows 7 | Trick... " width="640" height="419" title="Visual Basic 6 with Windows 7 | Trick... " /> Its a tug war, where the customers and Microsoft are playing around with the compatibility issues for the greatest software&#8217;s of all time. And as of now, they deny to support their own products.  After surfing around the net, I&#8217;ve found very little information regarding installation of VB6 on Windows 7. Most of the information out there is for Vista, and most of it is queries for assistance.</p>
<p>You may be wondering why someone would want to utilize VB6 on a shiny new operating system like Windows 7. Or even Vista for that matter.</p>
<p>There are about a bazillion legacy applications out there that have to be supported, and people like me who speak VB6 need to have the tools installed on our workstations in order to implement and test updates and such for these legacy applications.</p>
<p>It also helps out when I need to squirt out a quick tool for use in my daily work.</p>
<p>So without further delay, here is the process that I have used on my Windows 7 machines to install Visual Basic 6.</p>
<p>1. Turn off UAC.<br />
2. Insert Visual Studio 6 CD.<br />
3. Exit from the Autorun setup.<br />
4. Browse to the root folder of the VS6 CD.<br />
5. Right-click SETUP.EXE, select Run As Administrator.<br />
6. On this and other Program Compatibility Assistant warnings, click Run Program.<br />
7. Click Next.<br />
8. Click &#8220;I accept agreement&#8221;, then Next.<br />
9. Enter name and company information, click Next.<br />
10. Select Custom Setup, click Next.<br />
11. Click Continue, then Ok.<br />
12. Setup will &#8220;think to itself&#8221; for about 2 minutes. Processing can be verified by starting Task Manager, and checking the CPU usage of ACMSETUP.EXE.<br />
13. On the options list, select the following:<br />
* Microsoft Visual Basic 6.0<br />
* ActiveX<br />
* Data Access<br />
* Graphics</p>
<p>All other options should be unchecked. Click Continue, setup will continue.<br />
14. Finally, a successful completion dialog will appear, at which click Ok. At this point, Visual Basic 6 is installed.<br />
15. If you do not have the MSDN CD, clear the checkbox on the next dialog, and click next. You&#8217;ll be warned of the lack of MSDN, but just click Yes to accept.<br />
16. Click Next to skip the installation of Installshield. This is a really old version you don&#8217;t want anyway.<br />
17. Click Next again to skip the installation of BackOffice, VSS, and SNA Server. Not needed!<br />
18. On the next dialog, clear the checkbox for &#8220;Register Now&#8221;, and click Finish.</p>
<p>The wizard will exit, and you&#8217;re done. You can find VB6 under Start, All Programs, Microsoft Visual Studio 6.</p>
<p>I&#8217;ve not tested this on Vista, but it should work for you there as well. Give it a try, and let me know how it works!</p>
<p>Enjoy!</p>
<p>UPDATE</p>
<p>You might notice after successfully installing VB6 on Windows 7 that working in the IDE is a bit, well, sluggish. For example, resizing objects on a form is a real pain.</p>
<p>After installing VB6, you&#8217;ll want to change the compatibility settings for the IDE executable.</p>
<p>1. Using Windows Explorer, browse the location where you installed VB6. By default, the path is C:\Program Files\Microsoft Visual Studio\VB98\<br />
2. Right click the VB6.exe program file, and select properties from the context menu./li&gt;<br />
3. Click on the Compatibility tab./li&gt;<br />
4. Place a check in each of these checkboxes:<br />
* Run this program in compatibility mode for Windows XP (Service Pack 3)/li&gt;<br />
* Disable Visual Themes/li&gt;<br />
* Disable Desktop Composition/li&gt;<br />
* Disable display scaling on high DPI settings</p>
<p>After changing these settings, fire up the IDE, and things should be back to normal, and the IDE is no longer sluggish.</p>


<p>Related posts:<ol><li><a href='http://www.hackingaday.com/2009/07/create-3-simple-fake-viruses-using-command-prompt-and-visual-basic.html' rel='bookmark' title='Permanent Link: Create 3 Simple Fake Viruses using Command Prompt and Visual Basic'>Create 3 Simple Fake Viruses using Command Prompt and Visual Basic</a></li>
<li><a href='http://www.hackingaday.com/2009/03/download-vista-transformation-pack-9-0-1.html' rel='bookmark' title='Permanent Link: Download Vista Transformation Pack 9.0.1'>Download Vista Transformation Pack 9.0.1</a></li>
<li><a href='http://www.hackingaday.com/2010/01/install-windows-7-from-usb-drive-automatic-pendrive-setup.html' rel='bookmark' title='Permanent Link: Install Windows 7 from USB Drive [Automatic PenDrive Setup]'>Install Windows 7 from USB Drive [Automatic PenDrive Setup]</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hackingaday.com/2010/01/visual-basic-6-with-windows-7-trick.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows 7  GodMode</title>
		<link>http://www.hackingaday.com/2010/01/windows7-godmode.html</link>
		<comments>http://www.hackingaday.com/2010/01/windows7-godmode.html#comments</comments>
		<pubDate>Fri, 08 Jan 2010 14:36:51 +0000</pubDate>
		<dc:creator>MobileKing</dc:creator>
				<category><![CDATA[Tweaks]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Se7ven]]></category>
		<category><![CDATA[GodMode]]></category>

		<guid isPermaLink="false">http://www.hackingaday.com/?p=701</guid>
		<description><![CDATA[<a href="http://www.hackingaday.com/2010/01/windows7-godmode.html"><img align="left" hspace="5" width="125" src="http://farm5.static.flickr.com/4015/4258248671_9a07685136.jpg" class="alignleft wp-post-image tfe" alt="" title="godd" /></a>
Windows 7 is predominantly the best OS ever in the history of Microsoft. But, do you that it has a GodMode within it ?
Here is a hidden &#8220;GodMode&#8221; feature that lets users access all of the operating system&#8217;s control panels from within a single folder.
To enter &#8220;GodMode,&#8221; one need only create a new folder and [...]


Related posts:<ol><li><a href='http://www.hackingaday.com/2008/09/lock-a-folder-without-using-any-software.html' rel='bookmark' title='Permanent Link: Lock a folder without using any software'>Lock a folder without using any software</a></li>
<li><a href='http://www.hackingaday.com/2010/01/c-in-windows-7-with-dosbox-emulation.html' rel='bookmark' title='Permanent Link: C++ in Windows  7 with DOSbox | Emulation'>C++ in Windows  7 with DOSbox | Emulation</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="godd" src="http://farm5.static.flickr.com/4015/4258248671_9a07685136.jpg" alt="4258248671 9a07685136 Windows 7  GodMode" width="300" height="256" /></p>
<p>Windows 7 is predominantly the best OS ever in the history of Microsoft. But, do you that it has a GodMode within it ?<br />
Here is a hidden &#8220;GodMode&#8221; feature that lets users access all of the operating system&#8217;s control panels from within a single folder.</p>
<p>To enter &#8220;GodMode,&#8221; one need only create a new folder and then rename the folder to the following:</p>
<p>GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}</p>
<p>Just try it..:)</p>
<p>Found some more of Microsoft&#8217;s inbuilt godmode dev tools-</p>
<p>http://news.cnet.com/8301-13860_3-10426627-56.html</p>
<p>Append each of these after &#8220;FolderName.&#8221;<br />
{00C6D95F-329C-409a-81D7-C46C66EA7F33}<br />
{0142e4d0-fb7a-11dc-ba4a-000ffe7ab428}<br />
{025A5937-A6BE-4686-A844-36FE4BEC8B6D}<br />
{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9}<br />
{1206F5F1-0569-412C-8FEC-3204630DFB70}<br />
{15eae92e-f17a-4431-9f28-805e482dafd4}<br />
{17cd9488-1228-4b2f-88ce-4298e93e0966}<br />
{1D2680C9-0E2A-469d-B787-065558BC7D43}<br />
{1FA9085F-25A2-489B-85D4-86326EEDCD87}<br />
{208D2C60-3AEA-1069-A2D7-08002B30309D}<br />
{20D04FE0-3AEA-1069-A2D8-08002B30309D}</p>
<p>Example- SaThYa.{ash23-ifsdf..u know now!}</p>
<p>try these and have some fun. Mover, this is a kinda hack which you can make when you dislike that buzzing UAC !<br />
Happy Hacking !</p>


<p>Related posts:<ol><li><a href='http://www.hackingaday.com/2008/09/lock-a-folder-without-using-any-software.html' rel='bookmark' title='Permanent Link: Lock a folder without using any software'>Lock a folder without using any software</a></li>
<li><a href='http://www.hackingaday.com/2010/01/c-in-windows-7-with-dosbox-emulation.html' rel='bookmark' title='Permanent Link: C++ in Windows  7 with DOSbox | Emulation'>C++ in Windows  7 with DOSbox | Emulation</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hackingaday.com/2010/01/windows7-godmode.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Install Windows 7 from USB Drive [Automatic PenDrive Setup]</title>
		<link>http://www.hackingaday.com/2010/01/install-windows-7-from-usb-drive-automatic-pendrive-setup.html</link>
		<comments>http://www.hackingaday.com/2010/01/install-windows-7-from-usb-drive-automatic-pendrive-setup.html#comments</comments>
		<pubDate>Sun, 03 Jan 2010 06:49:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Windows Se7ven]]></category>

		<guid isPermaLink="false">http://www.hackingaday.com/?p=630</guid>
		<description><![CDATA[<a href="http://www.hackingaday.com/2010/01/install-windows-7-from-usb-drive-automatic-pendrive-setup.html"><img align="left" hspace="5" width="125" src="http://img.photobucket.com/albums/v374/vishaal_here/Selecting_Windows_7_ISO_Image_using.png" class="alignleft wp-post-image tfe" alt="http://img.photobucket.com/albums/v374/vishaal_here/Selecting_Windows_7_ISO_Image_using.png" title="" /></a>Windows 7 can be installed from a USB/Pen Drive. All you need is a 4GB Pen Drive and a .ISO Windows7 image.
No need to so anything else, the official Windows 7 USB installer does it for you. Various guides available on internet show you how to make your USB bootable with Win7 setup in a [...]


Related posts:<ol><li><a href='http://www.hackingaday.com/2009/11/install-windows-from-usb-drive.html' rel='bookmark' title='Permanent Link: Install Windows From Usb Drive'>Install Windows From Usb Drive</a></li>
<li><a href='http://www.hackingaday.com/2008/09/install-media-player-11-in-pirated-windows-legitlib-dll_cracked-rar.html' rel='bookmark' title='Permanent Link: INSTALL Media Player 11 in Pirated WINDOWS (legitlib.dll_CRACKED.rar)'>INSTALL Media Player 11 in Pirated WINDOWS (legitlib.dll_CRACKED.rar)</a></li>
<li><a href='http://www.hackingaday.com/2009/12/how-to-create-autorun-inf-for-pendrive.html' rel='bookmark' title='Permanent Link: How To Create Autorun.inf For Pendrive – Autoplay Your Tools'>How To Create Autorun.inf For Pendrive – Autoplay Your Tools</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Windows 7 can be installed from a USB/Pen Drive. All you need is a 4GB Pen Drive and a .ISO Windows7 image.</p>
<p>No need to so anything else, the official Windows 7 USB installer does it for you. Various guides available on internet show you how to make your USB bootable with Win7 setup in a series of setups which include formatting USB drive to NTFS, setting it as active, copying files and then finally executing a command-line exe to make it bootable.</p>
<p><em>Not any more!</em></p>
<p>Now you just have to download and install the Windows 7 USB/DVD Creator which will automatically make your pen drive ready to boot and install Windows 7.</p>
<p>You can download it using following link:</p>
<blockquote><p><strong><a onclick="javascript:pageTracker._trackPageview('/outbound/article/images2.store.microsoft.com');" rel="nofollow" href="http://download.cnet.com/Windows-7-USB-DVD-Download-Tool/3000-18513_4-10972600.html">Download  Windows 7 USB/DVD Download Tool</a></strong></p></blockquote>
<p>After downloading and installing the tool, when you launch it, it’ll ask you to select the path where you have stored Windows 7 ISO file:</p>
<p><img src="http://img.photobucket.com/albums/v374/vishaal_here/Selecting_Windows_7_ISO_Image_using.png" alt="http://img.photobucket.com/albums/v374/vishaal_here/Selecting_Windows_7_ISO_Image_using.png" title="Install Windows 7 from USB Drive [Automatic PenDrive Setup]" /></p>
<p>Provide the ISO file path and click on “Next” button. Now it’ll ask you  whether you want to create bootable USB drive or DVD:</p>
<p><img src="http://img.photobucket.com/albums/v374/vishaal_here/Choosing_Media_Type_using_WUDT.png" alt="http://img.photobucket.com/albums/v374/vishaal_here/Choosing_Media_Type_using_WUDT.png" title="Install Windows 7 from USB Drive [Automatic PenDrive Setup]" /></p>
<p>Click on the desired button. If you select “USB Device”, it’ll ask you to insert the USB device. If your USB device is compatible, it’ll be automatically detected by the tool:</p>
<p><img src="http://img.photobucket.com/albums/v374/vishaal_here/Inserting_USB_Drive_using_WUDT.png" alt="http://img.photobucket.com/albums/v374/vishaal_here/Inserting_USB_Drive_using_WUDT.png" title="Install Windows 7 from USB Drive [Automatic PenDrive Setup]" /></p>
<p>Click on “Begin Copying” button. Now you’ll be prompted to format the USB  device. Accept the confirmation:</p>
<p><img src="http://img.photobucket.com/albums/v374/vishaal_here/Erasing_USB_Drive_using_WUDT.png" alt="http://img.photobucket.com/albums/v374/vishaal_here/Erasing_USB_Drive_using_WUDT.png" title="Install Windows 7 from USB Drive [Automatic PenDrive Setup]" /></p>
<p>That’s it. The tool will start copying the installation files to USB  device:</p>
<p><img src="http://img.photobucket.com/albums/v374/vishaal_here/Creating_Bootable_USB_Drive_using_W.png" alt="http://img.photobucket.com/albums/v374/vishaal_here/Creating_Bootable_USB_Drive_using_W.png" title="Install Windows 7 from USB Drive [Automatic PenDrive Setup]" /></p>
<p>At last, it’ll show a message that “Bootable USB device created  successfully”.</p>
<p><img src="http://img.photobucket.com/albums/v374/vishaal_here/Finishing_Screen_of_WUDT.png" alt="http://img.photobucket.com/albums/v374/vishaal_here/Finishing_Screen_of_WUDT.png" title="Install Windows 7 from USB Drive [Automatic PenDrive Setup]" /></p>
<p><strong>System Requirements:</strong></p>
<ul>
<li>Windows XP SP2, Windows Vista, or Windows 7 (32-bit or 64-bit)</li>
<li>Pentium 233-megahertz (MHz) processor or faster (300 MHz is recommended)</li>
<li>50MB of free space on your hard drive</li>
<li>DVD-R drive or 4GB removable USB flash drive</li>
</ul>
<p><strong>[Link]</strong> – <a rel="nofollow" href="http://download.cnet.com/Windows-7-USB-DVD-Download-Tool/3000-18513_4-10972600.html"><strong>Download  Windows 7 USB/DVD Download Tool</strong></a></p>
<div id="t4">
<h3 id="at4">Frequently Asked Questions (FAQ)</h3>
<p>The following are some frequently asked questions about using the Windows 7 USB/DVD Download tool:</p>
<blockquote><p><strong>What size USB flash drive is required?</strong><br />
You need a USB flash drive with a minimum of 4 GB of free space.</p>
<p><strong>Can I use my newly created USB drive to install Windows 7 on someone else’s computer?</strong><br />
No. The Windows 7 ISO file on the USB flash drive is only intended to be used to install Windows 7 on the licensed user’s own computer.</p>
<p><strong>Can I backup to a CD-R?</strong><br />
No. The Windows 7 ISO file is too large to fit on a CD.</p>
<p><strong>Can I backup to a Blu-Ray DVD disk?</strong><br />
Yes, as long as your DVD drive can write to a Blu-Ray DVD.</p>
<p><strong>If I have other files on the USB flash drive will the Windows 7 USB/DVD Download tool delete them?</strong><br />
This tool requires the USB flash drive to be completely blank before the Windows 7 files are copied. This helps ensure that the device is bootable after the copying has completed.</p>
<p><strong>Can I backup to an iPod, camera, or other device with enough free disk space?</strong><br />
Yes, but this is not recommended. The device must be formatted in order for the device to be bootable.</p>
<p><strong>Can I use the Windows 7 USB/DVD Download tool to backup other files?</strong><br />
No. This tool is only for use with the Windows 7 ISO file purchased from Microsoft Store.A dedicated USB flash drive would be a better option.</p></blockquote>
<p>[<strong>via</strong>] – <a rel="nofollow" href="http://www.askvg.com/">Tweaking with Vishal</a> (Vishal is a MVP)</p>
</div>


<p>Related posts:<ol><li><a href='http://www.hackingaday.com/2009/11/install-windows-from-usb-drive.html' rel='bookmark' title='Permanent Link: Install Windows From Usb Drive'>Install Windows From Usb Drive</a></li>
<li><a href='http://www.hackingaday.com/2008/09/install-media-player-11-in-pirated-windows-legitlib-dll_cracked-rar.html' rel='bookmark' title='Permanent Link: INSTALL Media Player 11 in Pirated WINDOWS (legitlib.dll_CRACKED.rar)'>INSTALL Media Player 11 in Pirated WINDOWS (legitlib.dll_CRACKED.rar)</a></li>
<li><a href='http://www.hackingaday.com/2009/12/how-to-create-autorun-inf-for-pendrive.html' rel='bookmark' title='Permanent Link: How To Create Autorun.inf For Pendrive – Autoplay Your Tools'>How To Create Autorun.inf For Pendrive – Autoplay Your Tools</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hackingaday.com/2010/01/install-windows-7-from-usb-drive-automatic-pendrive-setup.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>