<?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>ScaleGamer &#187; Vista</title>
	<atom:link href="http://scalegamer.com/tag/vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://scalegamer.com</link>
	<description></description>
	<lastBuildDate>Sun, 04 Apr 2010 06:49:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Windows 7 usb install guide</title>
		<link>http://scalegamer.com/2009/02/19/windows-7-usb-install-guide/</link>
		<comments>http://scalegamer.com/2009/02/19/windows-7-usb-install-guide/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 23:47:04 +0000</pubDate>
		<dc:creator>Cas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://scalegamer.com/?p=217</guid>
		<description><![CDATA[I don&#8217;t have much to write for this one, Last year I threw up some info on installing Windows Vista from a USB drive and this time around I&#8217;ve sadly got the exact same guide for you. Windows Vista USB install guide When you see the word Vista, think 7. Follow the steps and it [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://scalegamer.com/images/logos/win/windows-vista-logo-1.png" alt="vista logo" align="right" /></p>
<p>I don&#8217;t have much to write for this one, Last year I threw up some info on installing Windows Vista from a USB drive and this time around I&#8217;ve sadly got the exact same guide for you.</p>
<p><a href="http://scalegamer.com/2008/01/23/windows-vista-install-guide/">Windows Vista USB install guide</a></p>
<p>When you see the word Vista, think 7.</p>
<p>Follow the steps and it couldn&#8217;t be easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://scalegamer.com/2009/02/19/windows-7-usb-install-guide/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Vista install guide</title>
		<link>http://scalegamer.com/2008/01/23/windows-vista-install-guide/</link>
		<comments>http://scalegamer.com/2008/01/23/windows-vista-install-guide/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 12:53:02 +0000</pubDate>
		<dc:creator>Cas</dc:creator>
				<category><![CDATA[Asus EeePC]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://scalegamer.com/2008/01/23/windows-vista-install-guide/</guid>
		<description><![CDATA[There are many ways to install Windows Vista on the EeePC, this solution will do it all from a single USB flash drive. Requirements: USB Drive flash drive Computer running Windows XP / Windows Vista Vlite Windows Vista DVD Following this guide is easy, once complete you will be able to install Windows Vista from [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://scalegamer.com/images/logos/win/windows-vista-logo-1.png" alt="vista logo" align="right" />There are many ways to install Windows Vista on the EeePC, this solution will do it all from a single USB flash drive.</p>
<p><span id="more-7"></span></p>
<h1><font><font color="#1e90ff">Requirements:</font></font></h1>
<ul>
<li>USB Drive flash drive</li>
<li>Computer running Windows XP / Windows Vista</li>
<li><a href="http://www.vlite.net">Vlite</a></li>
<li>Windows Vista DVD</li>
</ul>
<p>
<p/>
Following this guide is easy, once complete you will be able to install Windows Vista from a USB flash drive.Vlite is optional, but you will need to have sufficient HDD space for the install. Vlite is strongly recommend to create a customised installation suitable for the EeePC.</p>
<h1><font color="#708090">Step 1:</font></h1>
<p>Make sure the USB flash drive is connected</p>
<h1><font color="#708090">Step 2:</font></h1>
<p>Open the command prompt, Start > Run > cmd</p>
<h1><font color="#708090">Step 3:</font></h1>
<p>Type diskpart in the cmd window, press enter. Then type:</p>
<blockquote><p><code>list disk</code></p></blockquote>
<p>and press enter. Confirm the disk number that your usb drive has, for this guide disk 1 is the example.</p>
<h1><font color="#708090">Step 4:</font></h1>
<p>Now that we know our usb flash drive is disk 1 we can begin. Enter the following in the cmd window you currently have open, adjust accordingly to your configuration.</p>
<blockquote><p>
<code><br />
select disk 1<br />
clean<br />
create partition primary<br />
select partition 1<br />
active<br />
format fs=fat32<br />
assign<br />
exit</code>
</p></blockquote>
<h1><font color="#708090">Step 5:</font></h1>
<p>D: drive letter that contains the installation files (Windows vista dvd) and G: is the USB flash drive.</p>
<p>We will now copy the installation files to the flash drive, using the cmd once again enter the following command:</p>
<blockquote><p><code>xcopy d:\*.* /s/e/f g:\</code></p></blockquote>
<p/>
<h1><font><font color="#ff6347">Finished!</font></font></h1>
<p>Put the usb flash drive into your EeePC and boot from it, Finished!</p>
]]></content:encoded>
			<wfw:commentRss>http://scalegamer.com/2008/01/23/windows-vista-install-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
