<?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>Purrucker Page Blog</title>
	<atom:link href="http://blog.purrucker.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.purrucker.de</link>
	<description>Informationstechnologie, Sport und anderes ...</description>
	<lastBuildDate>Wed, 28 Mar 2012 20:29:56 +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>Pure FTPd SSL/TLS beibringen</title>
		<link>http://blog.purrucker.de/2012/03/28/pure-ftpd-ssltls-beibringen/</link>
		<comments>http://blog.purrucker.de/2012/03/28/pure-ftpd-ssltls-beibringen/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 20:22:33 +0000</pubDate>
		<dc:creator>kristian</dc:creator>
				<category><![CDATA[Computer & Technik]]></category>
		<category><![CDATA[Kommunikationstechnik]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[PureFTPd]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.purrucker.de/?p=1176</guid>
		<description><![CDATA[Wenn man den Pure FTP unter Debian oder Ubuntu installiert, ist noch keine SSL/TLS Verschlüsselung konfiguriert. Die lässt sich aber wie folgt leich nachholen. Falls noch nicht vorhanden Verzeichnis für die Zertifikate anlegen. mkdir -p /etc/ssl/private Zertifikat erstellen. openssl req &#8230; <a href="http://blog.purrucker.de/2012/03/28/pure-ftpd-ssltls-beibringen/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wenn man den Pure FTP unter Debian oder Ubuntu installiert, ist noch keine SSL/TLS Verschlüsselung konfiguriert. Die lässt sich aber wie folgt leich nachholen.</p>
<p>Falls noch nicht vorhanden Verzeichnis für die Zertifikate anlegen.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #660033;">-p</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>ssl<span style="color: #000000; font-weight: bold;">/</span>private</pre></div></div>

<p>Zertifikat erstellen.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">openssl req <span style="color: #660033;">-x509</span> <span style="color: #660033;">-nodes</span> <span style="color: #660033;">-newkey</span> rsa:<span style="color: #000000;">1024</span> <span style="color: #660033;">-days</span> <span style="color: #000000;">3650</span> <span style="color: #660033;">-keyout</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>ssl<span style="color: #000000; font-weight: bold;">/</span>private<span style="color: #000000; font-weight: bold;">/</span>pure-ftpd.pem <span style="color: #660033;">-out</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>ssl<span style="color: #000000; font-weight: bold;">/</span>private<span style="color: #000000; font-weight: bold;">/</span>pure-ftpd.pem</pre></div></div>

<p>Rechte so setzen, dass nur root lesen und schreiben darf.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">600</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>ssl<span style="color: #000000; font-weight: bold;">/</span>private<span style="color: #000000; font-weight: bold;">/</span>pure-ftpd.pem</pre></div></div>

<p>TLS im Pure FTPd aktivieren.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #000000;">1</span> <span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>pure-ftpd<span style="color: #000000; font-weight: bold;">/</span>conf<span style="color: #000000; font-weight: bold;">/</span>TLS</pre></div></div>

<p>Zum Schluss muss der Pure FTPd noch neu gestartet werden.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>pure-ftpd restart</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.purrucker.de/2012/03/28/pure-ftpd-ssltls-beibringen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Statische, interne Route auf einem IPCop Version 2 setzen</title>
		<link>http://blog.purrucker.de/2012/03/07/statische-interne-route-auf-einem-ipcop-version-2-setzen/</link>
		<comments>http://blog.purrucker.de/2012/03/07/statische-interne-route-auf-einem-ipcop-version-2-setzen/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 18:01:18 +0000</pubDate>
		<dc:creator>kristian</dc:creator>
				<category><![CDATA[Computer & Technik]]></category>
		<category><![CDATA[Kommunikationstechnik]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[IPCop]]></category>
		<category><![CDATA[Netzwerk]]></category>
		<category><![CDATA[Router]]></category>

		<guid isPermaLink="false">http://blog.purrucker.de/?p=1166</guid>
		<description><![CDATA[Das setzen einer statischen und permanenten Route ist bei dem IPCop etwas kryptisch, da es dafür kein Menü gibt. Deshalb hier mal ein kleines Beispiel. Um das interne Netzwerk 192.168.140.0/24 auf das Gateway 172.30.1.9 zu routen, müssen in die datei &#8230; <a href="http://blog.purrucker.de/2012/03/07/statische-interne-route-auf-einem-ipcop-version-2-setzen/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Das setzen einer statischen und permanenten Route ist bei dem IPCop etwas kryptisch, da es dafür kein Menü gibt. Deshalb hier mal ein kleines Beispiel. Um das interne Netzwerk <code>192.168.140.0/24</code> auf das Gateway <code>172.30.1.9</code> zu routen, müssen in die datei <code>/etc/rc.d/rc.event.local</code> die folgenden Zeilen geschrieben werden.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #800000;">${1}</span> == <span style="color: #ff0000;">&quot;network&quot;</span> <span style="color: #660033;">-a</span> <span style="color: #800000;">${2}</span> == <span style="color: #ff0000;">&quot;up&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
    <span style="color: #000000; font-weight: bold;">/</span>sbin<span style="color: #000000; font-weight: bold;">/</span>ip route add 192.168.140.0<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">24</span> via 172.30.1.9
<span style="color: #000000; font-weight: bold;">fi</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.purrucker.de/2012/03/07/statische-interne-route-auf-einem-ipcop-version-2-setzen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian: Upgrade von 5.0 (Lenny) auf 6.0 (Squeeze)</title>
		<link>http://blog.purrucker.de/2012/02/27/debian-upgrade-von-5-0-lenny-auf-6-0-squeeze/</link>
		<comments>http://blog.purrucker.de/2012/02/27/debian-upgrade-von-5-0-lenny-auf-6-0-squeeze/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 15:02:02 +0000</pubDate>
		<dc:creator>kristian</dc:creator>
				<category><![CDATA[Computer & Technik]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://blog.purrucker.de/?p=1156</guid>
		<description><![CDATA[Ein Upgrade eines Debian Systems von Version 5.0 (Lenny) auf Version 6.0 (Squeeze) ist so simpel geblieben wie das vorherige Upgrade. Ich habe das Upgrade für diverse Server wie folgt durchgeführt. Datensicherung Als erstes sollte das bestehende System mit einer &#8230; <a href="http://blog.purrucker.de/2012/02/27/debian-upgrade-von-5-0-lenny-auf-6-0-squeeze/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ein Upgrade eines Debian Systems von Version 5.0 (Lenny) auf Version 6.0 (Squeeze) ist so simpel geblieben wie das <a href="http://blog.purrucker.de/2009/05/14/debian-upgrade-von-40-etch-auf-50-lenny/">vorherige Upgrade</a>. Ich habe das Upgrade für diverse Server wie folgt durchgeführt.</p>
<p><strong>Datensicherung</strong><br />
Als erstes sollte das bestehende System mit einer Datensicherungssoftware gesichert werden. Dazu kommen eine ganze Reihe von Programmen wie cpio, tar, amanda oder rsnapshot infrage. Nähere Infos zu Backupsoftware unter Linux kann man in meinem Artikel <a href="http://blog.purrucker.de/2008/06/12/backup-software-fur-linux/">Backup-Software für Linux</a> nachlesen.</p>
<p>Danach sollte eine Liste der Installierten Software-Pakete erstellt werden, damit man im Notfall wieder ein System mit identischer Software installieren kann. Eine Anleitung dazu ist in meinem Artikel <a href="http://blog.purrucker.de/2009/03/05/ubuntudebian-die-gleiche-software-auf-einem-neuen-computer-installieren/">Ubuntu/Debian: Die gleiche Software auf einem neuen Computer installieren</a> zu finden.</p>
<p><strong>Einspielung aller Updates für das bestehende Debian</strong><br />
Bevor das eigentliche Upgrade auf die Version 6.0 gemacht wird sollten alle Updates für die alte Version eingespielt werden. Dazu muss zunächst die source-list aktualisiert werden:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">aptitude</span> update</pre></div></div>

<p>Danach können die Updates installiert werden:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">aptitude</span> upgrade</pre></div></div>

<p><strong>Anpassen der sources-list</strong><br />
Damit die neuen Pakete gefunden werden, muss in der source-list das Wort <code>lenny</code> gegen <code>squeeze</code> getauschen werden. Die source-list befindet sich in der Datei <code>/etc/apt/sources.list</code>. Die Datei sollte nach den Änderungen etwa wie folgt aussehen:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">deb http:<span style="color: #000000; font-weight: bold;">//</span>ftp.de.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span> squeeze main
deb http:<span style="color: #000000; font-weight: bold;">//</span>ftp.de.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span> squeeze contrib
deb http:<span style="color: #000000; font-weight: bold;">//</span>ftp.de.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span> squeeze non-free
deb-src http:<span style="color: #000000; font-weight: bold;">//</span>ftp.de.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span> squeeze main
&nbsp;
<span style="color: #666666; font-style: italic;"># Security-Updates</span>
deb http:<span style="color: #000000; font-weight: bold;">//</span>security.debian.org<span style="color: #000000; font-weight: bold;">/</span> squeeze<span style="color: #000000; font-weight: bold;">/</span>updates main contrib
deb-src http:<span style="color: #000000; font-weight: bold;">//</span>security.debian.org<span style="color: #000000; font-weight: bold;">/</span> squeeze<span style="color: #000000; font-weight: bold;">/</span>updates main contrib</pre></div></div>

<p><strong>Upgrade</strong><br />
Nun muss erneut die source-list aktualisiert werden:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">aptitude</span> update</pre></div></div>

<p>Danach werden zuerst die Update-Werkzeuge aktualisiert:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> apt <span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #c20cb9; font-weight: bold;">aptitude</span></pre></div></div>

<p>Zum Schluss wird dann der Rest der Pakete aktualisiert:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">aptitude</span> full-upgrade</pre></div></div>

<p>Während der Aktualisierung der einzelnen Software-Pakete wird dann ab und zu noch die ein oder andere Frage gestellt, bevor der abschließende Neustart fällig wird. Nach dem Neustart ist das Upgrade abgeschlossen. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.purrucker.de/2012/02/27/debian-upgrade-von-5-0-lenny-auf-6-0-squeeze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>0x0000007B: Windows XP Bluescreen nach Rücksicherung</title>
		<link>http://blog.purrucker.de/2012/02/22/0x0000007b-windows-xp-bluescreen-nach-rucksicherung/</link>
		<comments>http://blog.purrucker.de/2012/02/22/0x0000007b-windows-xp-bluescreen-nach-rucksicherung/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 22:23:18 +0000</pubDate>
		<dc:creator>kristian</dc:creator>
				<category><![CDATA[Computer & Technik]]></category>
		<category><![CDATA[Hersteller]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Backup]]></category>

		<guid isPermaLink="false">http://blog.purrucker.de/?p=1140</guid>
		<description><![CDATA[Wenn man Windows XP (bzw. Windows 2000) nach einem Ausfall auf eine andere Hardware zurück sichert, landet man beim Starten des Betriebssystems oft in einem Bluescreen mit der Fehlermeldung 0x0000007B. Diese Fehlernummer steht für INACCESSIBLE_BOOT_DEVICE und bedeutet, dass Windows den &#8230; <a href="http://blog.purrucker.de/2012/02/22/0x0000007b-windows-xp-bluescreen-nach-rucksicherung/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wenn man Windows XP (bzw. Windows 2000) nach einem Ausfall auf eine andere Hardware zurück sichert, landet man beim Starten des Betriebssystems oft in einem Bluescreen mit der Fehlermeldung <code>0x0000007B</code>. Diese Fehlernummer steht für <code>INACCESSIBLE_BOOT_DEVICE</code> und bedeutet, dass Windows den passenden Treiber für den Festplattencontroller nicht findet. Nähere Informationen kann man in der <a href="http://support.microsoft.com/default.aspx?scid=kb;de;314082">Knowledge Base</a> von Microsoft finden. Dort ist auch der folgende Patch für die Registry zu finden. Wenn man diesen vor der Migration in einer Datei mit dem Namen <code>Mergeide.reg</code> speichert und in das Systems einspielt, findet Windows XP zumindest schon mal die Standard-Treiber.</p>

<div class="wp_syntax"><div class="code"><pre class="powershell" style="font-family:monospace;">Windows Registry Editor Version <span style="color: #804000;">5.00</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\primary_ide_channel<span style="color: #000000;">&#93;</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;atapi&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\secondary_ide_channel<span style="color: #000000;">&#93;</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;atapi&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\<span style="color: pink;">*</span>pnp0600<span style="color: #000000;">&#93;</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;atapi&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\<span style="color: pink;">*</span>azt0502<span style="color: #000000;">&#93;</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;atapi&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\gendisk<span style="color: #000000;">&#93;</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E967-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;disk&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#cc_0101]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_0e11&amp;dev_ae33]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_1039&amp;dev_0601]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_1039&amp;dev_5513]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_1042&amp;dev_1000]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_105a&amp;dev_4d33]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_1095&amp;dev_0640]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_1095&amp;dev_0646]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_1095&amp;dev_0646&amp;REV_05]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_1095&amp;dev_0646&amp;REV_07]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_1095&amp;dev_0648]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_1095&amp;dev_0649]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_1097&amp;dev_0038]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_10ad&amp;dev_0001]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_10ad&amp;dev_0150]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_10b9&amp;dev_5215]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_10b9&amp;dev_5219]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_10b9&amp;dev_5229]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_1106&amp;dev_0571]</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_8086&amp;dev_1222]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;intelide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_8086&amp;dev_1230]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;intelide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_8086&amp;dev_2411]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;intelide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_8086&amp;dev_2421]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;intelide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_8086&amp;dev_7010]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;intelide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_8086&amp;dev_7111]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;intelide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_8086&amp;dev_7199]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;intelide&quot;</span>
&nbsp;
;Treiber fü<span style="color: #008080; font-weight: bold;">r</span> Atapi hinzufügen <span style="color: #000000;">&#40;</span>erfordert Atapi.sys im Verzeichnis Drivers<span style="color: #000000;">&#41;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\atapi<span style="color: #000000;">&#93;</span>
<span style="color: #800000;">&quot;ErrorControl&quot;</span><span style="color: pink;">=</span>dword:00000001
<span style="color: #800000;">&quot;Group&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;SCSI miniport&quot;</span>
<span style="color: #800000;">&quot;Start&quot;</span><span style="color: pink;">=</span>dword:00000000
<span style="color: #800000;">&quot;Tag&quot;</span><span style="color: pink;">=</span>dword:00000019
<span style="color: #800000;">&quot;Type&quot;</span><span style="color: pink;">=</span>dword:00000001
<span style="color: #800000;">&quot;DisplayName&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;Standard IDE/ESDI Hard Disk Controller&quot;</span>
<span style="color: #800000;">&quot;ImagePath&quot;</span><span style="color: pink;">=</span>hex<span style="color: #000000;">&#40;</span><span style="color: #804000;">2</span><span style="color: #000000;">&#41;</span>:<span style="color: #804000;">53</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">79</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">73</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">74</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">65</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>6d<span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">33</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">32</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>5c<span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">44</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>\ 
  <span style="color: #804000;">52</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">49</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">56</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">45</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">52</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">53</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>5c<span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">61</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">74</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">61</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">70</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">69</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>2e<span style="color: pink;">,</span>\ 
  00<span style="color: pink;">,</span><span style="color: #804000;">73</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">79</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">73</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>00<span style="color: pink;">,</span>00
&nbsp;
;Treiber fü<span style="color: #008080; font-weight: bold;">r</span> intelide hinzufügen <span style="color: #000000;">&#40;</span>erfordert intelide.sys im Verzeichnis Drivers<span style="color: #000000;">&#41;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\IntelIde<span style="color: #000000;">&#93;</span>
<span style="color: #800000;">&quot;ErrorControl&quot;</span><span style="color: pink;">=</span>dword:00000001
<span style="color: #800000;">&quot;Group&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;System Bus Extender&quot;</span>
<span style="color: #800000;">&quot;Start&quot;</span><span style="color: pink;">=</span>dword:00000000
<span style="color: #800000;">&quot;Tag&quot;</span><span style="color: pink;">=</span>dword:00000004
<span style="color: #800000;">&quot;Type&quot;</span><span style="color: pink;">=</span>dword:00000001
<span style="color: #800000;">&quot;ImagePath&quot;</span><span style="color: pink;">=</span>hex<span style="color: #000000;">&#40;</span><span style="color: #804000;">2</span><span style="color: #000000;">&#41;</span>:<span style="color: #804000;">53</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">79</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">73</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">74</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">65</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>6d<span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">33</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">32</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>5c<span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">44</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>\ 
  <span style="color: #804000;">52</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">49</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">56</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">45</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">52</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">53</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>5c<span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">69</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>6e<span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">74</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">65</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>6c<span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">69</span><span style="color: pink;">,</span>\ 
  00<span style="color: pink;">,</span><span style="color: #804000;">64</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">65</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>2e<span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">73</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">79</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">73</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>00<span style="color: pink;">,</span>00
&nbsp;
&nbsp;
;Treiber fü<span style="color: #008080; font-weight: bold;">r</span> Pciide hinzufügen <span style="color: #000000;">&#40;</span>erfordert Pciide.sys und Pciidex.sys im Verzeichnis Drivers<span style="color: #000000;">&#41;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PCIIde<span style="color: #000000;">&#93;</span>
<span style="color: #800000;">&quot;ErrorControl&quot;</span><span style="color: pink;">=</span>dword:00000001
<span style="color: #800000;">&quot;Group&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;System Bus Extender&quot;</span>
<span style="color: #800000;">&quot;Start&quot;</span><span style="color: pink;">=</span>dword:00000000
<span style="color: #800000;">&quot;Tag&quot;</span><span style="color: pink;">=</span>dword:00000003
<span style="color: #800000;">&quot;Type&quot;</span><span style="color: pink;">=</span>dword:00000001
<span style="color: #800000;">&quot;ImagePath&quot;</span><span style="color: pink;">=</span>hex<span style="color: #000000;">&#40;</span><span style="color: #804000;">2</span><span style="color: #000000;">&#41;</span>:<span style="color: #804000;">53</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">79</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">73</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">74</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">65</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>6d<span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">33</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">32</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>5c<span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">44</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>\ 
  <span style="color: #804000;">52</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">49</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">56</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">45</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">52</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">53</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>5c<span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">70</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">63</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">69</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">69</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">64</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">65</span><span style="color: pink;">,</span>\ 
  00<span style="color: pink;">,</span>2e<span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">73</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">79</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">73</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>00<span style="color: pink;">,</span>00</pre></div></div>

<p>Wenn man den Patch auf dem alten System nicht mehr einspielen kann (z.B. weil es defekt ist) kann man die Festplatte in einen anderen PC mit Windows 2000/XP einbauen oder sich mit BartPE behelfen. Mit diesem Programm kann man sich eine Boot-CD mit Windows XP basteln.</p>
<p>Wenn man die Festplatte in einem anderen laufenden System angeschlossen hat muss zunächst die Registry angepasst werden. Dazu startet man Regedit, markiert <code>HKEY_LOCAL_MACHINE</code> und wählt im Menü unter <code>Datei</code> den Punkt <code>Struktur laden ...</code> aus. In dem sich öfnenden Dateidialog wählen man die Datei <code>System</code> aus dem Verzeichnis <code>\System32\Config</code> der entsprechenden Fetplatte bzw. Windows-Installation aus. Danach klickt man auf &#8220;Öffnen&#8221; und gibt den Schlüsselnamen test ein. Der Registry-Zweig <code>HKEY_LOCAL_MACHINE\SYSTEM</code> erscheint danach als <code>HKEY_LOCAL_MACHINE\test</code>. Jetzt kann man die Datei <code>Mergeide.reg</code> mit <code>Datei --> Importieren</code> in die Registry einlesen, wobei zu beachten ist, dass die Pfade der Schlüssel angepasst werden müssen. Die Datei sollte also wie folgt aussehen.</p>

<div class="wp_syntax"><div class="code"><pre class="powershell" style="font-family:monospace;">Windows Registry Editor Version <span style="color: #804000;">5.00</span>
;Welche Kopie des ControlSets gerade aktiv ist erfahren Sie unter
;HKEY_LOCAL_MACHINE\SYSTEM\<span style="color: #008080; font-weight: bold;">Select</span> über den Wert von <span style="color: #800000;">&quot;Current&quot;</span>.
;Steht dieser auf <span style="color: #800000;">&quot;1&quot;</span><span style="color: pink;">,</span> müssen Sie hier weiter nichts ändern.
;Bei <span style="color: #800000;">&quot;2&quot;</span> müssen Sie ControlSet001 durch ControlSet002 ertsetzen
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Control\CriticalDeviceDatabase\primary_ide_channel<span style="color: #000000;">&#93;</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;atapi&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Control\CriticalDeviceDatabase\secondary_ide_channel<span style="color: #000000;">&#93;</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;atapi&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Control\CriticalDeviceDatabase\<span style="color: pink;">*</span>pnp0600<span style="color: #000000;">&#93;</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;atapi&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Control\CriticalDeviceDatabase\<span style="color: pink;">*</span>azt0502<span style="color: #000000;">&#93;</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;atapi&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Control\CriticalDeviceDatabase\gendisk<span style="color: #000000;">&#93;</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E967-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;disk&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#cc_0101]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_0e11&amp;dev_ae33]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_1039&amp;dev_0601]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_1039&amp;dev_5513]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_1042&amp;dev_1000]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_105a&amp;dev_4d33]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_1095&amp;dev_0640]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_1095&amp;dev_0646]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_1097&amp;dev_0038]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_10ad&amp;dev_0001]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_10ad&amp;dev_0150]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_10b9&amp;dev_5215]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_10b9&amp;dev_5219]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_10b9&amp;dev_5229]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_1106&amp;dev_0571]</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;pciide&quot;</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_8086&amp;dev_1222]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;intelide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_8086&amp;dev_1230]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;intelide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_8086&amp;dev_2411]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;intelide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_8086&amp;dev_2421]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;intelide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_8086&amp;dev_7010]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;intelide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_8086&amp;dev_7111]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;intelide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Control\CriticalDeviceDatabase\pci<span style="color: #008000;">#ven_8086&amp;dev_7199]</span>
<span style="color: #800000;">&quot;ClassGUID&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot;</span>
<span style="color: #800000;">&quot;Service&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;intelide&quot;</span>
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Services\atapi<span style="color: #000000;">&#93;</span>
<span style="color: #800000;">&quot;ErrorControl&quot;</span><span style="color: pink;">=</span>dword:00000001
<span style="color: #800000;">&quot;Group&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;SCSI miniport&quot;</span>
<span style="color: #800000;">&quot;Start&quot;</span><span style="color: pink;">=</span>dword:00000000
<span style="color: #800000;">&quot;Tag&quot;</span><span style="color: pink;">=</span>dword:00000019
<span style="color: #800000;">&quot;Type&quot;</span><span style="color: pink;">=</span>dword:00000001
<span style="color: #800000;">&quot;DisplayName&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;Standard IDE/ESDI Hard Disk Controller&quot;</span>
<span style="color: #800000;">&quot;ImagePath&quot;</span><span style="color: pink;">=</span>hex<span style="color: #000000;">&#40;</span><span style="color: #804000;">2</span><span style="color: #000000;">&#41;</span>:<span style="color: #804000;">53</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">79</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">73</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">74</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">65</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>6d<span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">33</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">32</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>5c<span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">44</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>\ 
  <span style="color: #804000;">52</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">49</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">56</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">45</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">52</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">53</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>5c<span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">61</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">74</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">61</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">70</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">69</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>2e<span style="color: pink;">,</span>\ 
  00<span style="color: pink;">,</span><span style="color: #804000;">73</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">79</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">73</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>00<span style="color: pink;">,</span>00
&nbsp;
&nbsp;
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Services\IntelIde<span style="color: #000000;">&#93;</span>
<span style="color: #800000;">&quot;ErrorControl&quot;</span><span style="color: pink;">=</span>dword:00000001
<span style="color: #800000;">&quot;Group&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;System Bus Extender&quot;</span>
<span style="color: #800000;">&quot;Start&quot;</span><span style="color: pink;">=</span>dword:00000000
<span style="color: #800000;">&quot;Tag&quot;</span><span style="color: pink;">=</span>dword:00000004
<span style="color: #800000;">&quot;Type&quot;</span><span style="color: pink;">=</span>dword:00000001
<span style="color: #800000;">&quot;ImagePath&quot;</span><span style="color: pink;">=</span>hex<span style="color: #000000;">&#40;</span><span style="color: #804000;">2</span><span style="color: #000000;">&#41;</span>:<span style="color: #804000;">53</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">79</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">73</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">74</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">65</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>6d<span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">33</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">32</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>5c<span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">44</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>\ 
  <span style="color: #804000;">52</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">49</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">56</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">45</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">52</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">53</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>5c<span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">69</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>6e<span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">74</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">65</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>6c<span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">69</span><span style="color: pink;">,</span>\ 
  00<span style="color: pink;">,</span><span style="color: #804000;">64</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">65</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>2e<span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">73</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">79</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">73</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>00<span style="color: pink;">,</span>00
&nbsp;
<span style="color: #000000;">&#91;</span>HKEY_LOCAL_MACHINE\test\ControlSet001\Services\PCIIde<span style="color: #000000;">&#93;</span>
<span style="color: #800000;">&quot;ErrorControl&quot;</span><span style="color: pink;">=</span>dword:00000001
<span style="color: #800000;">&quot;Group&quot;</span><span style="color: pink;">=</span><span style="color: #800000;">&quot;System Bus Extender&quot;</span>
<span style="color: #800000;">&quot;Start&quot;</span><span style="color: pink;">=</span>dword:00000000
<span style="color: #800000;">&quot;Tag&quot;</span><span style="color: pink;">=</span>dword:00000003
<span style="color: #800000;">&quot;Type&quot;</span><span style="color: pink;">=</span>dword:00000001
<span style="color: #800000;">&quot;ImagePath&quot;</span><span style="color: pink;">=</span>hex<span style="color: #000000;">&#40;</span><span style="color: #804000;">2</span><span style="color: #000000;">&#41;</span>:<span style="color: #804000;">53</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">79</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">73</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">74</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">65</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>6d<span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">33</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">32</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>5c<span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">44</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>\ 
  <span style="color: #804000;">52</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">49</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">56</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">45</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">52</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">53</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>5c<span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">70</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">63</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">69</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">69</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">64</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">65</span><span style="color: pink;">,</span>\ 
  00<span style="color: pink;">,</span>2e<span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">73</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">79</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span><span style="color: #804000;">73</span><span style="color: pink;">,</span>00<span style="color: pink;">,</span>00<span style="color: pink;">,</span>00</pre></div></div>

<p>Nach dem einspielen sollte man mit <code>Datei --> Struktur entfernen</code> den Registry-Zweig <code>Test</code> wieder entfernen.</p>
<p>Nachdem die Registry angepasst wurde, müssen manchmal auch noch die Dateien ATAPI.SYS, PCIIDE.SYS, PCIIDEx.SYS und PCI.SYS und Intelide.sys im Verzeichnis \%SystemRoot%\System32\Drivers durch die Originalversionen aus dem Archiv &#8220;%SystemRoot%\Driver Cache\i386\Driver.CAB&#8221; ersetzt werden. Alternativ können diese Dateien auch aus dem letzten Service Pack kopiert werden.</p>
<p>Falls man von Intel auf einen AMD Prozessor gewechselt hat muss zusätzlich noch die Datei Intelppm aus dem Verzeichnis Windows\System32\drivers entfernt werden.</p>
<p>Danach kann man versuchen Windows neu zu booten und mit etwas Glück startet es die Hardwareerkennung und findet den richtigen Controller und die Bootfestplatte.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.purrucker.de/2012/02/22/0x0000007b-windows-xp-bluescreen-nach-rucksicherung/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shrew Soft IKE daemon 2.1.7 läuft nicht bei Ubuntu 11.10</title>
		<link>http://blog.purrucker.de/2012/02/20/shrew-soft-ike-daemon-2-1-7-lauft-nicht-bei-ubuntu-11-10/</link>
		<comments>http://blog.purrucker.de/2012/02/20/shrew-soft-ike-daemon-2-1-7-lauft-nicht-bei-ubuntu-11-10/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 09:34:05 +0000</pubDate>
		<dc:creator>kristian</dc:creator>
				<category><![CDATA[Computer & Technik]]></category>
		<category><![CDATA[Kommunikationstechnik]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[IPSec]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://blog.purrucker.de/?p=1138</guid>
		<description><![CDATA[Wie ich heute feststellen musste, läuft der Shrew Soft IKE daemon 2.1.7 nicht mehr unter Ubuntu 11.10. Auf einer Mailingliste von Shrew Soft habe ih allerdings entdeckt, dass die Version 2.1.5 noch läuft: http://lists.shrew.net/pipermail/vpn-help/2011-October/004053.html. Die Pakete für Version 2.1.5 findet &#8230; <a href="http://blog.purrucker.de/2012/02/20/shrew-soft-ike-daemon-2-1-7-lauft-nicht-bei-ubuntu-11-10/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wie ich heute feststellen musste, läuft der Shrew Soft IKE daemon 2.1.7 nicht mehr unter Ubuntu 11.10. Auf einer Mailingliste von Shrew Soft habe ih allerdings entdeckt, dass die Version 2.1.5 noch läuft: <a href="http://lists.shrew.net/pipermail/vpn-help/2011-October/004053.html">http://lists.shrew.net/pipermail/vpn-help/2011-October/004053.html</a>.</p>
<p>Die Pakete für Version 2.1.5 findet man unter:</p>
<ol>
<li><a href="http://packages.ubuntu.com/oneiric/libssl0.9.8">http://packages.ubuntu.com/oneiric/libssl0.9.8</a></li>
<li><a href="http://packages.ubuntu.com/natty/ike">http://packages.ubuntu.com/natty/ike</a></li>
<li><a href="http://packages.ubuntu.com/natty/ike-qtgui">http://packages.ubuntu.com/natty/ike-qtgui</a></li>
</ol>
<p>Hinterher muss man aber natürlich aufpassen, dass die Update-Funktionen von Ubuntu nicht automatisch wieder auf Version 2.1.7 aktualisieren.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.purrucker.de/2012/02/20/shrew-soft-ike-daemon-2-1-7-lauft-nicht-bei-ubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtualisierung mit KVM und libvirt unter Ubuntu 10.04</title>
		<link>http://blog.purrucker.de/2012/02/13/virtualisierung-mit-kvm-und-libvirt-unter-ubuntu-10-04/</link>
		<comments>http://blog.purrucker.de/2012/02/13/virtualisierung-mit-kvm-und-libvirt-unter-ubuntu-10-04/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 22:48:58 +0000</pubDate>
		<dc:creator>kristian</dc:creator>
				<category><![CDATA[Computer & Technik]]></category>
		<category><![CDATA[Kommunikationstechnik]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[kvm]]></category>
		<category><![CDATA[libvirt]]></category>
		<category><![CDATA[Netzwerk]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtualisierung]]></category>

		<guid isPermaLink="false">http://blog.purrucker.de/?p=975</guid>
		<description><![CDATA[Um eine virtuelle Maschine mit libvirt einzurichten, benötigt man als erstes ein virtuelles Netzwerk. Dazu legt man unter /etc/libvirt/qemu/networks eine XML-Datei an oder editiert die dort bei der Installation angelegte default.xml. Wenn man sich z.B. für das virtuelle Netzwerk 192.168.34.0/24 &#8230; <a href="http://blog.purrucker.de/2012/02/13/virtualisierung-mit-kvm-und-libvirt-unter-ubuntu-10-04/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Um eine virtuelle Maschine mit libvirt einzurichten, benötigt man als erstes ein virtuelles Netzwerk. Dazu legt man unter /etc/libvirt/qemu/networks eine XML-Datei an oder editiert die dort bei der Installation angelegte default.xml. Wenn man sich z.B. für das virtuelle Netzwerk 192.168.34.0/24 entschieden hat, könnte diese Datei wie folgt aussehen:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;network<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>subnetz1<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;forward</span> <span style="color: #000066;">dev</span>=<span style="color: #ff0000;">'eth0'</span> <span style="color: #000066;">mode</span>=<span style="color: #ff0000;">'route'</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;bridge</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">'virbr2'</span> <span style="color: #000066;">stp</span>=<span style="color: #ff0000;">'off'</span> <span style="color: #000066;">forwardDelay</span>=<span style="color: #ff0000;">'0'</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;ip</span> <span style="color: #000066;">address</span>=<span style="color: #ff0000;">&quot;192.168.34.1&quot;</span> <span style="color: #000066;">netmask</span>=<span style="color: #ff0000;">&quot;255.255.255.0&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/network<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>Die fertige XML-Datei wird nach dem speichern und mittels <code>virsh net-define <dateiname></code> in libvirt bekannt gemacht. Das neue Netzwerk hat in libvirt den Namen <code>subnetz1</code>. Wenn man nur die <code>default.xml</code> editiert hat entfällt dieser natürlich, da dieses Netz bereits bekannt ist.</p>
<p>Nach dem Aufruf von <code>virsh net-autostart subnetz1</code> ist sichergestellt, dass das Netzwerk auch tatsächlich nach jedem Systemstart sofort verfügbar ist. Mit <code>virsh net-start subnetz1</code> aktiviert man das Netz von Hand.</p>
<p>Damit die virtuelle Maschine mit der Außenwelt kommunizieren kann, muss jetzt noch IP Forwarding aktiviert werden. Bei Debian/Ubuntu wird das Forwarding in der Datei <code>/etc/sysctl.conf</code> aktiviert. In ihr sollte die folgende Zeile stehen:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">net.ipv4.ip_forward=<span style="color: #000000;">1</span></pre></div></div>

<p>Danach kann eine neue virtuelle Maschine angelegt und gestartet werden. Diese muss dann nur noch eine freie IP-Adresse aus dem virtuellen Netzwerk bekommen und kann danach gestartet werden.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.purrucker.de/2012/02/13/virtualisierung-mit-kvm-und-libvirt-unter-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Anzeigen der Postfachgröße bei Exchange 2010</title>
		<link>http://blog.purrucker.de/2012/02/07/anzeigen-der-postfachgrose-bei-exchange-2010/</link>
		<comments>http://blog.purrucker.de/2012/02/07/anzeigen-der-postfachgrose-bei-exchange-2010/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 12:15:16 +0000</pubDate>
		<dc:creator>kristian</dc:creator>
				<category><![CDATA[Computer & Technik]]></category>
		<category><![CDATA[Kommunikationstechnik]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Datenbank]]></category>
		<category><![CDATA[E-Mail]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://blog.purrucker.de/?p=1119</guid>
		<description><![CDATA[Wer einen Server mit Microsoft Exchange betreibt ist oft auf der Suche nach den Benutzern, die zu viel Speicherplatz belegen. Leider gibt es in der grafischen Konsole von Exchange 2010 keine Möglichkeit in einer Liste alle Mailboxen mit ihrer Größe &#8230; <a href="http://blog.purrucker.de/2012/02/07/anzeigen-der-postfachgrose-bei-exchange-2010/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wer einen Server mit Microsoft Exchange betreibt ist oft auf der Suche nach den Benutzern, die zu viel Speicherplatz belegen. Leider gibt es in der grafischen Konsole von Exchange 2010 keine Möglichkeit in einer Liste alle Mailboxen mit ihrer Größe anzuzeigen. Um eine solche List zu erhalten benötigt man also die Power Shell. Die brauchbaren Kommandos für die Power Shell haben jedoch leider den Nachteil, dass Sie sich durch ihre Länge und komplexität nicht sonderlich gut merken lassen. Deshalb habe ich mir im folgenden mal drei nützliche Varianten zum ermitteln der Mailboxgröße aufgeschrieben.</p>
<p><strong>Alle Mailboxen nach Größe anzeigen</strong></p>

<div class="wp_syntax"><div class="code"><pre class="powershell" style="font-family:monospace;">get<span style="color: pink;">-</span>mailboxdatabase <span style="color: pink;">|</span> get<span style="color: pink;">-</span>mailboxstatistics <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">Sort</span> <span style="color: #008080; font-style: italic;">-Property</span> TotalItemSize <span style="color: #008080; font-style: italic;">-descending</span><span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">select-object</span> DisplayName<span style="color: pink;">,@</span><span style="color: #000000;">&#123;</span>expression<span style="color: pink;">=</span><span style="color: #000000;">&#123;</span><span style="color: #000080;">$_</span>.TotalItemSize.value.ToMB<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#125;</span><span style="color: pink;">,</span> Itemcount<span style="color: pink;">,</span>ServerName</pre></div></div>

<p><strong>Alle Mailboxen nach Größe und mit Datenbank anzeigen</strong></p>

<div class="wp_syntax"><div class="code"><pre class="powershell" style="font-family:monospace;">get<span style="color: pink;">-</span>mailboxdatabase <span style="color: pink;">|</span> get<span style="color: pink;">-</span>mailboxstatistics <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">Sort</span> <span style="color: #008080; font-style: italic;">-Property</span> TotalItemSize <span style="color: #008080; font-style: italic;">-descending</span><span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">select-object</span> DisplayName<span style="color: pink;">,@</span><span style="color: #000000;">&#123;</span>expression<span style="color: pink;">=</span><span style="color: #000000;">&#123;</span><span style="color: #000080;">$_</span>.TotalItemSize.value.ToMB<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#125;</span><span style="color: pink;">,</span> Itemcount<span style="color: pink;">,</span>ServerName<span style="color: pink;">,</span>Database <span style="color: pink;">|</span>ft</pre></div></div>

<p><strong>Alle Mailboxen einer Datenbank auflisten</strong><br />
(anstelle von Test muss hier der DB-Name eingesetzt werden)</p>

<div class="wp_syntax"><div class="code"><pre class="powershell" style="font-family:monospace;">get<span style="color: pink;">-</span>Mailboxdatabase <span style="color: pink;">-</span>Identity <span style="color: #800000;">&quot;Test&quot;</span> <span style="color: pink;">|</span> get<span style="color: pink;">-</span>mailboxstatistics <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">Sort</span> <span style="color: #008080; font-style: italic;">-Property</span> TotalItemSize <span style="color: #008080; font-style: italic;">-descending</span><span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">select-object</span> DisplayName<span style="color: pink;">,@</span><span style="color: #000000;">&#123;</span>expression<span style="color: pink;">=</span><span style="color: #000000;">&#123;</span><span style="color: #000080;">$_</span>.TotalItemSize.value.ToMB<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#125;</span><span style="color: pink;">,</span>Itemcount<span style="color: pink;">,</span>ServerName</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.purrucker.de/2012/02/07/anzeigen-der-postfachgrose-bei-exchange-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Antipasti für 8 Personen</title>
		<link>http://blog.purrucker.de/2012/01/01/antipasti-fur-8-personen/</link>
		<comments>http://blog.purrucker.de/2012/01/01/antipasti-fur-8-personen/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 20:09:43 +0000</pubDate>
		<dc:creator>kristian</dc:creator>
				<category><![CDATA[Essen & Trinken]]></category>
		<category><![CDATA[Antipasti]]></category>
		<category><![CDATA[Aubergine]]></category>
		<category><![CDATA[Champignons]]></category>
		<category><![CDATA[Gemüse]]></category>
		<category><![CDATA[Paprika]]></category>
		<category><![CDATA[Vorspeise]]></category>
		<category><![CDATA[Zucchini]]></category>

		<guid isPermaLink="false">http://blog.purrucker.de/?p=1099</guid>
		<description><![CDATA[Zutaten: 1 Aubergine 4 Zucchini 3 Paprikaschoten, bunt, nach Belieben 250 g Champignons Thymian 3 Zehen Knoblauch Salz 3 EL Öl Für die Marinade: 2 Schalotten (alternativ rote Zwiebeln), 3 Limetten, 5 EL Balsamico, 220 ml Olivenöl, 5 EL Weißweinessig, &#8230; <a href="http://blog.purrucker.de/2012/01/01/antipasti-fur-8-personen/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.purrucker.de/wp-content/uploads/2012/01/DSC_5495_klein.jpg" alt="" title="Antipasti" width="450" height="249" class="alignleft size-full wp-image-1100" /><br />
<strong>Zutaten:</strong><br />
1 Aubergine<br />
4 Zucchini<br />
3 Paprikaschoten, bunt, nach Belieben<br />
250 g Champignons<br />
Thymian<br />
3 Zehen Knoblauch<br />
Salz<br />
3 EL Öl</p>
<p><strong>Für die Marinade:</strong><br />
2 Schalotten (alternativ rote Zwiebeln), 3 Limetten, 5 EL Balsamico, 220 ml Olivenöl, 5 EL Weißweinessig, Öl für das Blech</p>
<p><strong>Für die Garnitur:</strong><br />
Oliven, Basilikum </p>
<p><strong>Zubereitung:</strong><br />
Gemüse in reichlich kaltem Wasser rasch, aber sorgfältig waschen und in grobe Stücke, Zucchini in dicke Scheiben schneiden. Gemüsestücke und Pilze auf ein geöltes Backblech legen und Salzen und pfeffern. Thymian und gehackten Knoblauch darüber streuen und ca. 3 EL Öl darüber verteilen.<br />
Das Ganze dann ca. 20 Minuten im vorgeheizten Backofen bei 200° Grad Heißluft in den Backofen geben.</p>
<p>Inzwischen die Marinade zusammen rühren. Dazu Schalotten in dünne Scheiben schneiden. Danach Limonensaft, Balsamico, Lorbeerblätter, Essig und Öl miteinander verrühren. Danach die Schalottenscheiben zugeben.</p>
<p>Gemüse noch lauwarm in die Marinade geben und mindestens 3 Stunden durchziehen lassen.</p>
<p>Vor dem Servieren mit Oliven und Basilikum garnieren.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.purrucker.de/2012/01/01/antipasti-fur-8-personen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autodiscover bei Outlook abschalten</title>
		<link>http://blog.purrucker.de/2011/11/17/autodiscover-bei-outlook-abschalten/</link>
		<comments>http://blog.purrucker.de/2011/11/17/autodiscover-bei-outlook-abschalten/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 16:51:15 +0000</pubDate>
		<dc:creator>kristian</dc:creator>
				<category><![CDATA[Computer & Technik]]></category>
		<category><![CDATA[Hersteller]]></category>
		<category><![CDATA[Kommunikationstechnik]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[E-Mail]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://blog.purrucker.de/?p=1088</guid>
		<description><![CDATA[Die Autodiscover Funktion von Outlook ist eine nützliche Sache, die einen bei gemischten Umgebungen mit mehre Firewalls, DNS- und Exchangeservern in die Verzweiflung treiben kann. Vielleicht hat Microsoft deshalb ja sogar einen Song über Autodicover auf der Technet-Webseite veröffentlicht http://gallery.technet.microsoft.com/The-Autodiscover-Song-a68b9f7c &#8230; <a href="http://blog.purrucker.de/2011/11/17/autodiscover-bei-outlook-abschalten/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Die Autodiscover Funktion von Outlook ist eine nützliche Sache, die einen bei gemischten Umgebungen mit mehre Firewalls, DNS- und Exchangeservern in die Verzweiflung treiben kann. Vielleicht hat Microsoft deshalb ja sogar einen Song über Autodicover auf der Technet-Webseite veröffentlicht <img src='http://blog.purrucker.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><a href=" http://gallery.technet.microsoft.com/The-Autodiscover-Song-a68b9f7c"></p>
<p>http://gallery.technet.microsoft.com/The-Autodiscover-Song-a68b9f7c</a></p>
<p>Leider läuft ab Outlook 2007 ohne autodiscover einiges nicht mehr (z.B. Free and Busy Informationen, der Abwesenheitsassist, das Offline Address Book usw). Dies lässt sich allerdings umgehen, indem man für den Client das Autodiscover abzuschalten. Im folgenden ein paar Registry-Einträge einem dies ermöglichen:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">HKCU\Software\Microsoft\Office\<span style="color: #000000;">12.0</span>\Outlook\AutoDiscover
DWORD: DisableAutoStartup
Set to <span style="color: #000000;">1</span></pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\<span style="color: #000000;">12.0</span>\Outlook\AutoDiscover
DWORD: ZeroConfigExchange
Set to <span style="color: #000000;">1</span></pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000;">2</span>. Free Busy:
Outlook <span style="color: #000000;">2007</span> zwingen den Public Folder Free<span style="color: #000000; font-weight: bold;">/</span>Busy zu nutzen:
Key: HKEY_CURRENT_USER\Software\Microsoft\Office\<span style="color: #000000;">12.0</span>\Outlook\Options\Calendar
DWORD: UseLegacyFB
Wert:
<span style="color: #000000;">0</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>oder nicht vorhanden<span style="color: #7a0874; font-weight: bold;">&#41;</span> = default Einstellung - Autodiscover nutzen
<span style="color: #000000;">1</span> = public folder free<span style="color: #000000; font-weight: bold;">/</span>busy nutzen</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.purrucker.de/2011/11/17/autodiscover-bei-outlook-abschalten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apfelstrudel</title>
		<link>http://blog.purrucker.de/2011/09/13/apfelstrudel/</link>
		<comments>http://blog.purrucker.de/2011/09/13/apfelstrudel/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 12:55:19 +0000</pubDate>
		<dc:creator>kristian</dc:creator>
				<category><![CDATA[Essen & Trinken]]></category>
		<category><![CDATA[Apfelstrudel]]></category>
		<category><![CDATA[Äpfel]]></category>
		<category><![CDATA[Eis]]></category>
		<category><![CDATA[Kuchen]]></category>
		<category><![CDATA[Strudel]]></category>

		<guid isPermaLink="false">http://blog.purrucker.de/?p=1047</guid>
		<description><![CDATA[Zutaten: 3 Pkt. Blätterteig 6 Äpfel 1 Becher Schmand ½ Becher Sahne 1 Ei Zucker Zimt evtl. Rosinen Puderzucker Zubereitung: Äpfel mit einem Puerierstab oder Mixer zerkleinern, dann in eine Schüssel geben und mit dem Schmand vermengen. Den Blätterteig ausrollen &#8230; <a href="http://blog.purrucker.de/2011/09/13/apfelstrudel/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.purrucker.de/wp-content/uploads/2011/09/aepfel.jpg" alt="" title="aepfel" width="450" height="299" class="alignleft size-full wp-image-1072" /><br />
<strong>Zutaten:</strong></p>
<p>3 Pkt.	Blätterteig<br />
6 Äpfel<br />
1 Becher Schmand<br />
½ Becher Sahne<br />
1 Ei<br />
Zucker<br />
Zimt<br />
evtl. Rosinen<br />
Puderzucker</p>
<p><strong>Zubereitung:</strong><br />
Äpfel mit einem Puerierstab oder Mixer zerkleinern, dann in eine Schüssel geben und mit dem Schmand vermengen.<br />
<img src="http://blog.purrucker.de/wp-content/uploads/2011/09/apfelstrudel_450.jpg" alt="" title="Apfelstrudel" width="450" height="299" class="alignright size-full wp-image-1070" /></p>
<p>Den Blätterteig ausrollen und die Apfelmasse gleichmäßig auf allen Rollen verteilen. Mit Zucker und Zimt bestreuen, evtl. die Rosinen darauf verteilen. Die Teigrollen zu Strudeln aufrollen und in eine leicht gefettete Auflaufform legen.<br />
Die Sahne mit dem Ei verrühren und über den Strudeln verteilen. Im vorgeheizten Backofen bei 180°C ca. 30 Min mit Deckel, dann nochmal ca. 25 Min ohne Deckel backen, bis der Strudel goldbraun ist.<br />
Mit Puderzucker bestreuen. Evtl. mit Vanille-Eis oder Soße servieren.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.purrucker.de/2011/09/13/apfelstrudel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

