<?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>High Tech Sorcery &#187; windows</title>
	<atom:link href="http://hightechsorcery.com/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://hightechsorcery.com</link>
	<description>technology indistinguishable from magic</description>
	<lastBuildDate>Tue, 01 May 2012 08:48:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Installing Windows GPLPV Drivers in Xen</title>
		<link>http://hightechsorcery.com/2012/01/installing-windows-gplpv-drivers-in-xen/</link>
		<comments>http://hightechsorcery.com/2012/01/installing-windows-gplpv-drivers-in-xen/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 21:02:21 +0000</pubDate>
		<dc:creator>specialj</dc:creator>
				<category><![CDATA[virtualization]]></category>
		<category><![CDATA[bcdedit]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[gplpv]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://hightechsorcery.com/?p=370</guid>
		<description><![CDATA[I&#8217;ve done this enough times to know it by heart but I remember when I tried to find documentation on this step I ran into countless inaccurate and outdated examples.  So here&#8217;s what I do to get the Windows GPL PV drivers installed under Xen. Download the drivers from meadowcourt.org.  As of 1/18/2012 the latest [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve done this enough times to know it by heart but I remember when I tried to find documentation on this step I ran into countless inaccurate and outdated examples.  So here&#8217;s what I do to get the Windows GPL PV drivers installed under Xen.</p>
<ol>
<li>Download the drivers from <a href="http://www.meadowcourt.org/downloads/">meadowcourt.org</a>.  As of 1/18/2012 the latest version is 0.11.0.308.  You&#8217;ll need to get the appropriate drivers for your OS.</li>
<li>turn testsigning off on Windows</li>
<ol>
<li>bcedit</li>
<ul>
<li>I like to check out the config first</li>
</ul>
<li>bcdedit /set {current} testsigning on</li>
<ul>
<li>this turns testsigning on</li>
</ul>
<li>bcdedit</li>
</ol>
<ul>
<ul>
<li>I usually run this again to make sure &#8220;testsigning Yes&#8221; appears</li>
</ul>
</ul>
<li>restart windows. upon restart the system should indicate it is in &#8220;Test Mode&#8221;</li>
<li>install the drivers msi file that was downloaded. I always choose &#8220;Typical&#8221; installation. I choose not to restart at this point.</li>
<li>create new default boot option</li>
<ol>
<li>bcdedit /copy {current} /d &#8220;GPLPV</li>
<ul>
<li>this will copy the current boot setup into a new one called GPLPV</li>
<li>pay attention to the id returned here</li>
</ul>
<li>bcdedit /default ID</li>
<ul>
<li>replace ID with the id from the copy command</li>
<li>this sets the new menu to be the default</li>
</ul>
<li>bcdedit /set {default} loadoptions GPLPV</li>
<ul>
<li>this makaes this option use GPLPV drivers</li>
</ul>
<li>bcdedit</li>
<ul>
<li>double check everything</li>
</ul>
</ol>
<li>restart windows</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://hightechsorcery.com/2012/01/installing-windows-gplpv-drivers-in-xen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling remote desktop on Windows</title>
		<link>http://hightechsorcery.com/2010/01/enabling-remote-desktop-on-windows/</link>
		<comments>http://hightechsorcery.com/2010/01/enabling-remote-desktop-on-windows/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 02:24:03 +0000</pubDate>
		<dc:creator>specialj</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[rdp]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://hightechsorcery.com/?p=18</guid>
		<description><![CDATA[I sent this to a client who didn&#8217;t know how to enable remote desktop administration in windows.]]></description>
			<content:encoded><![CDATA[<p>I sent this to a client who didn&#8217;t know <a href="http://support.microsoft.com/kb/814590">how to enable remote desktop administration in windows</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://hightechsorcery.com/2010/01/enabling-remote-desktop-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

