<?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>Planet e0r</title>
	<atom:link href="http://www.e0r.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.e0r.de</link>
	<description>The music, the IT my family and me</description>
	<lastBuildDate>Tue, 22 Jun 2010 22:57:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WSH script to remove system and user DSN</title>
		<link>http://www.e0r.de/2010/06/wsh-script-to-remove-system-and-user-dsn/</link>
		<comments>http://www.e0r.de/2010/06/wsh-script-to-remove-system-and-user-dsn/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 22:57:05 +0000</pubDate>
		<dc:creator>eor</dc:creator>
				<category><![CDATA[other]]></category>

		<guid isPermaLink="false">http://www.e0r.de/?p=37</guid>
		<description><![CDATA[&#8216;Gregor Stefka
Const HKEY_LOCAL_MACHINE = &#38;H80000002
Const HKEY_CURRENT_USER  = &#38;H80000001
strComputer  = &#8220;.&#8221;
strDSN  = &#8220;YourDSN&#8221;
Set objReg=GetObject(&#8220;winmgmts:{impersonationLevel=impersonate}!\\&#8221; &#38; _
    strComputer &#38; &#8220;\root\default:StdRegProv&#8221;)
 
strKeyPath = &#8220;SOFTWARE\ODBC\ODBC.INI\&#8221; &#38; strDSN
objReg.DeleteKey HKEY_LOCAL_MACHINE, strKeyPath
objReg.DeleteKey HKEY_CURRENT_USER, strKeyPath
strKeyPath = &#8220;SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources&#8221;
objReg.DeleteValue HKEY_LOCAL_MACHINE,strKeyPath,strDSN
objReg.DeleteValue HKEY_CURRENT_USER ,strKeyPath,strDSN
]]></description>
		<wfw:commentRss>http://www.e0r.de/2010/06/wsh-script-to-remove-system-and-user-dsn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WSH Script to add or replace system path variable</title>
		<link>http://www.e0r.de/2010/06/wsh-script-to-add-or-replace-system-path-variable/</link>
		<comments>http://www.e0r.de/2010/06/wsh-script-to-add-or-replace-system-path-variable/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 22:53:56 +0000</pubDate>
		<dc:creator>eor</dc:creator>
				<category><![CDATA[other]]></category>

		<guid isPermaLink="false">http://www.e0r.de/?p=34</guid>
		<description><![CDATA[strNewPath  =&#8221;d:\newpath;&#8221;
strPathToReplace =&#8221;f:\pathToReplace;&#8221;
&#8216;********************************* SET YOUR PATH ABOVE************************
&#8216;Gregor Stefka
Const HKEY_LOCAL_MACHINE  = &#38;H80000002
strComputer    = &#8220;.&#8221;
strKeyPath    = &#8220;SYSTEM\CurrentControlSet\Control\Session Manager\Environment&#8221;
strValueName    = &#8220;Path&#8221;
Set oReg=GetObject(&#8220;winmgmts:{impersonationLevel=impersonate}!\\&#8221; &#38; strComputer &#38; &#8220;\root\default:StdRegProv&#8221;)
oReg.GetExpandedStringValue HKEY_LOCAL_MACHINE,strKeyPath, strValueName,strValue
bAllreadySet    = InStr(1, strValue, strNewPath, 1)
&#8216;Wscript.Echo  &#8220;The OldPath is: &#8221; &#38; strValue
&#8216;Only add if its not set:
If bAllreadySet = 0 then
 If strPathToReplace =&#8221;" or InStr(1, strValue,strPathToReplace, 1) = 0 then
  strNewPath = strNewPath &#38; [...]]]></description>
		<wfw:commentRss>http://www.e0r.de/2010/06/wsh-script-to-add-or-replace-system-path-variable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My new guitar: Gibson Les Paul Studio Faded (Limited WCCR)</title>
		<link>http://www.e0r.de/2010/06/my-new-guitar-gibson-les-paul-studio-faded-limited-wccr/</link>
		<comments>http://www.e0r.de/2010/06/my-new-guitar-gibson-les-paul-studio-faded-limited-wccr/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 12:54:10 +0000</pubDate>
		<dc:creator>eor</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[gibson]]></category>
		<category><![CDATA[guitar]]></category>

		<guid isPermaLink="false">http://www.e0r.de/?p=23</guid>
		<description><![CDATA[A few pics of my new baby...]]></description>
		<wfw:commentRss>http://www.e0r.de/2010/06/my-new-guitar-gibson-les-paul-studio-faded-limited-wccr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cool Photo Tool: Photosynth</title>
		<link>http://www.e0r.de/2008/08/cool-photo-tool-photosynth/</link>
		<comments>http://www.e0r.de/2008/08/cool-photo-tool-photosynth/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 16:01:21 +0000</pubDate>
		<dc:creator>eor</dc:creator>
				<category><![CDATA[other]]></category>

		<guid isPermaLink="false">http://www.e0r.de/2008/08/23/cool-photo-tool-photosynth/</guid>
		<description><![CDATA[Ever&#160; tried to do panorama pictures with your digicam? Its not that easy to use, and hard to do real big panoramas. A tool that makes the shooting and generating of&#160; complete 3D Views easy: Photosynth. Photosynth builds a 3D Point cloud of a photographed object. Take a look at http://photosynth.net/ . An explanation of [...]]]></description>
		<wfw:commentRss>http://www.e0r.de/2008/08/cool-photo-tool-photosynth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>my wish list for the living room</title>
		<link>http://www.e0r.de/2008/07/my-wish-list-for-the-living-room/</link>
		<comments>http://www.e0r.de/2008/07/my-wish-list-for-the-living-room/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 09:46:55 +0000</pubDate>
		<dc:creator>eor</dc:creator>
				<category><![CDATA[other]]></category>

		<guid isPermaLink="false">http://www.e0r.de/2008/07/06/my-wish-list-for-the-living-room/</guid>
		<description><![CDATA[a digital picture frame with the following features:

WiFi 802.11b/g/n&#160; Support
Any UNC/FTP path as a picture source. Maybe online (flickr or Picasa WebAlbum support)
google / outlook Calendar support
RSS feeds support.
a remote control 
a timer (show calendar / RSS news 6:00 &#8211; 8:00 show pics from 15:00 &#8211; 22:00)

a &#8220;Media Player Device&#8221; to stream digital content to [...]]]></description>
		<wfw:commentRss>http://www.e0r.de/2008/07/my-wish-list-for-the-living-room/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intel S5000PSL shows only 2.5GB in Windows 2003 x86</title>
		<link>http://www.e0r.de/2008/05/intel-s5000dl-shows-only-25gb-in-windows-2003-x86/</link>
		<comments>http://www.e0r.de/2008/05/intel-s5000dl-shows-only-25gb-in-windows-2003-x86/#comments</comments>
		<pubDate>Thu, 15 May 2008 16:39:49 +0000</pubDate>
		<dc:creator>eor</dc:creator>
				<category><![CDATA[other]]></category>

		<guid isPermaLink="false">http://www.e0r.de/2008/05/15/intel-s5000dl-shows-only-25gb-in-windows-2003-x86/</guid>
		<description><![CDATA[ The only way i know of is to enable PAE in the boot.ini (/PAE)
See http://downloadmirror.intel.com/12820/ENG/SL_74release.txt
and http://support.intel.com/support/motherboards/server/s5000psl/sb/CS-022924.htm.
After reboot you&#8217;ll see the hole 4GB in Windows.
]]></description>
		<wfw:commentRss>http://www.e0r.de/2008/05/intel-s5000dl-shows-only-25gb-in-windows-2003-x86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Days After&#8230;</title>
		<link>http://www.e0r.de/2006/11/the-days-after-2/</link>
		<comments>http://www.e0r.de/2006/11/the-days-after-2/#comments</comments>
		<pubDate>Thu, 02 Nov 2006 11:44:14 +0000</pubDate>
		<dc:creator>eor</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.e0r.de/2006/11/02/the-days-after-2/</guid>
		<description><![CDATA[last weekend i had my first two Gigs with my Band Find Your Mind.  Frist one at a private halloween party  on Friday the 27th and the other  as the opener at the &#8220;Duisburger Rocknacht&#8221; Oct, 28th! This was my first time for many many maaaaany years on stage   ! [...]]]></description>
		<wfw:commentRss>http://www.e0r.de/2006/11/the-days-after-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>become a rockstar ;)</title>
		<link>http://www.e0r.de/2006/08/become-a-rockstar/</link>
		<comments>http://www.e0r.de/2006/08/become-a-rockstar/#comments</comments>
		<pubDate>Thu, 31 Aug 2006 18:21:37 +0000</pubDate>
		<dc:creator>eor</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.e0r.de/2006/08/31/become-a-rockstar/</guid>
		<description><![CDATA[i ve joined up an existing band a few weeks ago. One of their songs (or should i say our song?, no not yet) is listed on the mp3 charts  :
http://mp3.de/promo/charts/070000

lookout for a band named "Find Your Mind"  
mp3.de/home/find_your_mind  
]]></description>
		<wfw:commentRss>http://www.e0r.de/2006/08/become-a-rockstar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft ISA Server 2004: Using SQL based Logging</title>
		<link>http://www.e0r.de/2006/08/microsoft-isa-server-2004-using-sql-based-logging/</link>
		<comments>http://www.e0r.de/2006/08/microsoft-isa-server-2004-using-sql-based-logging/#comments</comments>
		<pubDate>Thu, 31 Aug 2006 18:03:46 +0000</pubDate>
		<dc:creator>eor</dc:creator>
				<category><![CDATA[other]]></category>

		<guid isPermaLink="false">http://www.e0r.de/2006/08/31/microsoft-isa-server-2004-using-sql-based-logging/</guid>
		<description><![CDATA[ISA Server 2004 Supports 3 Types of Logging. File based, Integrated MSDE or ODBC/SQL Server. The downsite of the Filebased and MSDE based solution is its limited capacity, the additional load to the ISA Server and the possible security risk. (You should store the logs of your ISA on a different and additionally secured machine&#8230;)
So, [...]]]></description>
		<wfw:commentRss>http://www.e0r.de/2006/08/microsoft-isa-server-2004-using-sql-based-logging/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Forum shutdown at stefka.de</title>
		<link>http://www.e0r.de/2006/08/shutdown-of-stefkade/</link>
		<comments>http://www.e0r.de/2006/08/shutdown-of-stefkade/#comments</comments>
		<pubDate>Tue, 22 Aug 2006 20:07:52 +0000</pubDate>
		<dc:creator>eor</dc:creator>
				<category><![CDATA[Family]]></category>

		<guid isPermaLink="false">http://www.e0r.de/?p=8</guid>
		<description><![CDATA[the good old Kyro II Forum at www.stefka.de is still online, but the main page of stefka.de redirects you immediately to this site. As an archive you can still access the forum   here .
]]></description>
		<wfw:commentRss>http://www.e0r.de/2006/08/shutdown-of-stefkade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

