<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Real Geek Forums - Windows XP Hardware</title>
		<link>http://www.realgeek.com/forums</link>
		<description />
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 03:59:56 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.realgeek.com/forums/mpedia/misc/rss.jpg</url>
			<title>Real Geek Forums - Windows XP Hardware</title>
			<link>http://www.realgeek.com/forums</link>
		</image>
		<item>
			<title>HD swap problems</title>
			<link>http://www.realgeek.com/forums/hd-swap-problems-475311-new-post.html</link>
			<pubDate>Wed, 21 Jan 2009 11:09:03 GMT</pubDate>
			<description><![CDATA[I have a Sony Vaio PCV-RX651.  My old C: drive partition no longer boots
("missing hal.dll" - I've tried the various suggestions - it was...]]></description>
			<content:encoded><![CDATA[<div><br />
I have a Sony Vaio PCV-RX651.  My old C: drive partition no longer boots<br />
(&quot;missing hal.dll&quot; - I've tried the various suggestions - it was failing<br />
chkdsk for a couple of years).  I installed a new drive as C:, and installed<br />
xp home on it.  My old programs (formerly on C and D partirtions, now on G<br />
and H) no longer run.  Is there any way to make them work, move them to the<br />
new C:, or otherwise salvage them?  Some have lost serials; some have damaged<br />
install CD's.<br />
<br />
Thanks very much in advance for your help.<br />
<br />
--<br />
-Mike<br />
IronmanCurtis com.die.5p@^^<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-hardware-29/">Windows XP Hardware</category>
			<dc:creator>IronMan Mike Curtis</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/hd-swap-problems-475311.html</guid>
		</item>
		<item>
			<title>REQ: CheckDisk for WindowsXP</title>
			<link>http://www.realgeek.com/forums/req-checkdisk-for-windowsxp-475310-new-post.html</link>
			<pubDate>Wed, 21 Jan 2009 05:52:18 GMT</pubDate>
			<description>Needed: a program to check disk health in XP
system under RAID0 HardDrives.
Can you help? Thanks, Donald</description>
			<content:encoded><![CDATA[<div>Needed: a program to check disk health in XP<br />
system under RAID0 HardDrives.<br />
Can you help? Thanks, Donald<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-hardware-29/">Windows XP Hardware</category>
			<dc:creator>Donald Bock</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/req-checkdisk-for-windowsxp-475310.html</guid>
		</item>
		<item>
			<title>Resycled/boot.com (virus)</title>
			<link>http://www.realgeek.com/forums/resycled-boot-com-virus-475128-new-post.html</link>
			<pubDate>Tue, 20 Jan 2009 21:15:02 GMT</pubDate>
			<description><![CDATA["GoldHawk" <GoldHawk@discussions.microsoft.com> wrote in message news:A64FBE0D-4F24-4942-A26F-46F2345F2F83@microsoft.com...
---Quote---
> Many thanks...]]></description>
			<content:encoded><![CDATA[<div>&quot;GoldHawk&quot; &lt;GoldHawk@discussions.microsoft.com&gt; wrote in message news:A64FBE0D-4F24-4942-A26F-46F2345F2F83@microsoft.com...<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt; Many thanks for these replies.<br />
&gt;<br />
&gt; I wish I had known about the Spywaredoctor removal tool before ! However, as<br />
&gt; mentioned, I have already used the instructions I found on a technical forum<br />
&gt; to manually remove the virus files. I'm sure all the offending files are gone<br />
&gt; (unless autorun.inf is also part of the virus).
			
			<hr />
		</td>
	</tr>
	</table>
</div>It is. When you open a drive, Windows searches the root of the drive<br />
an autorun.inf file. If one exists the instruction within the file are executed.<br />
In your case the autorun.inf file is attempting to load and run boot.com<br />
from a (presumably now missing) \resycled folder.<br />
<br />
You need to remove them all at once before opening any drives.<br />
Opening a drive that has one of these \autorun.inf files will just<br />
propagate the file back onto the drive you previously removed the<br />
file from.<br />
<br />
As was already suggested.<br />
<br />
Open a cmd prompt. Start &gt; Run... [type in] cmd  &gt; Ok<br />
At the prompt, enter the following commands:<br />
<br />
attrib  -h  -r  -s  C:\Autorun.inf<br />
<br />
del  C:\Autorun.inf<br />
<br />
attrib  -h  -r  -s  D:\Autorun.inf<br />
<br />
del  D:\Autorun.inf<br />
<br />
attrib  -h  -r  -s  E:\Autorun.inf<br />
<br />
del  E:\Autorun.inf<br />
<br />
etc.<br />
(do this for every drive letter (C: D: E: etc) and do NOT open any drives with<br />
Explorer until you're completed)<br />
<br />
<br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt;<br />
&gt; My problem now is that on trying to open the partitioned external hard<br />
&gt; drive(s) Windows seems to be searching for the file boot.com, which I<br />
&gt; manually deleted, and as a consequence, won't allow access to those<br />
&gt; (affected) drives from &quot;My Computer&quot;.<br />
&gt;<br />
&gt; I get the message &quot;Windows cannot find 'resycled\boot.com'.<br />
&gt;<br />
&gt; What I can't quite understand is why I can now access the removable storage<br />
&gt; drives (MMC card &amp; flash drive) despite being similarly affected and after<br />
&gt; manually removing the boot.com files from those drives as well.<br />
&gt;<br />
&gt; The external HHDs do have a file autorun.inf which I deleted as suggested<br />
&gt; but I got the same message as above, that Windows was looking for the (now<br />
&gt; deleted) boot.com file. I have reinstated the autorun.inf file(s).<br />
&gt;<br />
&gt; I'm looking for some advice on how I get around the problem of Windows<br />
&gt; looking for this old (and deleted) virus file so I can access the external<br />
&gt; HHD from &quot;My Computer&quot;.<br />
&gt;<br />
&gt; Mike<br />
&gt;<br />
&gt;
			
			<hr />
		</td>
	</tr>
	</table>
</div><br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-hardware-29/">Windows XP Hardware</category>
			<dc:creator>GoldHawk</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/resycled-boot-com-virus-475128.html</guid>
		</item>
		<item>
			<title>Recycle Bin on USB Stick?</title>
			<link>http://www.realgeek.com/forums/recycle-bin-on-usb-stick-475127-new-post.html</link>
			<pubDate>Tue, 20 Jan 2009 14:01:09 GMT</pubDate>
			<description><![CDATA[On Jan 20, 2:01*pm, T. Jenkins <TJenk...@discussions.microsoft.com>
wrote:
---Quote---
> I have an 8GB USB memory stick, and it appears to have space...]]></description>
			<content:encoded><![CDATA[<div>On Jan 20, 2:01*pm, T. Jenkins &lt;TJenk...@discussions.microsoft.com&gt;<br />
wrote:<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt; I have an 8GB USB memory stick, and it appears to have space tied up in<br />
&gt; deleted files that I can't find. *Windows only shows about half the space<br />
&gt; available, even though it doesn't display any files. *I ran a drive storage<br />
&gt; analysis app (disk pie) on it, and it shows a large amount of space<br />
&gt; associated with &quot;recycle&quot; files. *I assume this means there's a recyclebin<br />
&gt; on the drive holding previously deleted files.<br />
&gt;<br />
&gt; I tried to reformat the drive, but got some errors. *Also made sure hidden<br />
&gt; files were displayed, which they are (at least the setting is turned on to do<br />
&gt; so).<br />
&gt;<br />
&gt; Any tips on resolving this issue?<br />
&gt;<br />
&gt; Thanks.
			
			<hr />
		</td>
	</tr>
	</table>
</div>It would help to know the make, model and extra features this USB<br />
flash drive has.  Some flash drives come with security software to<br />
hide portions of the drive.  Other come with the U3 system which<br />
behaves like a CD drive and let you have applications auto-start from<br />
the flash drive itself.  All of these &quot;enhanced&quot; feature can block the<br />
re-format.<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-hardware-29/">Windows XP Hardware</category>
			<dc:creator>T. Jenkins</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/recycle-bin-on-usb-stick-475127.html</guid>
		</item>
		<item>
			<title><![CDATA[It's the battery]]></title>
			<link>http://www.realgeek.com/forums/its-the-battery-474941-new-post.html</link>
			<pubDate>Tue, 20 Jan 2009 04:18:17 GMT</pubDate>
			<description><![CDATA[Malke said this on 1/20/2009 8:23 AM:
---Quote---
> Paul Monsour wrote:
>
---Quote---
>> Had the exact same problem. A little web surfing turned up...]]></description>
			<content:encoded><![CDATA[<div>Malke said this on 1/20/2009 8:23 AM:<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt; Paul Monsour wrote:<br />
&gt;<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt;&gt; Had the exact same problem. A little web surfing turned up the solution:<br />
&gt;&gt; remove the battery and run on AC. That did the trick. I assume a new<br />
&gt;&gt; battery fully charged will work, but I haven't tried it.<br />
&gt;&gt;<br />
&gt;&gt; EggHeadCafe - .NET Developer Portal of Choice<br />
&gt;&gt; <a href="http://www.eggheadcafe.com/default.aspx?ref=ng" target="_blank">http://www.eggheadcafe.com/default.aspx?ref=ng</a>
			
			<hr />
		</td>
	</tr>
	</table>
</div>&gt;<br />
&gt; Another orphaned post from EggHeadCafe.<br />
&gt;<br />
&gt; Thanks for the information, but no one knows to whom you are giving this<br />
&gt; information since you are not posting on a real forum as you think you are<br />
&gt; and you didn't quote any of the thread to which you are replying. You are<br />
&gt; using a web interface that leeches Usenet posts and most of the rest of us<br />
&gt; are using real newsreaders. We don't see what you do. If you want to<br />
&gt; participate in Usenet, the better way is to set up a newsreader. This is<br />
&gt; very easy to do and I'll give you information about that below. If you<br />
&gt; prefer to use a forum, then here are two excellent ones:<br />
&gt;<br />
&gt; <a href="http://forum.aumha.org/index.php" target="_blank">http://forum.aumha.org/index.php</a><br />
&gt; <a href="http://http://computerhaven.info/" target="_blank">http://http://computerhaven.info/</a><br />
&gt;<br />
&gt; Since you are using a web interface, you may not realize that this is really<br />
&gt; a newsgroup. You will get far more out of this resource if you learn to use<br />
&gt; a newsreader. There are many good newsreaders for Windows, but you can use<br />
&gt; Outlook Express (XP) or Windows Mail (Vista) since you already have it.<br />
&gt; Here are some links to information about newsgroups:<br />
&gt;<br />
&gt; About Usenet:<br />
&gt; <a href="http://en.wikipedia.org/wiki/Usenet" target="_blank">http://en.wikipedia.org/wiki/Usenet</a><br />
&gt; <a href="http://www.faqs.org/faqs/" target="_blank">http://www.faqs.org/faqs/</a> - Usenet FAQs from the Internet FAQ Archives<br />
&gt; <a href="http://www.usenetmonster.com/infocenter/" target="_blank">http://www.usenetmonster.com/infocenter/</a><br />
&gt; <a href="http://www.elephantboycomputers.com/page2.html#Usenet" target="_blank">http://www.elephantboycomputers.com/page2.html#Usenet</a> - a brief explanation<br />
&gt; of newsgroups<br />
&gt;<br />
&gt; Outlook Express/Windows Mail as Newsreader:<br />
&gt; <a href="http://michaelstevenstech.com/outlookexpressnewreader.htm" target="_blank">http://michaelstevenstech.com/outloo...snewreader.htm</a><br />
&gt; <a href="http://rickrogers.org/setupoe.htm" target="_blank">http://rickrogers.org/setupoe.htm</a><br />
&gt; <a href="http://vistasupport.mvps.org/accessing_newsgrousp_with-windows_mail.htm" target="_blank">http://vistasupport.mvps.org/accessi...ndows_mail.htm</a><br />
&gt;<br />
&gt; How to Post:<br />
&gt; <a href="http://www.elephantboycomputers.com/page2.html#Usenet" target="_blank">http://www.elephantboycomputers.com/page2.html#Usenet</a><br />
&gt; <a href="http://support.microsoft.com/default.aspx/kb/555375" target="_blank">http://support.microsoft.com/default.aspx/kb/555375</a> - How to Ask a Question<br />
&gt; <a href="http://users.tpg.com.au/bzyhjr/liszt.htm" target="_blank">http://users.tpg.com.au/bzyhjr/liszt.htm</a> - How Not to Get Technical Help on<br />
&gt; Usenet<br />
&gt; <a href="http://www.catb.org/~esr/faqs/smart-questions.html" target="_blank">http://www.catb.org/~esr/faqs/smart-questions.html</a><br />
&gt;<br />
&gt; <a href="http://aumha.org/nntp.htm" target="_blank">http://aumha.org/nntp.htm</a> - list of MS newsgroups<br />
&gt; microsoft.public.test.here - MS group to test if your newsreader is working<br />
&gt; properly<br />
&gt; <a href="http://www3.telus.net/dandemar/munad.htm" target="_blank">http://www3.telus.net/dandemar/munad.htm</a> - how to munge email address<br />
&gt; <a href="http://en.wikipedia.org/wiki/Crossposting" target="_blank">http://en.wikipedia.org/wiki/Crossposting</a> - crossposting<br />
&gt; <a href="http://www.blakjak.demon.co.uk/mul_crss.htm" target="_blank">http://www.blakjak.demon.co.uk/mul_crss.htm</a> - multiposting<br />
&gt;<br />
&gt; Other Newsreaders for Windows:<br />
&gt; <a href="http://www.forteinc.com/main/homepage.php" target="_blank">http://www.forteinc.com/main/homepage.php</a> - Forte<br />
&gt; <a href="http://www.mozilla.org" target="_blank">http://www.mozilla.org</a> - Thunderbird<br />
&gt;<br />
&gt; Malke
			
			<hr />
		</td>
	</tr>
	</table>
</div>That's odd.  I use Thunderbird and show that he's replying to a message<br />
titled 'Acer Aspire 3000 in Windows xp keyboard and touchpad problems'.<br />
He just changed the subject.   The OP responded to his own Post with the<br />
same solution.<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-hardware-29/">Windows XP Hardware</category>
			<dc:creator>Paul Monsour</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/its-the-battery-474941.html</guid>
		</item>
		<item>
			<title>Is it possible to have to proccessers?</title>
			<link>http://www.realgeek.com/forums/is-it-possible-to-have-to-proccessers-474844-new-post.html</link>
			<pubDate>Mon, 19 Jan 2009 21:12:36 GMT</pubDate>
			<description><![CDATA[The T43 isn't available in 3Ghz as others have said, if it was advertised as
such you got taken.

--

Crosspost, do not multipost...]]></description>
			<content:encoded><![CDATA[<div>The T43 isn't available in 3Ghz as others have said, if it was advertised as<br />
such you got taken.<br />
<br />
--<br />
<br />
Crosspost, do not multipost <a href="http://www.blakjak.demon.co.uk/mul_crss.htm" target="_blank">http://www.blakjak.demon.co.uk/mul_crss.htm</a><br />
How to ask a question <a href="http://support.microsoft.com/kb/555375" target="_blank">http://support.microsoft.com/kb/555375</a><br />
Help Us Help You <a href="http://dts-l.net/goodpost.htm" target="_blank">http://dts-l.net/goodpost.htm</a><br />
<br />
<br />
<br />
&quot;dqboy101&quot; &lt;tbluhp@gmail.com&gt; wrote in message<br />
news:7e8a3531-ef2f-4e5f-9016-298a9fc59702@w24g2000prd.googlegroups.com...<br />
On Jan 19, 4:51 pm, &quot;David B.&quot; &lt;m...@nomail.net&gt; wrote:<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt; It would help if you provided the model of the laptop, but you likely have<br />
&gt; a<br />
&gt; single processor. If you have power management set to something other than<br />
&gt; desktop, the CPU speed may be adjusted lower for better batter life.<br />
&gt;<br />
&gt; --<br />
&gt;<br />
&gt; Crosspost, do not multiposthttp://www.blakjak.demon.co.uk/mul_crss.htm<br />
&gt; How to ask a questionhttp://support.microsoft.com/kb/555375<br />
&gt; Help Us Help Youhttp://dts-l.net/goodpost.htm<br />
&gt;<br />
&gt; &quot;dqboy101&quot; &lt;tbl...@gmail.com&gt; wrote in message<br />
&gt;<br />
&gt; news:e73295ba-e204-498c-9a82-09aac1c69429@n33g2000pri.googlegroups.com...<br />
&gt;<br />
&gt;<br />
&gt;<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt; &gt;I bought a used laptop off eBay of course and it stated 3GHZ. On the<br />
&gt; &gt; computer information it says 1.6 GHZ then the line were it states the<br />
&gt; &gt; ram it reads 1.5 GHZ followed by amount of ram inside the computer.<br />
&gt; &gt; Does that mean I have to proccessers or an addon?- Hide quoted text -
			
			<hr />
		</td>
	</tr>
	</table>
</div>&gt;<br />
&gt; - Show quoted text -
			
			<hr />
		</td>
	</tr>
	</table>
</div>IMB Thinkpad T43.<br />
<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-hardware-29/">Windows XP Hardware</category>
			<dc:creator>dqboy101</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/is-it-possible-to-have-to-proccessers-474844.html</guid>
		</item>
		<item>
			<title>New HD Will not boot after Drive Copy</title>
			<link>http://www.realgeek.com/forums/new-hd-will-not-boot-after-drive-copy-474576-new-post.html</link>
			<pubDate>Mon, 19 Jan 2009 05:09:45 GMT</pubDate>
			<description><![CDATA["MJB00" <mjb0000@gmail.com> wrote in message
news:b88781be-7056-4296-9963-bc977e63f2d7@v39g2000pro.googlegroups.com...
---Quote---
>
> I'm pretty...]]></description>
			<content:encoded><![CDATA[<div><br />
&quot;MJB00&quot; &lt;mjb0000@gmail.com&gt; wrote in message<br />
news:b88781be-7056-4296-9963-bc977e63f2d7@v39g2000pro.googlegroups.com...<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt;<br />
&gt; I'm pretty experienced with building my computers and installing OS's.<br />
&gt; but it has been a couple years since my last upgrade and I have no<br />
&gt; formal training and don't know all the latest parameters involved with<br />
&gt; windows and file systems and formatting disks.<br />
&gt;<br />
&gt; I have an XP PC (upgraded from Win2K. I'm switching to a new 240GB<br />
&gt; Hard drive. I set my C: partition to Basic Drive w/NTFS at 20GB and<br />
&gt; ran PQ Disk Copy with Copy MBR selected. The new drive will not boot.<br />
&gt; I get &quot;Windows 2000 cannot find or file is corrupt: system32/<br />
&gt; ntoskrnl.exe&quot;. but it is not. I thought it was weird it says windowss<br />
&gt; 2000. Does this have something to do with my partition size? My size<br />
&gt; of the  c: partition on the old HD is is 11GB. TIA<br />
&gt;
			
			<hr />
		</td>
	</tr>
	</table>
</div>It looks like you're using Drive Image 2.  It's not compatible<br />
with XP.  Acronis True Image is what you want.  If you're<br />
setting up a new drive, give XP 40GB, at least.<br />
<br />
<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-hardware-29/">Windows XP Hardware</category>
			<dc:creator>MJB00</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/new-hd-will-not-boot-after-drive-copy-474576.html</guid>
		</item>
		<item>
			<title>Partition dissapeared</title>
			<link>http://www.realgeek.com/forums/partition-dissapeared-474384-new-post.html</link>
			<pubDate>Sun, 18 Jan 2009 23:27:16 GMT</pubDate>
			<description><![CDATA[Richard Leblanc wrote:
---Quote---
> I  formatted the C drive on number one hard drive. I stored my back
> up on a physically seperate hard drive in...]]></description>
			<content:encoded><![CDATA[<div>Richard Leblanc wrote:<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt; I  formatted the C drive on number one hard drive. I stored my back<br />
&gt; up on a physically seperate hard drive in rthe same PC. I was able<br />
&gt; to restore all my files from the seperate hard drive, so it was ok<br />
&gt; at this point. I shut the PC down over night. When I startet up<br />
&gt; this am, the desktop was blank. On restart the desktop came back,<br />
&gt; but when I tried to get information from the seperate hard drive, a<br />
&gt; message came up asking if I want to format it. All indication are<br />
&gt; that it is a RAW file. All I can think of is that the partiton got<br />
&gt; damaged. Is there some way I can recover or repair the partition?
			
			<hr />
		</td>
	</tr>
	</table>
</div>Look into the utility TestDisk...<br />
<a href="http://en.wikipedia.org/wiki/TestDisk" target="_blank">http://en.wikipedia.org/wiki/TestDisk</a><br />
<br />
Might help - might not.  You might be going to your last backups.<br />
<br />
--<br />
Shenan Stanley<br />
MS-MVP<br />
--<br />
How To Ask Questions The Smart Way<br />
<a href="http://www.catb.org/~esr/faqs/smart-questions.html" target="_blank">http://www.catb.org/~esr/faqs/smart-questions.html</a><br />
<br />
<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-hardware-29/">Windows XP Hardware</category>
			<dc:creator>Richard Leblanc</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/partition-dissapeared-474384.html</guid>
		</item>
		<item>
			<title>windows start error!!!! expertial hint eagered!!</title>
			<link>http://www.realgeek.com/forums/windows-start-error-expertial-hint-eagered-474383-new-post.html</link>
			<pubDate>Sun, 18 Jan 2009 13:22:05 GMT</pubDate>
			<description><![CDATA["Fan_Zhiyu" <fan_zhiyu@hotmail.com> wrote in message
news:eMbJH$WeJHA.1184@TK2MSFTNGP05.phx.gbl...
Dears,
Please help on below error message from...]]></description>
			<content:encoded><![CDATA[<div>&quot;Fan_Zhiyu&quot; &lt;fan_zhiyu@hotmail.com&gt; wrote in message<br />
news:eMbJH$WeJHA.1184@TK2MSFTNGP05.phx.gbl...<br />
Dears,<br />
Please help on below error message from eventlog in admin tools from<br />
windows.<br />
<br />
system can't load below drivers;<br />
<br />
ÏÂÁÐÒýµ¼»òÏµÍ³Æô¶¯Çý¶¯³ÌÐòÎÞ·¨¼ÓÔØ:<br />
00<br />
atapi<br />
IntelIde<br />
PCIIde<br />
SISAGP<br />
viaagp1<br />
ViaIde<br />
<br />
<br />
what's wrong with my windows XP SP3?<br />
<br />
AMD 2.1G athlon<br />
NV intergrated nforce chip set<br />
================================<br />
<br />
Did you recently do something like move the drive to a new system?   In that<br />
case, a repair install would likely be helpful.<br />
<br />
If not, what happened immediately before the problem appeared?<br />
<br />
HTH<br />
-pk<br />
<br />
<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-hardware-29/">Windows XP Hardware</category>
			<dc:creator>Fan_Zhiyu</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/windows-start-error-expertial-hint-eagered-474383.html</guid>
		</item>
		<item>
			<title>Xbox 360 and BT Home Hub?</title>
			<link>http://www.realgeek.com/forums/xbox-360-and-bt-home-hub-474382-new-post.html</link>
			<pubDate>Sun, 18 Jan 2009 12:50:35 GMT</pubDate>
			<description>Thanks for the replies.
From here:
http://www.jarviser.co.uk/jarviser/hubasdongle.html
it seems it can but only if wireless on router is set to...</description>
			<content:encoded><![CDATA[<div>Thanks for the replies.<br />
From here:<br />
<a href="http://www.jarviser.co.uk/jarviser/hubasdongle.html" target="_blank">http://www.jarviser.co.uk/jarviser/hubasdongle.html</a><br />
it seems it can but only if wireless on router is set to WEP.<br />
Wouldn't take a chance on reducing security.<br />
<br />
<br />
--<br />
Kenny Cargill<br />
<br />
<br />
<br />
<br />
&quot;RobertVA&quot; &lt;robert_c72athotmail@invalid.com&gt; wrote in message<br />
news:eEJo0wceJHA.5420@TK2MSFTNGP02.phx.gbl...<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt;<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt;&gt; &quot;Kenny&quot; &lt;me@privacy.net&gt; wrote in message<br />
&gt;&gt; news:ut8ansWeJHA.3692@TK2MSFTNGP04.phx.gbl...<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt;&gt;&gt; Have an Xbox connected via cable to a 3Com wireless modem/router and it<br />
&gt;&gt;&gt; works OK but I have a cable going right across my living room.<br />
&gt;&gt;&gt; I have an old BT Wireless Home Hub, the white one, not the newer type.<br />
&gt;&gt;&gt; Is it possible to get this to work as a wireless adapter for the Xbox?<br />
&gt;&gt;&gt; My ISP is not BT.<br />
&gt;&gt;&gt; Alternatively will any wireless adapter work with the Xbox or must it be<br />
&gt;&gt;&gt; the MS approved one which costs over £50?<br />
&gt;&gt;&gt;<br />
&gt;&gt;&gt; --<br />
&gt;&gt;&gt; Kenny Cargill
			
			<hr />
		</td>
	</tr>
	</table>
</div>
			
			<hr />
		</td>
	</tr>
	</table>
</div>&gt;<br />
&gt; DL wrote:<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt; &gt; Id suggest you tried an Xbox group / forum assuming they exist<br />
&gt; &gt;
			
			<hr />
		</td>
	</tr>
	</table>
</div>&gt;<br />
&gt; Four do, on this very server. Just look for the &quot;.xbox&quot; branch in the<br />
&gt; group list/tree.
			
			<hr />
		</td>
	</tr>
	</table>
</div><br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-hardware-29/">Windows XP Hardware</category>
			<dc:creator>Kenny</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/xbox-360-and-bt-home-hub-474382.html</guid>
		</item>
		<item>
			<title>WD Sync data error message</title>
			<link>http://www.realgeek.com/forums/wd-sync-data-error-message-474080-new-post.html</link>
			<pubDate>Sat, 17 Jan 2009 17:56:10 GMT</pubDate>
			<description><![CDATA[On Jan 17, 12:56*pm, Conny 39 <Conn...@discussions.microsoft.com>
wrote:
---Quote---
> Recently I used a Western Digital portable disk drive...]]></description>
			<content:encoded><![CDATA[<div>On Jan 17, 12:56*pm, Conny 39 &lt;Conn...@discussions.microsoft.com&gt;<br />
wrote:<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt; Recently I used a Western Digital portable disk drive modelWD3200MLZ-00<br />
&gt; through a USB connection. Having had a lot of trouble using it, I removedit.<br />
&gt; Now I want to install Nero Express and get the following message : The folder<br />
&gt; path 'WD Sync Data contains an invalid character.<br />
&gt; How do I correct it ?? ¨lease help.
			
			<hr />
		</td>
	</tr>
	</table>
</div>WD Sync is a software included wuth &quot;several&quot; WD external drives.<br />
This helps to &quot;sync&quot; your internal drive to the WS external drive.  If<br />
there is a problem, you should uninstall and re-install this (should<br />
have been included on the WD drive.)<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-hardware-29/">Windows XP Hardware</category>
			<dc:creator>Conny 39</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/wd-sync-data-error-message-474080.html</guid>
		</item>
		<item>
			<title>why cannot go straight to desktop?</title>
			<link>http://www.realgeek.com/forums/why-cannot-go-straight-to-desktop-473686-new-post.html</link>
			<pubDate>Fri, 16 Jan 2009 12:28:01 GMT</pubDate>
			<description><![CDATA[On Jan 17, 1:42*am, pcdellprob <pcdellp...@discussions.microsoft.com>
wrote:
---Quote---
> I downloaded the bios from here (2nf file - Systen...]]></description>
			<content:encoded><![CDATA[<div>On Jan 17, 1:42*am, pcdellprob &lt;pcdellp...@discussions.microsoft.com&gt;<br />
wrote:<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt; I downloaded the bios from here (2nf file - Systen Bios)<br />
&gt;<br />
&gt; <a href="http://support.ap.dell.com/support/downloads/driverslist.aspx?os=WW1&amp;" target="_blank">http://support.ap.dell.com/support/d...t.aspx?os=WW1&amp;</a>....<br />
&gt;<br />
&gt; and run it but it still remains the same.<br />
&gt;<br />
&gt; There is also another file which says Dell Bios which I wonder if thats the<br />
&gt; one I should use? Any idea as Dell is off now. Thanks for all the input, rgds<br />
&gt; *The clock always show the correct time and date so I think the cmos battery<br />
&gt; should be ok.<br />
&gt;<br />
&gt; &quot;Patrick Keenan&quot; wrote:<br />
&gt;<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt; &gt; &quot;pcdellprob&quot; &lt;pcdellp...@discussions.microsoft.com&gt; wrote in message<br />
&gt; &gt;news:14F1C723-C969-4BED-A9EF-D26E12D544B1@microsoft.com...<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt; &gt; &gt;I have a Dell Dimension desktop and upon boot up, it sort of hang at the<br />
&gt; &gt; &gt;Dell<br />
&gt; &gt; &gt; logo then it say cannot find hdd.
			
			<hr />
		</td>
	</tr>
	</table>
</div>
			
			<hr />
		</td>
	</tr>
	</table>
</div>&gt;<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt; &gt; This message at this point means a hardware or BIOS problem.
			
			<hr />
		</td>
	</tr>
	</table>
</div>&gt;<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt; &gt; &gt; You have 2 options F1&gt; set up or F12 &gt; boot<br />
&gt; &gt; &gt; menu&gt;menu gives you the choice&gt; hdd/cd rom/floppy&gt;hdd&gt; it goes to<br />
&gt; &gt; &gt; desktop.
			
			<hr />
		</td>
	</tr>
	</table>
</div>
			
			<hr />
		</td>
	</tr>
	</table>
</div>&gt;<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt; &gt; If resetting the BIOS lets it boot, it may simply be that the CMOS battery<br />
&gt; &gt; has expired. * Shut down, unplug from power, open the case and replace the<br />
&gt; &gt; battery. * It's about the size of a nickel or quarter. * You can get<br />
&gt; &gt; replacements at many stores including drug and camera stores.
			
			<hr />
		</td>
	</tr>
	</table>
</div>&gt;<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt; &gt; HTH<br />
&gt; &gt; -pk
			
			<hr />
		</td>
	</tr>
	</table>
</div>&gt;<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt; &gt; &gt; (Note in the bios 1st boot set to hdd) and when at desktop, pc can be<br />
&gt; &gt; &gt; use normally. The C: has 90% free space with abt 90gb free space. Anyidea<br />
&gt; &gt; &gt; why it cannot boot straight to desktop? Thanks for your input.
			
			<hr />
		</td>
	</tr>
	</table>
</div>
			
			<hr />
		</td>
	</tr>
	</table>
</div>
			
			<hr />
		</td>
	</tr>
	</table>
</div>Those files would probably not help with your problem.  These are BIOS<br />
update files which will place the revised version (listed on the file)<br />
for the BIOS that your PC uses.  This will also &quot;clear&quot; out most<br />
settings of the BIOS (same as your correct problem.)<br />
<br />
You need to open up the Dell' PC case and look for the coin-cell<br />
battery.  It is usually about the size of an N.A. quarter.  It can be<br />
replaced easily and you can find a replacement locally.<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-hardware-29/">Windows XP Hardware</category>
			<dc:creator>pcdellprob</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/why-cannot-go-straight-to-desktop-473686.html</guid>
		</item>
		<item>
			<title>Eject and re-detect a usb drive without unplugging it</title>
			<link>http://www.realgeek.com/forums/eject-and-re-detect-a-usb-drive-without-unplugging-it-473538-new-post.html</link>
			<pubDate>Fri, 16 Jan 2009 06:52:52 GMT</pubDate>
			<description>As you have  volunteered to give this pice of mind boggling wisdom without
being asked, I will also volunteer to give a piece of my mind, and I...</description>
			<content:encoded><![CDATA[<div>As you have  volunteered to give this pice of mind boggling wisdom without<br />
being asked, I will also volunteer to give a piece of my mind, and I will<br />
not be as gentle as the other fellas who have read your message and just<br />
laughed it off.<br />
<br />
You may think that being lazy is a quality to be proud of, but the<br />
information your are giving is potentially dangerous! A number of clicks and<br />
keypresses in a sensitive area of the OS which should be tinkered by people<br />
who know what they're doing is not going to provide any benefit to the<br />
mainstream of the computer users, the &quot;normal&quot; users as opposed to the lazy<br />
one(s).<br />
<br />
I believe that this fantastic way of showing your right earlobe with your<br />
left hand will be adopted by no more than a handful of users who like to<br />
think of themselves as being eccentric. If you were as clever as you're<br />
lazy, you'd think of using a USB hub to bring that flash drive near your<br />
hand.<br />
<br />
Good luck<br />
Engin<br />
<br />
&lt;Mehrdad Mirreza&gt; wrote in message news:200911615251mubed@web.de...<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt;I needed this too for testing a launcher on my USB flash drive. As I used<br />
&gt;an old computer without front USB ports and I was too lazy to stand up each<br />
&gt;time and replug the memory stick I searched for a solution in web. All<br />
&gt;solutions I found need the Microsoft command line tool DevCon, which is not<br />
&gt;very straight forward to use, so I tried to find another one. It needs also<br />
&gt;some clicks, but does without extra tools:<br />
&gt;<br />
&gt; 1. push [win]+[Pause] to show the &quot;System Properties&quot; dialog or just pick<br />
&gt; it from the Control Panel<br />
&gt;<br />
&gt; 2. switch to Hardware tab and click on &quot;Device Manager&quot;<br />
&gt;<br />
&gt; 3. There you click on &quot;Universal Serial Bus controllers&quot; to open it<br />
&gt;<br />
&gt; 4. Below that you see 5 (maybe more or less) items called &quot;USB root Hub&quot;.<br />
&gt; If you know which of them your device is connected to (i.e. through<br />
&gt; experience) right click it and select &quot;disable&quot;, otherwise do that with<br />
&gt; all of them. WARNING: doing so will disconnect all connected USB devices!<br />
&gt;<br />
&gt; 5. Right click the disabled items and select &quot;enable&quot;. Your devices are<br />
&gt; then detected again.<br />
&gt;<br />
&gt; EggHeadCafe - .NET Developer Portal of Choice<br />
&gt; <a href="http://www.eggheadcafe.com/default.aspx?ref=ng" target="_blank">http://www.eggheadcafe.com/default.aspx?ref=ng</a>
			
			<hr />
		</td>
	</tr>
	</table>
</div><br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-hardware-29/">Windows XP Hardware</category>
			<dc:creator>Mehrdad Mirreza</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/eject-and-re-detect-a-usb-drive-without-unplugging-it-473538.html</guid>
		</item>
		<item>
			<title>SOLUTION FOUND WORKS PERFECTLY !</title>
			<link>http://www.realgeek.com/forums/solution-found-works-perfectly-473469-new-post.html</link>
			<pubDate>Fri, 16 Jan 2009 03:01:41 GMT</pubDate>
			<description><![CDATA[Lanwench [MVP - Exchange] wrote:

---Quote---
> VanguardLH <V@nguard.LH> wrote:
---Quote---
>> Lanwench [MVP - Exchange] wrote:
>>
---Quote---
>>>...]]></description>
			<content:encoded><![CDATA[<div>Lanwench [MVP - Exchange] wrote:<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt; VanguardLH &lt;V@nguard.LH&gt; wrote:<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt;&gt; Lanwench [MVP - Exchange] wrote:<br />
&gt;&gt;<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt;&gt;&gt; robin s wrote:<br />
&gt;&gt;&gt;&gt; <a href="http://www.techsupportforum.com/hardware-support/laptop-support/281749-solved-wd-my-book-opinions-ahd-help-please.html" target="_blank">http://www.techsupportforum.com/hard...lp-please.html</a><br />
&gt;&gt;&gt;&gt;<br />
&gt;&gt;&gt;&gt; EggHeadCafe - .NET Developer Portal of Choice<br />
&gt;&gt;&gt;&gt; <a href="http://www.eggheadcafe.com/default.aspx?ref=ng" target="_blank">http://www.eggheadcafe.com/default.aspx?ref=ng</a><br />
&gt;&gt;&gt;<br />
&gt;&gt;&gt; Hi -<br />
&gt;&gt;&gt;<br />
&gt;&gt;&gt; Nobody here is likely to know what you're talking about, and wise<br />
&gt;&gt;&gt; people do not click links in newsgroup posts. You're likely to be<br />
&gt;&gt;&gt; perceived as a spammer.<br />
&gt;&gt;&gt;<br />
&gt;&gt;&gt; I suggest you use a newsreader, not a third party web forum, to<br />
&gt;&gt;&gt; access the MS public newsgroups, and always quote the original text<br />
&gt;&gt;&gt; to which you are replying (as well as replying in the same thread).<br />
&gt;&gt;&gt; The NNTP server name is msnews.microsoft.com and no subscription is<br />
&gt;&gt;&gt; required.
			
			<hr />
		</td>
	</tr>
	</table>
</div>&gt;&gt;<br />
&gt;&gt; Look at the Message-ID.  Not for an NNTP server or client.  Look at<br />
&gt;&gt; the Path.  Another dimemonic user spamming through their misconfigured<br />
&gt;&gt; gateway.  Best is to simply killfile all posts through there.
			
			<hr />
		</td>
	</tr>
	</table>
</div>&gt;<br />
&gt; I've never actually understood what the &quot;path&quot; signified in the headers, to<br />
&gt; be honest!
			
			<hr />
		</td>
	</tr>
	</table>
</div>Sorry, meant to say to look at the Message-ID.  Not one added by an NNTP<br />
client and not one added by an NNTP server.<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-hardware-29/">Windows XP Hardware</category>
			<dc:creator>robin s</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/solution-found-works-perfectly-473469.html</guid>
		</item>
		<item>
			<title>Question- how to format new HD</title>
			<link>http://www.realgeek.com/forums/question-how-to-format-new-hd-473392-new-post.html</link>
			<pubDate>Thu, 15 Jan 2009 23:37:55 GMT</pubDate>
			<description><![CDATA["John D99" <Nospam@nospam.com> wrote in message
news:N5CdnSiGmt1HVfLUnZ2dnUVZ_sHinZ2d@earthlink.com...
---Quote---
> I'm running Win xp.
> I pulled...]]></description>
			<content:encoded><![CDATA[<div>&quot;John D99&quot; &lt;Nospam@nospam.com&gt; wrote in message<br />
news:N5CdnSiGmt1HVfLUnZ2dnUVZ_sHinZ2d@earthlink.co  m...<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt; I'm running Win xp.<br />
&gt; I pulled out a non-o/s 20G IDE hd and replaced it with a brand new<br />
&gt; unpartitioned / unfomatted 120G IDE hd.<br />
&gt;<br />
&gt; Win xp knows it's there, the driver is set up ok.
			
			<hr />
		</td>
	</tr>
	</table>
</div>You are probably associating the bios routine results for the ide attached<br />
HDs/CD/DVD.<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt;<br />
&gt; The problem is, the new hd doesn't show up in explorer or Disk Management,<br />
&gt; and I can't remeber how to partition / format a new hd.<br />
&gt;<br />
&gt; So, how do I do this?<br />
&gt;<br />
&gt; Thnx<br />
&gt;<br />
&gt;<br />
&gt;
			
			<hr />
		</td>
	</tr>
	</table>
</div>Does the replaced hard drive show in device manager under disk drives?<br />
--<br />
Dave<br />
<br />
<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-hardware-29/">Windows XP Hardware</category>
			<dc:creator>John D99</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/question-how-to-format-new-hd-473392.html</guid>
		</item>
	</channel>
</rss>
