<?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>webLOG</title>
	<atom:link href="http://12.mayjestic.net/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://12.mayjestic.net</link>
	<description>&#34;If madness becomes business - lunatic&#039;s becomes professionals&#34;</description>
	<lastBuildDate>Wed, 28 Dec 2011 11:31:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Facebook &#8211; Behind the scenes</title>
		<link>http://12.mayjestic.net/index.php/20111228/facebook-behind-the-scenes/</link>
		<comments>http://12.mayjestic.net/index.php/20111228/facebook-behind-the-scenes/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 11:05:08 +0000</pubDate>
		<dc:creator>Roland</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Management & Operations]]></category>
		<category><![CDATA[FACEBOOK]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://12.mayjestic.net/?p=176</guid>
		<description><![CDATA[I always recommend colleagues to read and watch the thread on sysadminslive.com about the Facebook IT Mangement and Operations strategy. Because the using good tools and ideas to observe there system. Take a look at yourself: http://www.sysadminslife.com/linux/facebook-ein-blick-hinter-die-kulissen-und-in-das-komplexe-system]]></description>
			<content:encoded><![CDATA[<p>I always recommend colleagues to read and watch the thread on <a title="sysadminslive.com" href="http://www.sysadminslive.com" target="_blank">sysadminslive.com</a> about the Facebook IT Mangement and Operations strategy.</p>
<p>Because the using good tools and ideas to observe there system.</p>
<p>Take a look at yourself: <a title="Facebook &quot;Behind the scenes&quot;" href="http://www.sysadminslife.com/linux/facebook-ein-blick-hinter-die-kulissen-und-in-das-komplexe-system" target="_blank">http://www.sysadminslife.com/linux/facebook-ein-blick-hinter-die-kulissen-und-in-das-komplexe-system</a></p>
]]></content:encoded>
			<wfw:commentRss>http://12.mayjestic.net/index.php/20111228/facebook-behind-the-scenes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Terminalserver Farm &amp; 8dot3 names</title>
		<link>http://12.mayjestic.net/index.php/20110314/windows-terminalserver-farm-8dot3-names/</link>
		<comments>http://12.mayjestic.net/index.php/20110314/windows-terminalserver-farm-8dot3-names/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 09:45:54 +0000</pubDate>
		<dc:creator>Roland</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://12.mayjestic.net/?p=153</guid>
		<description><![CDATA[Hey Folks! currently i&#8217;m on the way to deploy a Windows Server 2008 R2 terminal server farm. One server is already up and running productive and the other is one step before going online. I work a lot of with GPO&#8217;s and user roaming profiles, to ensure to have excatly the same configuration on the [...]]]></description>
			<content:encoded><![CDATA[<p>Hey Folks!</p>
<p>currently i&#8217;m on the way to deploy a<em> Windows Server 2008 R2 terminal server farm</em>. One server is already up and running productive and the other is one step before going online. I work a lot of with GPO&#8217;s and user roaming profiles, to ensure to have excatly the same configuration on the new server for all users. Also i use control panel restrictions to display only neccessary .CPL&#8217;s to the user.</p>
<p>And one special control panel addin, what is shipped with the MS Office suite ML32CFG.CPL (responsilbe for configuring MS Outlook MAPI Profile), i discovered how <strong>important</strong> it is, to ensure that <strong>applications have to be installed in the same order</strong> as on the other terminal servers. Why, you may ask&#8230;.because, of the 8dot3-names (8.3) and the windows internal file/path handling. In some cases the OS calls an an application it tries to use the 8dot3 path / name.</p>
<p><a href="http://12.mayjestic.net/wp-content/upload/2011/03/screenshot001.png"><img class="aligncenter size-large wp-image-157" title="screenshot001" src="http://12.mayjestic.net/wp-content/upload/2011/03/screenshot001-1024x140.png" alt="" width="1024" height="140" /></a></p>
<p>The control panel addin on the new server was registered successfully during the installation, and i could open it. But if i tried to open the CPL with my test user, what is already using the saved roaming profile, the addin would not open. Also the icon in the control panel window was different against to the other server.</p>
<p>So what happend? With <a title="Sysinternals Process Monitor" href="http://technet.microsoft.com/en-US/sysinternals/bb896645" target="_blank">Sysinternals Process Moinitor (PROCMON.EXE)</a> I did a little bit research on both servers, and found out that the 8dot3 name of the MS Office path between both servers is different because i didn&#8217;t keep in mind the order, how i installed the applications on the new TS.</p>
<p>Server 1: (<strong>C:PROGRA~2\<span style="color: #ff0000;">MICROS~1</span>\Office12\MLCFG32.CPL</strong>)</p>
<p><a href="http://12.mayjestic.net/wp-content/upload/2011/03/screenshot009.png"><img class="size-medium wp-image-155 alignnone" title="screenshot009" src="http://12.mayjestic.net/wp-content/upload/2011/03/screenshot009-300x152.png" alt="" width="300" height="152" /></a></p>
<p>Server 2: (<strong>C:PROGRA~2\<span style="color: #ff0000;">MICROS~2</span>\Office12\MLCFG32.CPL</strong>)</p>
<p><a href="http://12.mayjestic.net/wp-content/upload/2011/03/screenshot010.png"><img class="size-medium wp-image-156 alignnone" title="screenshot010" src="http://12.mayjestic.net/wp-content/upload/2011/03/screenshot010-300x128.png" alt="" width="300" height="128" /></a></p>
<p>To solve the problem, i had no chance uninstall the application what occupies the 8dot3 name, uninstall office and reinstall office and the other application again. After reinstalling MS Office suite, the right 8dot3 name was assigned tho the new installation.</p>
]]></content:encoded>
			<wfw:commentRss>http://12.mayjestic.net/index.php/20110314/windows-terminalserver-farm-8dot3-names/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Soluto &#8211; Anti Frustration Software</title>
		<link>http://12.mayjestic.net/index.php/20100614/soluto-anti-frustration-software/</link>
		<comments>http://12.mayjestic.net/index.php/20100614/soluto-anti-frustration-software/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 09:08:55 +0000</pubDate>
		<dc:creator>Roland</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://12.mayjestic.net/?p=147</guid>
		<description><![CDATA[Soluto (www.soluto.com) It&#8217;s an Awesome Tool, to Speed Up Your System Boot, Fix System Slowdowns Sound&#8217;s very interesting and i&#8217;ll give them a try. found via Lifehacker (http://tinyurl.com/26py4s2)&#8230;]]></description>
			<content:encoded><![CDATA[<p><a title="soluto.com" href="http://www.soluto.com/" target="_blank">Soluto</a> (www.soluto.com)</p>
<p>It&#8217;s an Awesome Tool, to Speed Up Your System Boot, Fix System Slowdowns</p>
<p>Sound&#8217;s very interesting and i&#8217;ll give them a try.</p>
<p>found via Lifehacker (<a href="http://tinyurl.com/26py4s2">http://tinyurl.com/26py4s2</a>)&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://12.mayjestic.net/index.php/20100614/soluto-anti-frustration-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Group Policy Search</title>
		<link>http://12.mayjestic.net/index.php/20100502/group-policy-search/</link>
		<comments>http://12.mayjestic.net/index.php/20100502/group-policy-search/#comments</comments>
		<pubDate>Sun, 02 May 2010 09:01:19 +0000</pubDate>
		<dc:creator>Roland</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://12.mayjestic.net/?p=142</guid>
		<description><![CDATA[Discovered via Daniel Melanchton&#8217;s Technet Blog This is really a nice Tool to find existing Group Policies easily. The Group Policy Search Thank&#8217;s Daniel for that helpful information.]]></description>
			<content:encoded><![CDATA[<p>Discovered via Daniel Melanchton&#8217;s Technet Blog</p>
<p>This is really a nice Tool to find existing Group Policies easily. The <a href="http://gps.cloudapp.net/">Group Policy Search</a></p>
<p>Thank&#8217;s Daniel for that helpful information.</p>
]]></content:encoded>
			<wfw:commentRss>http://12.mayjestic.net/index.php/20100502/group-policy-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automate Logins with Keepass and Firefox</title>
		<link>http://12.mayjestic.net/index.php/20100310/automate-logins-with-keepass-and-firefox/</link>
		<comments>http://12.mayjestic.net/index.php/20100310/automate-logins-with-keepass-and-firefox/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 03:01:10 +0000</pubDate>
		<dc:creator>Roland</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://12.mayjestic.net/?p=129</guid>
		<description><![CDATA[A long time ago, but now it&#8217;s here! everyone knows it&#8217;s very annoing if you have to login to multiple websites during work days. It would be much easier to have a tool tool, what helps us to automate the login process to websites like Amazon, Facebook, Microsoft, Onlinebanking, etc.., where i am registered to. [...]]]></description>
			<content:encoded><![CDATA[<h4><a href="http://12.mayjestic.net/wp-content/upload/2010/03/kf.png"><img class="alignleft size-full wp-image-130" title="KeeFox" src="http://12.mayjestic.net/wp-content/upload/2010/03/kf.png" alt="KeeFox" width="166" height="127" /></a><span style="color: #000000;"><strong>A long time ago, but now it&#8217;s here!</strong></span></h4>
<p>everyone knows it&#8217;s very annoing if you have to login to multiple websites during work days. It would be much easier to have a tool tool, what helps us to automate the login process to websites like Amazon, Facebook, Microsoft, Onlinebanking, etc.., where i am registered to. That would safe time and increases workflow and you don&#8217;t need to consider about passowrds anymore. Before this article i used a very simple tool to manage my passwords. I also heard and tested <a title="keepass.info" href="http://keepass.info/" target="_blank">Keepass</a> in the past, but it brought no advantage on my workflow.</p>
<p>Now I found this tool <span id="more-129"></span>via <a title="Lifehacker.com" href="http://lifehacker.com/5485821/keefox-integrates-keepass-and-firefox-at-long-last" target="_blank">Lifehacker.com</a> RSS-Feeds. I was assured by this tool as i finished reading this article. <a title="keefox.org" href="http://keefox.org/" target="_blank">KeeFox</a> closes the gap between Firefox and Keepass, to automate website logins. It&#8217;s a very young Firefox Add-On but it works perfekt for me, and i already switched over to it. If you are a Fan of Keepass, and Firefox is your browser of choice than you have the perfect package, in conjunction with KeeFox.</p>
<p style="text-align: center;"><em>Here are some action shots from KeeFox:</em></p>
<p style="text-align: center;"><a href="http://12.mayjestic.net/wp-content/upload/2010/03/kf_toolbar.png"><img class="aligncenter size-full wp-image-136" title="KeeFox Toolbar Add-On in Firefox" src="http://12.mayjestic.net/wp-content/upload/2010/03/kf_toolbar.png" alt="" width="266" height="165" /></a></p>
<p style="text-align: center;"><a href="http://12.mayjestic.net/wp-content/upload/2010/03/kf_action.png"><img class="aligncenter size-medium wp-image-135" title="kf_action" src="http://12.mayjestic.net/wp-content/upload/2010/03/kf_action-300x169.png" alt="" width="300" height="169" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://12.mayjestic.net/index.php/20100310/automate-logins-with-keepass-and-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PDFmyURL Service</title>
		<link>http://12.mayjestic.net/index.php/20100119/pdfmyurl-service/</link>
		<comments>http://12.mayjestic.net/index.php/20100119/pdfmyurl-service/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 09:38:08 +0000</pubDate>
		<dc:creator>Roland</dc:creator>
				<category><![CDATA[Common]]></category>

		<guid isPermaLink="false">http://12.mayjestic.net/?p=120</guid>
		<description><![CDATA[I found a cool service on the Internet, which converts every URL into a PDF. http://pdfmyurl.com/]]></description>
			<content:encoded><![CDATA[<p>I found a cool service on the Internet, which converts every URL into a PDF.</p>
<p><a title="PDFmyURL" href="http://pdfmyurl.com" target="_blank">http://pdfmyurl.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://12.mayjestic.net/index.php/20100119/pdfmyurl-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Erase your Web 2.0 identity (suicidemachine.org)</title>
		<link>http://12.mayjestic.net/index.php/20100105/erase-your-web-2-0-identity-suicidemachine-org/</link>
		<comments>http://12.mayjestic.net/index.php/20100105/erase-your-web-2-0-identity-suicidemachine-org/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 13:34:36 +0000</pubDate>
		<dc:creator>Roland</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[Common]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://12.mayjestic.net/?p=116</guid>
		<description><![CDATA[I found a cool link via lifehacker.com Whoever want&#8217;s to erase his Web 2.o identity, properly and for ever, the suicidmachine will help you to erase your tracks on the web! http://suicidemachine.org]]></description>
			<content:encoded><![CDATA[<p>I found a cool link via <a title="lifehacker.com" href="http://www.lifehacker.com" target="_blank">lifehacker.com</a></p>
<p>Whoever want&#8217;s to erase his Web 2.o identity, properly and for ever, the suicidmachine will help you to erase your tracks on the web!</p>
<p><a class="aligncenter" title="suicidemachine.org" href="http://suicidemachine.org/" target="_blank">http://suicidemachine.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://12.mayjestic.net/index.php/20100105/erase-your-web-2-0-identity-suicidemachine-org/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Autoupdate Funktion</title>
		<link>http://12.mayjestic.net/index.php/20091224/wordpress-autoupdate-funktion/</link>
		<comments>http://12.mayjestic.net/index.php/20091224/wordpress-autoupdate-funktion/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 06:20:28 +0000</pubDate>
		<dc:creator>Roland</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://12.mayjestic.net/?p=67</guid>
		<description><![CDATA[Heute habe ich mich mal an die Autoupdate fuktion von WordPress heran getraut. Ich war hell auf begeistert, dass es so reibungslos und unkompliziert funktioniert hat. Das werde ich in Zukunft immer so machen.]]></description>
			<content:encoded><![CDATA[<p>Heute habe ich mich mal an die Autoupdate fuktion von WordPress heran getraut. Ich war hell auf begeistert, dass es so reibungslos und unkompliziert funktioniert hat.</p>
<p>Das werde ich in Zukunft immer so machen.</p>
]]></content:encoded>
			<wfw:commentRss>http://12.mayjestic.net/index.php/20091224/wordpress-autoupdate-funktion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vCard export from PST-Folder (The easy way)</title>
		<link>http://12.mayjestic.net/index.php/20091118/vcard-export-from-pst-folder-the-easy-way/</link>
		<comments>http://12.mayjestic.net/index.php/20091118/vcard-export-from-pst-folder-the-easy-way/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 11:37:08 +0000</pubDate>
		<dc:creator>Roland</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tips&Tricks]]></category>

		<guid isPermaLink="false">http://12.mayjestic.net/?p=64</guid>
		<description><![CDATA[Today i searched for a way, again, how to export each of my contacts in an MS Outlook PST-Folder into a vCard (.vcf) format. Because Outlook doesn&#8217;t offer any internal routines to export vCards and the WWW doesn&#8217;t offer any suitable freeware, too, i made up my mind and a simple vCard export method was [...]]]></description>
			<content:encoded><![CDATA[<p>Today i searched for a way, again, how to export each of my contacts in an MS Outlook PST-Folder into a vCard (.vcf) format.</p>
<p>Because Outlook doesn&#8217;t offer any internal routines to export vCards and the WWW doesn&#8217;t offer any suitable freeware, too, i made up my mind and a simple vCard export method was born. This method requires no plugin&#8217;s additonal software or something else!</p>
<p><strong>PST to vCard export steps:</strong></p>
<p>1. Navigate to your contacts you want to export and select them.</p>
<p>2. Now Right-Click the selected contacts and choose: &#8220;Send as business card&#8221;</p>
<p>3. An new e-Mail opens with each the vCards (.vcf) in the attachment field.</p>
<p>4. Click on a free space within the attachment area and select all exported contacts with Ctrl+A</p>
<p>5. Drag &amp; Drop the selected business cards to a folder on the filesystem</p>
<p>6. Vioala&#8230; the export is done!</p>
]]></content:encoded>
			<wfw:commentRss>http://12.mayjestic.net/index.php/20091118/vcard-export-from-pst-folder-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Process Uptime Utillity</title>
		<link>http://12.mayjestic.net/index.php/20090217/process-uptime-utillity/</link>
		<comments>http://12.mayjestic.net/index.php/20090217/process-uptime-utillity/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 19:42:08 +0000</pubDate>
		<dc:creator>Roland</dc:creator>
				<category><![CDATA[AutoIT]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://12.mayjestic.net/?p=53</guid>
		<description><![CDATA[I wrote a small tool, what receives the uptime of an running process. Simply choose a PID of a process and enter it into the tool. This is possible trough input box or over a commandline call. Download: Process Uptime V0.0.0.2]]></description>
			<content:encoded><![CDATA[<p>I wrote a small tool, what receives the uptime of an running process. Simply choose a PID of a process and enter it into the tool. This is possible trough input box or over a commandline call.</p>
<p>Download: <a href="http://12.mayjestic.net/wp-content/upload/2009/02/processuptime_v0002.zip">Process Uptime V0.0.0.2</a></p>
<p><a href="http://12.mayjestic.net/wp-content/upload/2009/02/screenshot_procupt.png"><img class="aligncenter size-full wp-image-59" title="screenshot_procupt" src="http://12.mayjestic.net/wp-content/upload/2009/02/screenshot_procupt.png" alt="screenshot_procupt" width="559" height="227" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://12.mayjestic.net/index.php/20090217/process-uptime-utillity/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Debug Chooser &#8211; A tool to choose between multiple Debugger in the Taskmanager</title>
		<link>http://12.mayjestic.net/index.php/20081127/debug-chooser-a-tool-to-choose-between-multiple-debugger-in-the-taskmanager/</link>
		<comments>http://12.mayjestic.net/index.php/20081127/debug-chooser-a-tool-to-choose-between-multiple-debugger-in-the-taskmanager/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 00:30:44 +0000</pubDate>
		<dc:creator>Roland</dc:creator>
				<category><![CDATA[AutoIT]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Debugging]]></category>

		<guid isPermaLink="false">http://12.mayjestic.net/index.php/2008/11/27/debug-chooser-a-tool-to-choose-between-multiple-debugger-in-the-taskmanager/</guid>
		<description><![CDATA[The &#8220;Debug Chooser&#8221; is a tool primary developed to have multiple debugger applications/options in the taskmanager available. What else can i told you about this tool. All options are configured trough an INI file, you can configure an application timeout, wich ends the debug chooser after a time period and launches the selected application. Its [...]]]></description>
			<content:encoded><![CDATA[<p>The &#8220;Debug Chooser&#8221; is a tool primary developed to have multiple debugger applications/options in the taskmanager available.</p>
<p>What else can i told you about this tool. All options are configured trough an INI file, you can configure an application timeout, wich ends the debug chooser after a time period and launches the selected application. Its a tiny little application, what saves a lot of work if you have to work with multiple debugger. But it also runs stand alone as well and you mustn&#8217;t register it to AeDebug</p>
<p>Here is an sample how the debug chooser is called over the taskmanager.</p>
<p><a title="Screenshot" href="http://12.mayjestic.net/wp-content/upload/2008/11/debugchooser_screenshot.PNG"><img src="http://12.mayjestic.net/wp-content/upload/2008/11/debugchooser_screenshot.thumbnail.PNG" alt="Screenshot" /></a></p>
<p>Please feel free to download it, test it and post me some comments, or feature request for this tool.</p>
<p>File Version: 0.0.1.49<br />
Supported OS: WIN2000|XP|2003|VISTA<br />
Programming language: AutoIT<br />
Language version: 3.2.12.1</p>
<p>Download:<br />
<a title="Debugchooser Setup-Kit" href="http://12.mayjestic.net/wp-content/upload/2009/01/setup-dbgchoose-v0.0.1.50_x32_x64.exe">Debugchooser Setup (V0.0.1.50)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://12.mayjestic.net/index.php/20081127/debug-chooser-a-tool-to-choose-between-multiple-debugger-in-the-taskmanager/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Deutscher Bundestag: Petition zur Halbierung der Mineralölsteuer</title>
		<link>http://12.mayjestic.net/index.php/20080526/petition-zur-halbierung-der-mineralolsteuer/</link>
		<comments>http://12.mayjestic.net/index.php/20080526/petition-zur-halbierung-der-mineralolsteuer/#comments</comments>
		<pubDate>Mon, 26 May 2008 16:27:28 +0000</pubDate>
		<dc:creator>Roland</dc:creator>
				<category><![CDATA[Common]]></category>

		<guid isPermaLink="false">http://12.mayjestic.net/index.php/2008/05/26/petition-zur-halbierung-der-mineralolsteuer/</guid>
		<description><![CDATA[Eine vom Deutschen Bundestag ausgehende Pedition soll dabei helfen, die Senkung der Mineralölsteuer schneller herbeizuführen. Ich finde diese Sache gehört sich unterstützt&#8230;. Hier ist der Link dazu: Petition zur Halbierung der Mineralölsteuer Macht mit, jede Unterschrift zählt!]]></description>
			<content:encoded><![CDATA[<p>Eine vom Deutschen Bundestag ausgehende Pedition soll dabei helfen, die Senkung der Mineralölsteuer schneller herbeizuführen. Ich finde diese Sache gehört sich unterstützt&#8230;.</p>
<p>Hier ist der Link dazu: <a title="Mineralölsteuer: Halbierung der Besteuerung von Diesel und Benzin" href="http://itc3.napier.ac.uk/e-petition/bundestag/view_petition.asp?PetitionID=685">Petition zur Halbierung der Mineralölsteuer</a></p>
<p><strong> Macht mit, jede Unterschrift zählt!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://12.mayjestic.net/index.php/20080526/petition-zur-halbierung-der-mineralolsteuer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tool for setting default printers (on Users, local &amp; remote computernames)</title>
		<link>http://12.mayjestic.net/index.php/20080330/tool-for-setting-default-printers-on-users-local-remote-computernames/</link>
		<comments>http://12.mayjestic.net/index.php/20080330/tool-for-setting-default-printers-on-users-local-remote-computernames/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 12:22:56 +0000</pubDate>
		<dc:creator>Roland</dc:creator>
				<category><![CDATA[AutoIT]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://12.mayjestic.net/index.php/2008/03/30/tool-for-setting-default-printers-on-users-local-remote-computernames/</guid>
		<description><![CDATA[I know there are a lot of tools on the web for setting a default printer depending on different cases. But for me they were all to complex a little bit. I want it more easier and wrote my own SetDefaultPrinter tool wich tries to set a default printer, depending on a username or a [...]]]></description>
			<content:encoded><![CDATA[<p>I know there are a lot of tools on the web for setting a default printer depending on different cases. But for me they were all to complex a little bit. I want it more easier and wrote my own SetDefaultPrinter tool wich tries to set a default printer, depending on a username or a local computername or a remote computername (if your users working in terminal server sessions and you have to set the default printer wich ich connected to a special local client).</p>
<p>My tool works as follows&#8230;.<span id="more-38"></span> Just simply implement this tool during the logon process or where else you need it, and if it&#8217;s called, the tool parses the &#8220;sdp.ini&#8221; file. If there is a valid entry, then a set default printer call will be executed through the tool. It always follows the order: Local computer, remote computer and username. So the local computer is always the highest value in the hierachy.</p>
<p>Download: <a title="setdefaultprinter.zip" href="http://12.mayjestic.net/wp-content/upload/2008/03/setdefaultprinter.zip">setdefaultprinter.zip</a><br />
OS: Windows 98, 2000, XP<br />
Language: AutoIT Script V3.2.20</p>
]]></content:encoded>
			<wfw:commentRss>http://12.mayjestic.net/index.php/20080330/tool-for-setting-default-printers-on-users-local-remote-computernames/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Musik- / Tonproduktion gefällig?</title>
		<link>http://12.mayjestic.net/index.php/20080328/musik-tonproduktion-gefallig/</link>
		<comments>http://12.mayjestic.net/index.php/20080328/musik-tonproduktion-gefallig/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 05:27:04 +0000</pubDate>
		<dc:creator>Roland</dc:creator>
				<category><![CDATA[Common]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://12.mayjestic.net/index.php/2008/03/28/musik-tonproduktion-gefallig/</guid>
		<description><![CDATA[Nun ist es endlich so weit&#8230; Die Homepage von &#8220;Hawkhill Records&#8221; ist fertig und damit auch ihr Tonstudio. Das Indie-Label aus der Oberfpalz nimmt es mit allen Arten von Tonproduktionen auf, die vom Kunden gewünscht werden. Hinter Hawkhill Records steckt ein professionelles Team von Leuten, die sich im Bereich Tontechnik / -produktion / -aufnahmen bestens [...]]]></description>
			<content:encoded><![CDATA[<p>Nun ist es endlich so weit&#8230; Die Homepage von &#8220;<a title="Hawkhill Records Homepage" href="http://www.hawkhillrecords.de" target="_blank">Hawkhill Records</a>&#8221; ist fertig und damit auch ihr Tonstudio. Das Indie-Label aus der Oberfpalz nimmt es mit allen Arten von Tonproduktionen auf, die vom Kunden gewünscht werden.</p>
<p>Hinter Hawkhill Records steckt ein professionelles Team von Leuten, die sich im Bereich Tontechnik / -produktion / -aufnahmen bestens auskennen, da Sie selbst alle Musiker sind und somit den Ansprüchen und Wünschen ihrer Kunden gerecht werden können.</p>
<p>Sollte also jemand was in der Art benötigen, besucht die Jung&#8217;s einmal! (<a href="http://www.hawkhillrecords.de" target="_blank">http://www.hawkhillrecords.de</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://12.mayjestic.net/index.php/20080328/musik-tonproduktion-gefallig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AdminClub &#8211; Nächstes Treffen am 27.03.08</title>
		<link>http://12.mayjestic.net/index.php/20080318/adminclub-nachstes-treffen-am-270308/</link>
		<comments>http://12.mayjestic.net/index.php/20080318/adminclub-nachstes-treffen-am-270308/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 12:34:22 +0000</pubDate>
		<dc:creator>Roland</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[Common]]></category>

		<guid isPermaLink="false">http://12.mayjestic.net/index.php/2008/03/18/adminclub-nachstes-treffen-am-270308/</guid>
		<description><![CDATA[Das nächste Treffen des AdminClub’s ist am 27.03.08 (nächsten Donnerstag). Weitere Infos zum Treffen und auch zum AdminClub selbst gibt es auf AdminClub.net. Viel Spass]]></description>
			<content:encoded><![CDATA[<p>Das nächste Treffen des <strong><a title="Nächstes AdminClub Treffen" href="http://adminclub.net/2008/03/18/naechstes-treffen-am-270308" target="_blank">AdminClub’s</a></strong> ist am 27.03.08 (nächsten Donnerstag). Weitere Infos zum Treffen und auch zum AdminClub selbst gibt es auf <a href="http://www.adminclub.net" target="_blank"><strong>AdminClub.net</strong>.</a></p>
<p>Viel Spass</p>
]]></content:encoded>
			<wfw:commentRss>http://12.mayjestic.net/index.php/20080318/adminclub-nachstes-treffen-am-270308/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

