<?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><![CDATA[Real Geek Forums - Windows XP Help & Support]]></title>
		<link>http://www.realgeek.com/forums</link>
		<description />
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 09:48:57 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.realgeek.com/forums/mpedia/misc/rss.jpg</url>
			<title><![CDATA[Real Geek Forums - Windows XP Help & Support]]></title>
			<link>http://www.realgeek.com/forums</link>
		</image>
		<item>
			<title>How can one decrypt an encypted file without modifying file timestamp?</title>
			<link>http://www.realgeek.com/forums/re-how-can-one-decrypt-an-encypted-file-without-modifying-file-timestamp-475325-new-post.html</link>
			<pubDate>Wed, 21 Jan 2009 10:11:58 GMT</pubDate>
			<description><![CDATA[Ron Hardin wrote:
---Quote---
>
> Enquiring Mind wrote:
---Quote---
> >
> > Hi,
> >
> > I have a desktop computer and a laptop computer both running...]]></description>
			<content:encoded><![CDATA[<div>Ron Hardin 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;<br />
&gt; Enquiring Mind 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;<br />
&gt; &gt; Hi,<br />
&gt; &gt;<br />
&gt; &gt; I have a desktop computer and a laptop computer both running Windows XP with<br />
&gt; &gt; NTFS file system. On the desktop I have an encrypted folder containing<br />
&gt; &gt; several files. I need to make a copy of the encrypted folder on the laptop.<br />
&gt; &gt; I copy the source folder to the Shared Documents folder of the desktop<br />
&gt; &gt; computer, then I would like to copy it from there to the My Documents folder<br />
&gt; &gt; of the laptop. The laptop and the desktop are networked together, of course.<br />
&gt; &gt;<br />
&gt; &gt; The problem is this. If the folder in the Shared Documents folder is still<br />
&gt; &gt; encrypted, it cannot be copied to the laptop's My Documents folder. However<br />
&gt; &gt; if you decrypt the folder to enable it to be copied, all the file timestamps<br />
&gt; &gt; are changed to the time the folder is decrypted. But I want the original<br />
&gt; &gt; time stamp to be retained, because the unencrypted *source* data in the<br />
&gt; &gt; folder files has not been modified by the operation. Any suggestions how<br />
&gt; &gt; this can be done?<br />
&gt; &gt;<br />
&gt; &gt; TIA,<br />
&gt; &gt;<br />
&gt; &gt; Enquiring Mind
			
			<hr />
		</td>
	</tr>
	</table>
</div>&gt;<br />
&gt; Well, if you have Cygwin installed, just make a small file with the timestamp<br />
&gt; you want and set the files you want with that timestamp<br />
&gt;<br />
&gt; $ echo hello world &gt; timestampfile  # create garbage file<br />
&gt; $ touch -r origfile timestampfile   # copy the timestamp of the original<br />
&gt; $ .. do anything you want with the original file<br />
&gt; $ touch -r timestampfile origfile   # copy the timestamp back to the original<br />
&gt; $ rm timestampfile                  # delete the garbage file<br />
&gt;<br />
&gt; Presumably you can do the same thing with a linux live CD.  Modern ubuntus<br />
&gt; for example understand NFTS filesystems.  Try it with a dummy file first.<br />
&gt;
			
			<hr />
		</td>
	</tr>
	</table>
</div>Incidentally you can copy the encrypted file as easily; but I suppose the encryption<br />
won't decrypt properly on the laptop host.<br />
<br />
$ cd &quot;//desktop/cygdrive/c/Documents and Settings/username/My Documents&quot; # execute on the laptop<br />
$ ls origfile | cpio -pm &quot;/cygdrive/c/Documents and Settings/username/My Documents&quot;<br />
<br />
which will retain the timestamp (-pm)<br />
<br />
I don't know how anybody lives with Windows without Cygwin to do things.<br />
--<br />
<a href="mailto:rhhardin@mindspring.com">rhhardin@mindspring.com</a><br />
<br />
On the internet, nobody knows you're a jerk.<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-help-and-support-27/"><![CDATA[Windows XP Help & Support]]></category>
			<dc:creator>Enquiring Mind</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/re-how-can-one-decrypt-an-encypted-file-without-modifying-file-timestamp-475325.html</guid>
		</item>
		<item>
			<title>How to delete or relocate uninstalled folders</title>
			<link>http://www.realgeek.com/forums/how-to-delete-or-relocate-uninstalled-folders-475324-new-post.html</link>
			<pubDate>Wed, 21 Jan 2009 08:06:13 GMT</pubDate>
			<description>Having run some service packs and various Microsoft patches on XP, I
discovered that the windows folder has a large number of uninstalled
folders in...</description>
			<content:encoded><![CDATA[<div>Having run some service packs and various Microsoft patches on XP, I<br />
discovered that the windows folder has a large number of uninstalled<br />
folders in it. What is the proper way to delete or relocate these<br />
folders to archive them?<br />
<br />
I found a Knowledge Base article on similar issues by for Win2000. I<br />
want to know how to do this on XP.<br />
<br />
Thanks for any help.<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-help-and-support-27/"><![CDATA[Windows XP Help & Support]]></category>
			<dc:creator>phuile</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/how-to-delete-or-relocate-uninstalled-folders-475324.html</guid>
		</item>
		<item>
			<title>Recover space from Windows Indexing</title>
			<link>http://www.realgeek.com/forums/recover-space-from-windows-indexing-475323-new-post.html</link>
			<pubDate>Wed, 21 Jan 2009 08:03:33 GMT</pubDate>
			<description>After installing Windows Indexing, I discovered that it uses up more
than 4GB of space. I now want to disable indexing and recover the disk
space....</description>
			<content:encoded><![CDATA[<div>After installing Windows Indexing, I discovered that it uses up more<br />
than 4GB of space. I now want to disable indexing and recover the disk<br />
space. What is the proper way of doing this?<br />
<br />
Thanks for any help.<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-help-and-support-27/"><![CDATA[Windows XP Help & Support]]></category>
			<dc:creator>phuile</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/recover-space-from-windows-indexing-475323.html</guid>
		</item>
		<item>
			<title>Prompt is missing for side-2 of duplex printing</title>
			<link>http://www.realgeek.com/forums/prompt-is-missing-for-side-2-of-duplex-printing-475322-new-post.html</link>
			<pubDate>Wed, 21 Jan 2009 07:27:01 GMT</pubDate>
			<description><![CDATA[I've got a weird one.  I use 2-side printing very often.  During a system
reboot, the informational message with graphics showing how to flip the...]]></description>
			<content:encoded><![CDATA[<div>I've got a weird one.  I use 2-side printing very often.  During a system<br />
reboot, the informational message with graphics showing how to flip the paper<br />
and with 2 buttons (resume printing &amp; cancel) in a large box was up just<br />
before reboot.  As a result of a uninitialized semaphore, this box will NEVER<br />
re-appear for any future print jobs.  Without this box &amp; buttons, there is no<br />
way of resumming the print job on side-2.  No error messages, no boxes, no<br />
nutt'ng.  The printer just pauses, pauses, and more pauses until I kill the<br />
print job.  The job is killable.<br />
<br />
The Epson R300 printer was deleted, upgraded, reinstalled, and installed a<br />
&quot;copy 2&quot; of the printer.  Problem unchanged with all instances of R300.  You<br />
can't print on side-2 without the box (continue printing button).  The<br />
&quot;resume&quot; dropdown of the All Active Printers &amp; Faxes does not perform a<br />
resume as it was not &quot;pause&quot;d.<br />
<br />
The manufacturer (EPSON) has been no help as it says &quot;it is a weird<br />
problem&quot;.  I tried all kinds of solutions:  1) printing in &quot;RAW&quot; mode, 2)<br />
changing winprint print processors, 3)turning off sooling, and 4)firing up my<br />
registry monitoring program looking for the semaphore.  I even deleted ALL<br />
registry keys belonging in any way with EPSON after deleting printer and<br />
re-installing.  No Luck!<br />
<br />
The OS is Windows XP Pro with SP3.  This problem appeared many months after<br />
upgrading to SP3 so SP3 if not the problem.  I still beleive it is an<br />
uninitialized semaphore problem that failed to get reset after a system<br />
reboot.<br />
<br />
Reloading the OS is not an option as it a production system running multiple<br />
web servers.<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-help-and-support-27/"><![CDATA[Windows XP Help & Support]]></category>
			<dc:creator>p_e_mcferrin@yahoo.com</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/prompt-is-missing-for-side-2-of-duplex-printing-475322.html</guid>
		</item>
		<item>
			<title>system back up</title>
			<link>http://www.realgeek.com/forums/system-back-up-475293-new-post.html</link>
			<pubDate>Wed, 21 Jan 2009 04:29:01 GMT</pubDate>
			<description><![CDATA[Mike Torello <torellom@chicoplt.com> wrote:

---Quote---
>jojo <jojo@discussions.microsoft.com> wrote:
>
---Quote---
>>I was trying to find where to...]]></description>
			<content:encoded><![CDATA[<div>Mike Torello &lt;torellom@chicoplt.com&gt; 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;jojo &lt;jojo@discussions.microsoft.com&gt; 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;I was trying to find where to run a system backup and discovered I do not<br />
&gt;&gt;have that option in run:/programs/accessories/system tools.  Had my hubby<br />
&gt;&gt;check his computer and he does.  We both have Windows XP.  How do I get it?<br />
&gt;&gt;Computer didn't come with a Windows XP cd.
			
			<hr />
		</td>
	</tr>
	</table>
</div>&gt;<br />
&gt;You can download it:<br />
&gt;<br />
&gt;<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7da725e2-8b69-4c65-afa3-2a53107d54a7&amp;displaylang=en" target="_blank">http://www.microsoft.com/downloads/d...displaylang=en</a>
			
			<hr />
		</td>
	</tr>
	</table>
</div>Try this one instead:<br />
<br />
<a href="http://www.winxptutor.com/ntbackup.htm" target="_blank">http://www.winxptutor.com/ntbackup.htm</a><br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-help-and-support-27/"><![CDATA[Windows XP Help & Support]]></category>
			<dc:creator>jojo</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/system-back-up-475293.html</guid>
		</item>
		<item>
			<title>Something 4 Everyone</title>
			<link>http://www.realgeek.com/forums/something-4-everyone-475122-new-post.html</link>
			<pubDate>Wed, 21 Jan 2009 01:40:13 GMT</pubDate>
			<description>---
Leonard Grey
Errare humanum est

Tom Jones wrote:</description>
			<content:encoded><![CDATA[<div><br />
---<br />
Leonard Grey<br />
Errare humanum est<br />
<br />
Tom Jones wrote:<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-help-and-support-27/"><![CDATA[Windows XP Help & Support]]></category>
			<dc:creator>Tom Jones</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/something-4-everyone-475122.html</guid>
		</item>
		<item>
			<title>no keyboard and mouse drivers - how do i install them?</title>
			<link>http://www.realgeek.com/forums/no-keyboard-and-mouse-drivers-how-do-i-install-them-475121-new-post.html</link>
			<pubDate>Tue, 20 Jan 2009 23:29:24 GMT</pubDate>
			<description><![CDATA[On 21 Jan, 00:21, "Buffalo" <E...@nada.com.invalid> wrote:

---Quote---
> Are they 'wired' units or wireless?
> If they are wireless, put new...]]></description>
			<content:encoded><![CDATA[<div>On 21 Jan, 00:21, &quot;Buffalo&quot; &lt;E...@nada.com.invalid&gt; 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; Are they 'wired' units or wireless?<br />
&gt; If they are wireless, put new batteries in them.<br />
&gt; If they are wired, I have no idea.
			
			<hr />
		</td>
	</tr>
	</table>
</div>wired.<br />
<br />
didds<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-help-and-support-27/"><![CDATA[Windows XP Help & Support]]></category>
			<dc:creator>didds</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/no-keyboard-and-mouse-drivers-how-do-i-install-them-475121.html</guid>
		</item>
		<item>
			<title>Windows wont Boot unexpectedly!</title>
			<link>http://www.realgeek.com/forums/windows-wont-boot-unexpectedly-475120-new-post.html</link>
			<pubDate>Tue, 20 Jan 2009 23:01:03 GMT</pubDate>
			<description>BJ

Open your CD or DVD ROM and put your Windows XP CD in there. Shut down your computer
with the XP disc inside and then open the computer with the...</description>
			<content:encoded><![CDATA[<div>BJ<br />
<br />
Open your CD or DVD ROM and put your Windows XP CD in there. Shut down your computer<br />
with the XP disc inside and then open the computer with the XP disk in your<br />
CD\DVD-ROM. What happens???<br />
<br />
Then Follow the instructions by Daave on what he posted concerning the MS KB on a<br />
corrupted Registry<br />
<br />
--<br />
Peter<br />
<br />
Please Reply to Newsgroup for the benefit of others<br />
Requests for assistance by email can not and will not be acknowledged.<br />
<br />
&quot;BJ&quot; &lt;BJ@discussions.microsoft.com&gt; wrote in message<br />
news:71CC3A11-E955-42CD-83D1-34B08FC2BB58@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; Thank you for your reply. and I would really like to try this but when my<br />
&gt; computer is stuck at the Dell logo loading screen when I first push the power<br />
&gt; button for my computer my keyboard seems completely useless because any<br />
&gt; button I push does not work and I can't do anything at all...<br />
&gt;<br />
&gt; &quot;Daave&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; Follow the instructions on this page:<br />
&gt;&gt;<br />
&gt;&gt; &quot;How to recover from a corrupted registry that prevents Windows XP from<br />
&gt;&gt; starting&quot;<br />
&gt;&gt; <a href="http://support.microsoft.com/kb/307545" target="_blank">http://support.microsoft.com/kb/307545</a><br />
&gt;&gt;<br />
&gt;&gt; It's tedious, but it should work. For Step 3 in Part Four, choose a<br />
&gt;&gt; restore point that was made *before* the time you saw the first error<br />
&gt;&gt; message you mentioned below.<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt; &quot;BJ&quot; &lt;BJ@discussions.microsoft.com&gt; wrote in message<br />
&gt;&gt; news:EDA3667B-DD50-4917-A095-0EB3B79D9C0E@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; yes i do have an offical windows xp pro cd<br />
&gt;&gt; &gt;<br />
&gt;&gt; &gt; &quot;DL&quot; wrote:<br />
&gt;&gt; &gt;<br />
&gt;&gt; &gt;&gt; Do you have an actual winxp cd or only a Dell recovery cd?<br />
&gt;&gt; &gt;&gt;<br />
&gt;&gt; &gt;&gt; &quot;BJ&quot; &lt;BJ@discussions.microsoft.com&gt; wrote in message<br />
&gt;&gt; &gt;&gt; news:847B4A6D-8D35-4EB7-ACE3-0E554A508DA1@microsoft.com...<br />
&gt;&gt; &gt;&gt; &gt; My computer has been running perfectly fine for some time now and<br />
&gt;&gt; &gt;&gt; &gt; just<br />
&gt;&gt; &gt;&gt; &gt; today<br />
&gt;&gt; &gt;&gt; &gt; when I got home and tried to turn it on my computer seemed to stop<br />
&gt;&gt; &gt;&gt; &gt; booting<br />
&gt;&gt; &gt;&gt; &gt; up. I bought this computer from dell a few years ago and it is now<br />
&gt;&gt; &gt;&gt; &gt; off<br />
&gt;&gt; &gt;&gt; &gt; warranty and they wont help me unless I pay them which is something<br />
&gt;&gt; &gt;&gt; &gt; I<br />
&gt;&gt; &gt;&gt; &gt; can't<br />
&gt;&gt; &gt;&gt; &gt; afford at the moment. This problem was very VERY unexpected.<br />
&gt;&gt; &gt;&gt; &gt;<br />
&gt;&gt; &gt;&gt; &gt; Heres what happens:<br />
&gt;&gt; &gt;&gt; &gt; I turn on my PC and the DELL logo screen with the loading bar at<br />
&gt;&gt; &gt;&gt; &gt; the<br />
&gt;&gt; &gt;&gt; &gt; bottom<br />
&gt;&gt; &gt;&gt; &gt; shows up and looks like its loaded about 20-25% and then freezes<br />
&gt;&gt; &gt;&gt; &gt; and<br />
&gt;&gt; &gt;&gt; &gt; doesn't<br />
&gt;&gt; &gt;&gt; &gt; move from then on.<br />
&gt;&gt; &gt;&gt; &gt;<br />
&gt;&gt; &gt;&gt; &gt; I've waited around 30 minutes to see if anything would happen and<br />
&gt;&gt; &gt;&gt; &gt; NOTHING<br />
&gt;&gt; &gt;&gt; &gt; at<br />
&gt;&gt; &gt;&gt; &gt; all changes.<br />
&gt;&gt; &gt;&gt; &gt; I am completely unable to do anything to boot up my computer in<br />
&gt;&gt; &gt;&gt; &gt; safe mode<br />
&gt;&gt; &gt;&gt; &gt; or<br />
&gt;&gt; &gt;&gt; &gt; from the last known good configuration.<br />
&gt;&gt; &gt;&gt; &gt;<br />
&gt;&gt; &gt;&gt; &gt; Last changes to my computer and the possible problem causer:<br />
&gt;&gt; &gt;&gt; &gt; Yesterday while starting my computer for the first time that day I<br />
&gt;&gt; &gt;&gt; &gt; got a<br />
&gt;&gt; &gt;&gt; &gt; message saying &quot;Windows has recovered from a serious error&quot; which I<br />
&gt;&gt; &gt;&gt; &gt; normally<br />
&gt;&gt; &gt;&gt; &gt; don't get this message. I looked into it and said this was possibly<br />
&gt;&gt; &gt;&gt; &gt; caused<br />
&gt;&gt; &gt;&gt; &gt; by<br />
&gt;&gt; &gt;&gt; &gt; my videocard drivers not being up to date and was instructed to do<br />
&gt;&gt; &gt;&gt; &gt; a<br />
&gt;&gt; &gt;&gt; &gt; windows<br />
&gt;&gt; &gt;&gt; &gt; update and install the new driver. I did this and installed the<br />
&gt;&gt; &gt;&gt; &gt; drivers on<br />
&gt;&gt; &gt;&gt; &gt; windows update for my video card &quot;NVIDIA GeForce 7950 GX2&quot; and<br />
&gt;&gt; &gt;&gt; &gt; during this<br />
&gt;&gt; &gt;&gt; &gt; installation I got an error message saying there was a problem and<br />
&gt;&gt; &gt;&gt; &gt; the<br />
&gt;&gt; &gt;&gt; &gt; installation had to end and I pushed &quot;end now&quot; and the dialog box<br />
&gt;&gt; &gt;&gt; &gt; went<br />
&gt;&gt; &gt;&gt; &gt; away<br />
&gt;&gt; &gt;&gt; &gt; BUT the installation process for this new driver was still running<br />
&gt;&gt; &gt;&gt; &gt; and<br />
&gt;&gt; &gt;&gt; &gt; then<br />
&gt;&gt; &gt;&gt; &gt; completed and prompted me to restart my computer. I did this and it<br />
&gt;&gt; &gt;&gt; &gt; seemed<br />
&gt;&gt; &gt;&gt; &gt; to<br />
&gt;&gt; &gt;&gt; &gt; have worked fine.<br />
&gt;&gt; &gt;&gt; &gt;<br />
&gt;&gt; &gt;&gt; &gt; Now today after my computer was shut down for the night. My<br />
&gt;&gt; &gt;&gt; &gt; computer does<br />
&gt;&gt; &gt;&gt; &gt; what I mentioned above.<br />
&gt;&gt; &gt;&gt; &gt;<br />
&gt;&gt; &gt;&gt; &gt; I need any help or ideas anyone can give.<br />
&gt;&gt; &gt;&gt; &gt; Thanks.<br />
&gt;&gt; &gt;&gt; &gt;<br />
&gt;&gt; &gt;&gt;<br />
&gt;&gt; &gt;&gt;<br />
&gt;&gt; &gt;&gt;
			
			<hr />
		</td>
	</tr>
	</table>
</div>&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt;
			
			<hr />
		</td>
	</tr>
	</table>
</div>
			
			<hr />
		</td>
	</tr>
	</table>
</div></div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-help-and-support-27/"><![CDATA[Windows XP Help & Support]]></category>
			<dc:creator>BJ</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/windows-wont-boot-unexpectedly-475120.html</guid>
		</item>
		<item>
			<title>Get UK TV Abroad (BBC iPlayer, ITV, Ch4, Ch5, Zattoo)</title>
			<link>http://www.realgeek.com/forums/get-uk-tv-abroad-bbc-iplayer-itv-ch4-ch5-zattoo-475119-new-post.html</link>
			<pubDate>Tue, 20 Jan 2009 22:36:06 GMT</pubDate>
			<description>Do you live abroad? Looking for your own language of tv? Whether
abroad for work purposes, retirement, vacation, or any reason, you can
take your...</description>
			<content:encoded><![CDATA[<div>Do you live abroad? Looking for your own language of tv? Whether<br />
abroad for work purposes, retirement, vacation, or any reason, you can<br />
take your preferred tv services with you! If your a Zattoo fan we have<br />
several packages for you. Our dedicated tv services provide you with a<br />
wide variety of choices and channels. <a href="http://www.intl-alliance.com/store" target="_blank">http://www.intl-alliance.com/store</a><br />
<br />
Our German Zattoo TV Package consists of the following channels:<br />
<a href="http://www.intl-alliance.com/store/index.php?main_page=index&amp;cPath=13" target="_blank">http://www.intl-alliance.com/store/i...index&amp;cPath=13</a><br />
<br />
ARD Das Erste (Deutsche),ZDF (Deutsche),DSF (Deutsche),Ki.Ka<br />
(Deutsche),3sat (Deutsche),Arte (Deutsche),NDR (Deutsche),WDR<br />
(Deutsche),MDR (Deutsche),BR (Deutsche),SWR Baden-Wurttemberg<br />
(Deutsche),SWR Rheinland-Pfalz (Deutsche),HR (Deutsche),RBB Berlin<br />
(Deutsche),SR (Deutsche),Radio Bremen TV (Deutsche),Phoenix<br />
(Deutsche),Das Vierte (English),Tele 5 (Deutsche),Nickelodeon<br />
(Deutsche),VIVA (Deutsche),MTV (English),DMAX (Deutsche),Comedy<br />
Central (Deutsche),BR Alpha (Deutsche),Eins Plus (Deutsche),Eins Extra<br />
(Deutsche),Eins Festival (Deutsche),ZDF Infokanal (Deutsche),ZDF<br />
Dokukanal (Deutsche),ZDF Theaterkanal (Deutsche),Giga (Deutsche),Tier<br />
Tv (Deutsche),TV Gusto (Deutsche),ABC News Now (English),Al Jazeera<br />
(English),Aragon Television (Multi-Language),AutoMoto TV<br />
(Deutsche),Bloomberg (Deutsche),CNN International (English),ETB Sat<br />
(Spanish),Extremadura TV (Spanish),France 24 (French),LUXE TV<br />
(Deutsche),R1 (Russian),SF Info (Deutsche),Sumo TV (English),Telezuri<br />
(Deutsche + Swiss),The Poker Channel (English),NDR Mecklenberg<br />
Vorpommern (Deutsche),NDR Hamburg (Deutsche),NDR Niedersachsen<br />
(Deutsche),NDR Schleswig-Holstein (Deutsche),WDR Aachen (Deutsche),WDR<br />
Bonn (Deutsche),WDR Dortmund (Deutsche),WDR Duisburg (Deutsche),WDR<br />
Dusseldorf (Deutsche),WDR Essen (Deutsche),WDR Muenster (Deutsche),WDR<br />
Siegen (Deutsche),WDR Wuppertal (Deutsche),1Live Radio<br />
(Deutsche),Bayern 3 Radio (Deutsche),Bremen Eins Radio<br />
(English),Bremen Vier Radio (English),Das Ding Radio<br />
(Deutsche),Deutsche Well 1 (Deutsche),Deutschlandradio Kultur<br />
(English),Fritz Radio (Deutsche),HR 3 Radio (Deutsche),MDR Info Radio<br />
(Deutsche),MDR Jump Radio (Deutsche),N-Joy Radio (Deutsche),NDR 2<br />
Radio (Deutsche),On 3 Radio (English),SR 1 Radio (Deutsche),SR 3 Radio<br />
(Deutsche),SWR 3 Radio (Deutsche),WDR 2 Radio (Deutsche),YOU FM<br />
(English),<br />
<br />
For those of you abroad interested in United Kingdom (British) Zattoo<br />
we offer:<br />
<a href="http://www.intl-alliance.com/store/index.php?main_page=index&amp;cPath=11" target="_blank">http://www.intl-alliance.com/store/i...index&amp;cPath=11</a><br />
<br />
BBC 1 England,BBC 2 England,BBC 3,BBC 4,BBC News,BBC Parliament,ITV 1<br />
London, Channel4 ,Channel 5, CBeebies,CBBC,S4C,Community<br />
Channel,Information TV,ABC News Now,Al Jazeera,AutoMoto<br />
TV,Bloomberg,Deutsche Welle,EuroNews,France 24,Russia Today,SF<br />
Info,Sumo TV,Telezuri,The Poker Channel,Ulster TV,STV,ITV Wales,BBC<br />
Two Wales,BBC Two Scotland,BBC Two Northern Ireland,BBC One Wales,BBC<br />
One Scotland,BBC One Northern Ireland,<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-help-and-support-27/"><![CDATA[Windows XP Help & Support]]></category>
			<dc:creator>International Alliance Privacy Services</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/get-uk-tv-abroad-bbc-iplayer-itv-ch4-ch5-zattoo-475119.html</guid>
		</item>
		<item>
			<title>lost my microsoft word/ office program when I reformatted my pc.</title>
			<link>http://www.realgeek.com/forums/lost-my-microsoft-word-office-program-when-i-reformatted-my-pc-475118-new-post.html</link>
			<pubDate>Tue, 20 Jan 2009 21:03:01 GMT</pubDate>
			<description><![CDATA[pamela guy 1967 wrote:
---Quote---
> Ok heres another one that your all gonna think " how dumb" . I use a video
> program ,  I was useing a dial up...]]></description>
			<content:encoded><![CDATA[<div>pamela guy 1967 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; Ok heres another one that your all gonna think &quot; how dumb&quot; . I use a video<br />
&gt; program ,  I was useing a dial up connection(only thing available in my area)<br />
&gt; and all worked well it was just slow. Well I wasnt satisfied with the speed<br />
&gt; so I went with satilite connection.(woooohooo) way faster. But, My video<br />
&gt; program didnt work correctly, well After fooling with it for a couple months<br />
&gt; , I thought well ill just reformatte my pc back to factory settings ( I have<br />
&gt; all the cds that came with my new pc). And so I did. Well now its snowing out<br />
&gt; and I couldnt get to work, I figure Ill just do the work at home. Nooooo, I<br />
&gt; dont have any word program to work with. All I have is word perfect and that<br />
&gt; does not work or save anything like I need it to. Can someone please tell me<br />
&gt; how to get Microsoft word back on my pc?
			
			<hr />
		</td>
	</tr>
	</table>
</div><br />
Simply use the CD from which Word was originally installed to<br />
re-install it.  If Word came pre-installed on your computer, the<br />
necessary installation CD and documentation will be with the rest of the<br />
CDs and paperwork that came with the computer.<br />
<br />
<br />
--<br />
<br />
Bruce Chambers<br />
<br />
Help us help you:<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 />
<a href="http://support.microsoft.com/default.aspx/kb/555375" target="_blank">http://support.microsoft.com/default.aspx/kb/555375</a><br />
<br />
They that can give up essential liberty to obtain a little temporary<br />
safety deserve neither liberty nor safety. ~Benjamin Franklin<br />
<br />
Many people would rather die than think; in fact, most do. ~Bertrand Russell<br />
<br />
The philosopher has never killed any priests, whereas the priest has<br />
killed a great many philosophers.<br />
~ Denis Diderot<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-help-and-support-27/"><![CDATA[Windows XP Help & Support]]></category>
			<dc:creator>pamela guy 1967</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/lost-my-microsoft-word-office-program-when-i-reformatted-my-pc-475118.html</guid>
		</item>
		<item>
			<title>Blue screen while installing XP</title>
			<link>http://www.realgeek.com/forums/blue-screen-while-installing-xp-475117-new-post.html</link>
			<pubDate>Tue, 20 Jan 2009 20:11:02 GMT</pubDate>
			<description><![CDATA["Wiped my hd & put in xp cd,then booted up". Specific actions as to what
you did at those times would help...When installing xp from xp cd,set xp...]]></description>
			<content:encoded><![CDATA[<div>&quot;Wiped my hd &amp; put in xp cd,then booted up&quot;. Specific actions as to what<br />
you did at those times would help...When installing xp from xp cd,set xp cd<br />
as 1st boot device,hd 2nd in BIOS,boot to xp cd,select install xp,new<br />
copy,delete<br />
the partition(s),create one,then let xp format &amp; install auto...<br />
<br />
&quot;Kishor Bhalerao&quot; 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; I wiped my drive and put in my WinXP Professional CD and booted up.  Windows<br />
&gt; copied over the files to start up and right after it said &quot;setup is starting<br />
&gt; windows, BOOM. I come up to a blue screen error that I am not used to<br />
&gt; handling.  It is:<br />
&gt;<br />
&gt; Stop: 0x0000007E (0xc0000005, 0xf76440bf, 0xf7a90208, oxf7a8ff08)<br />
&gt;<br />
&gt; pci.sys - address f76440bf base at f763d000, date stamp 3b7d855c<br />
&gt;<br />
&gt; I've tried this 4 times and it keeps going the same way.<br />
&gt;
			
			<hr />
		</td>
	</tr>
	</table>
</div></div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-help-and-support-27/"><![CDATA[Windows XP Help & Support]]></category>
			<dc:creator>Kishor Bhalerao</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/blue-screen-while-installing-xp-475117.html</guid>
		</item>
		<item>
			<title>Windows Live ID ????</title>
			<link>http://www.realgeek.com/forums/windows-live-id-475116-new-post.html</link>
			<pubDate>Tue, 20 Jan 2009 19:51:58 GMT</pubDate>
			<description><![CDATA[My wife is getting a "Windows Live Account Sign In" pop up on her computer.

She doesn't know where she got it from. How can I rid her computer of...]]></description>
			<content:encoded><![CDATA[<div>My wife is getting a &quot;Windows Live Account Sign In&quot; pop up on her computer.<br />
<br />
She doesn't know where she got it from. How can I rid her computer of this.<br />
<br />
Thanks<br />
<br />
Paul Anton<br />
<br />
<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-help-and-support-27/"><![CDATA[Windows XP Help & Support]]></category>
			<dc:creator>Tri-Pacer</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/windows-live-id-475116.html</guid>
		</item>
		<item>
			<title>Date format changes on its own</title>
			<link>http://www.realgeek.com/forums/date-format-changes-on-its-own-475115-new-post.html</link>
			<pubDate>Tue, 20 Jan 2009 19:27:02 GMT</pubDate>
			<description><![CDATA[James Thomas wrote:
---Quote---
> My date format continues to change every day to European format 
> (dd/mm/yyyyy).  I change it every day in...]]></description>
			<content:encoded><![CDATA[<div>James Thomas 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; My date format continues to change every day to European format <br />
&gt; (dd/mm/yyyyy).  I change it every day in Regional and Languages, but can you <br />
&gt; please figure out how to make it stay in the correct, US date format?  I <br />
&gt; can’t tell if I’m in the US or Europe!
			
			<hr />
		</td>
	</tr>
	</table>
</div>Maybe this:<br />
<br />
<a href="http://www.kellys-korner-xp.com/xp_tweaks.htm" target="_blank">http://www.kellys-korner-xp.com/xp_tweaks.htm</a><br />
Line 30.  Windows XP Doesn't Save User Settings<br />
<br />
-- <br />
Joe   =o)<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-help-and-support-27/"><![CDATA[Windows XP Help & Support]]></category>
			<dc:creator>James Thomas</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/date-format-changes-on-its-own-475115.html</guid>
		</item>
		<item>
			<title>Already have vista, needing to add XP</title>
			<link>http://www.realgeek.com/forums/already-have-vista-needing-to-add-xp-475114-new-post.html</link>
			<pubDate>Tue, 20 Jan 2009 18:18:24 GMT</pubDate>
			<description><![CDATA[Mindie Thomas wrote:
---Quote---
> It is possible that I will be taking on a job that requires me to have
> XP on my system.  Obviously I do not want...]]></description>
			<content:encoded><![CDATA[<div>Mindie Thomas 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 is possible that I will be taking on a job that requires me to have<br />
&gt; XP on my system.  Obviously I do not want to purchase a new computer<br />
&gt; since this one is only a couple months old.  I was told that I could<br />
&gt; partition off my hard drive and create an XP section.<br />
&gt;<br />
&gt; Is this something I can do or should I have a computer expert do it?<br />
&gt;
			
			<hr />
		</td>
	</tr>
	</table>
</div><br />
First and foremost, if the specific computer model in question was<br />
designed specifically for Vista, there may well be no WinXP-specific<br />
device drivers available to make the computer's diverse components work<br />
properly.  If this proves to be the case , installing WinXP in a virtual<br />
machine would be your best - possibly only - option, anyway.  Consult<br />
the computer's manufacturer about the availability of device drivers.<br />
Secondly, adding another OS might void any support agreements and,<br />
sometimes, even the warranty.  Again, consult the computer's<br />
manufacturer for specifics.<br />
<br />
If WinXP do device drivers exist, then you can proceed.<br />
<br />
Normally, the older OS must be installed first unless you wish to<br />
acquire and use some 3rd-party partition and boot management utility.<br />
(In which case you have to follow the instructions provided by whatever<br />
3rd party solution you select.) However, this KB Article (not for the<br />
faint of heart or technically-challenged) explains how to repair the<br />
Vista boot process after installing WinXP:<br />
<br />
Windows Vista no longer starts after you install an earlier version of<br />
the Windows operating system in a dual-boot configuration<br />
<a href="http://support.microsoft.com/kb/919529" target="_blank">http://support.microsoft.com/kb/919529</a><br />
<br />
MS-MVP John Barnett's Guide is considerably more user-friendly:<br />
<a href="http://vistasupport.mvps.org/install_windows_xp_on_machine_running_vista.htm" target="_blank">http://vistasupport.mvps.org/install...ning_vista.htm</a><br />
<br />
However, dual-booting is no longer necessary in a great many<br />
situations. Why not download a Virtual Machine application, such as<br />
Microsoft's VirtualPC 2007<br />
(<a href="http://www.microsoft.com/downloads/search.asp?" target="_blank">http://www.microsoft.com/downloads/search.asp?</a>) or Innotek's VirtualBox<br />
(<a href="http://www.virtualbox.org/" target="_blank">http://www.virtualbox.org/</a>) and run WinXP and your legacy applications<br />
within a virtual computer?  Both are free and work with Vista.<br />
<br />
NOTE:  Microsoft does not support the use of VirtualPC 2007 on Vista<br />
Home editions, but several people have reported that it works.  Your<br />
results may vary.<br />
<br />
<br />
--<br />
<br />
Bruce Chambers<br />
<br />
Help us help you:<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 />
<a href="http://support.microsoft.com/default.aspx/kb/555375" target="_blank">http://support.microsoft.com/default.aspx/kb/555375</a><br />
<br />
They that can give up essential liberty to obtain a little temporary<br />
safety deserve neither liberty nor safety. ~Benjamin Franklin<br />
<br />
Many people would rather die than think; in fact, most do. ~Bertrand Russell<br />
<br />
The philosopher has never killed any priests, whereas the priest has<br />
killed a great many philosophers.<br />
~ Denis Diderot<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-help-and-support-27/"><![CDATA[Windows XP Help & Support]]></category>
			<dc:creator>Mindie Thomas</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/already-have-vista-needing-to-add-xp-475114.html</guid>
		</item>
		<item>
			<title>Can new mice be used with older Receiver 1.0A?</title>
			<link>http://www.realgeek.com/forums/can-new-mice-be-used-with-older-receiver-1-0a-475112-new-post.html</link>
			<pubDate>Tue, 20 Jan 2009 15:08:05 GMT</pubDate>
			<description>With my WinXP, I am using a MS Wireless Multimedia Keyboard 1.0A, and MS
Optical Mouse, both using a single MS Wireless Optical Desktop...</description>
			<content:encoded><![CDATA[<div>With my WinXP, I am using a MS Wireless Multimedia Keyboard 1.0A, and MS<br />
Optical Mouse, both using a single MS Wireless Optical Desktop Receiver<br />
1.0A, all bought at the same time in December 2003.<br />
<br />
The wireless mouse now needs replacing (damaged case).  Can any of the new<br />
MS optical/laser mice be used with the old Optical Desktop Receiver 1.0A?<br />
Reading the product specifications suggests it is normal for a new mouse to<br />
come packaged with a Receiver, but I am short of spare usb sockets for a<br />
second Receiver. So if there are some mice that will, and some that will<br />
not, it would be useful to know this before buying.<br />
<br />
(Or would the old 1.0A keyboard work with the Receiver supplied with a new<br />
mouse?)<br />
<br />
<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-help-and-support-27/"><![CDATA[Windows XP Help & Support]]></category>
			<dc:creator>Anode</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/can-new-mice-be-used-with-older-receiver-1-0a-475112.html</guid>
		</item>
	</channel>
</rss>
