<?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>phaq &#187; Windows</title>
	<atom:link href="http://phaq.phunsites.net/category/faq/operating-systems/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://phaq.phunsites.net</link>
	<description>"a geeks daily life"</description>
	<lastBuildDate>Mon, 19 Jul 2010 15:57:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Killing a Windows Terminal Session from remote</title>
		<link>http://phaq.phunsites.net/2008/01/25/killing-a-windows-terminal-session-from-remote/</link>
		<comments>http://phaq.phunsites.net/2008/01/25/killing-a-windows-terminal-session-from-remote/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 12:27:13 +0000</pubDate>
		<dc:creator>Gianpaolo Del Matto</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://phaq.phunsites.net/2008/01/25/killing-a-windows-terminal-session-from-remote/</guid>
		<description><![CDATA[Darn it!
Imagine what happens when a Windows box, which is configured for remote administrative terminal mode only, is left with two zombie terminal sessions.
Maybe you are lucky, and Terminal Services Manager does the job for you. In theory, one might connect another host for management purposes.
In case your administrative credentials are different from the ones [...]]]></description>
		<wfw:commentRss>http://phaq.phunsites.net/2008/01/25/killing-a-windows-terminal-session-from-remote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No &#8220;sleep&#8221; command for batch files? Make it a choice!</title>
		<link>http://phaq.phunsites.net/2007/05/05/no-sleep-command-for-batch-files-make-it-a-choice/</link>
		<comments>http://phaq.phunsites.net/2007/05/05/no-sleep-command-for-batch-files-make-it-a-choice/#comments</comments>
		<pubDate>Sat, 05 May 2007 18:35:37 +0000</pubDate>
		<dc:creator>Gianpaolo Del Matto</dc:creator>
				<category><![CDATA[DOS]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://phaq.phunsites.net/2007/05/05/no-sleep-command-for-batch-files-make-it-a-choice/</guid>
		<description><![CDATA[I just trapped myself while hacking up a batch file.
Used to shell scripting I wanted to add a delay to the batch using &#8220;sleep&#8221;.
Dough! Bad Idea! Bad command or filename. Smash your head here to continue {(x)}!
So I winded up my memories from stoneage. Wasn&#8217;t there the choice command!?
Yeah, after some lurking around with the [...]]]></description>
		<wfw:commentRss>http://phaq.phunsites.net/2007/05/05/no-sleep-command-for-batch-files-make-it-a-choice/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>&#8220;Error 1913&#8243; while installing Office 2003 on Vista</title>
		<link>http://phaq.phunsites.net/2007/04/01/error-1913-while-installing-office-2003-on-vista/</link>
		<comments>http://phaq.phunsites.net/2007/04/01/error-1913-while-installing-office-2003-on-vista/#comments</comments>
		<pubDate>Sun, 01 Apr 2007 14:03:11 +0000</pubDate>
		<dc:creator>Gianpaolo Del Matto</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://phaq.phunsites.net/2007/04/01/error-1913-while-installing-office-2003-on-vista/</guid>
		<description><![CDATA[I would have supposed that installing Office 2003 on Windows Vista would simply work.My assumption was so terribly wrong. Not soon after starting Setup it throws this error message at me:

Error 1913: Setup cannot update file
C:\\WIndows\\system32\\mapisvc.inf.
Verify that the file exists in your system and that you have
sufficient permissions to update it.
So, oviously an issue with [...]]]></description>
		<wfw:commentRss>http://phaq.phunsites.net/2007/04/01/error-1913-while-installing-office-2003-on-vista/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Interoperability Problems: Samba, Windows, Rsync and Unicode</title>
		<link>http://phaq.phunsites.net/2006/10/28/interoperability-problems-samba-windows-rsync-and-unicode/</link>
		<comments>http://phaq.phunsites.net/2006/10/28/interoperability-problems-samba-windows-rsync-and-unicode/#comments</comments>
		<pubDate>Sat, 28 Oct 2006 00:19:43 +0000</pubDate>
		<dc:creator>Gianpaolo Del Matto</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.phunsites.net/wp/2006/10/28/interoperability-problems-samba-windows-rsync-and-unicode/</guid>
		<description><![CDATA[A late night experience, thank good I got it fixed right away&#8230;
Imagine this setup:

A Samba file server (primary) and a Windows file server (secondary).
A DFS root which points to the Samba server (as primary) and the Windows server (as secondary, which maintains a replica of the primary).
An rsync client (cwrsync) is installed on the Windows [...]]]></description>
		<wfw:commentRss>http://phaq.phunsites.net/2006/10/28/interoperability-problems-samba-windows-rsync-and-unicode/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Another Positive Experience With Windows Server 2003</title>
		<link>http://phaq.phunsites.net/2006/10/28/another-positive-experience-with-windows-server-2003/</link>
		<comments>http://phaq.phunsites.net/2006/10/28/another-positive-experience-with-windows-server-2003/#comments</comments>
		<pubDate>Fri, 27 Oct 2006 23:30:11 +0000</pubDate>
		<dc:creator>Gianpaolo Del Matto</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.phunsites.net/wp/2006/10/28/another-positive-experience-with-windows-server-2003/</guid>
		<description><![CDATA[While I&#8217;m usually living on the Unix side of live, I sometimes happen to find myself again in the Windows world.
Some may say this is blasphemy, a decent unix admin would never bother in doing Windows, deny the open source idea, be such a scumbag, blablablabla&#8230;
But let me tell you one thing: Windows is not [...]]]></description>
		<wfw:commentRss>http://phaq.phunsites.net/2006/10/28/another-positive-experience-with-windows-server-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
