<?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>Binary War &#187; Windows 7</title>
	<atom:link href="http://www.binarywar.com/category/windows-desktop-operating-system/windows-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.binarywar.com</link>
	<description>My KB.  If it helps someone else who is searching for answers...great!</description>
	<lastBuildDate>Thu, 05 Aug 2010 20:21:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Windows Server 2008 &#8220;BOOTMGR is missing&#8221; Error</title>
		<link>http://www.binarywar.com/2010/01/windows-server-2008-bootmgr-is-missing-error/</link>
		<comments>http://www.binarywar.com/2010/01/windows-server-2008-bootmgr-is-missing-error/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 03:07:52 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.binarywar.com/?p=297</guid>
		<description><![CDATA[Not what you want to see when trying to boot Windows Vista Server&#8230;oops, sorry, I mean Windows Server 2008.  :-) Unfortunately, this is what I encountered recently after a Windows Server 2008 virtual machine rebooted following some routine Windows Updates.  After some time spent troubleshooting, it did not appear that any of the updates themselves [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-298" title="bootmgr01" src="http://www.binarywar.com/wp-content/uploads/2010/01/bootmgr01.jpg" alt="" width="322" height="91" /></p>
<p>Not what you want to see when trying to boot Windows Vista Server&#8230;oops, sorry, I mean Windows Server 2008.  :-)</p>
<p>Unfortunately, this is what I encountered recently after a Windows Server 2008 virtual machine rebooted following some routine Windows Updates.  After some time spent troubleshooting, it did not appear that any of the updates themselves had caused the problem.  The type of backup system in use for this server allows me to boot virtual copies of the backups from any 15 minute interval in the previous 2 days.  I was able to boot a virtual copy of this server from the backups before the updates were installed.  It had the same &#8220;bootmgr is missing&#8221; error.  And the server had rebooted successfully 5 days ago, so something in the past 5 days after that last reboot caused this problem.</p>
<p>Research (googling) on the &#8216;bootmgr is missing&#8217; error led me to this Microsoft KB article pretty quickly:</p>
<p><img src="file:///C:/Users/AARON%7E1.JOH/AppData/Local/Temp/moz-screenshot-4.png" alt="" /></p>
<p><a title="http://support.microsoft.com/kb/927391" href="http://support.microsoft.com/kb/927391" target="_blank">http://support.microsoft.com/kb/927391</a></p>
<p>Here is the content of that article:</p>
<blockquote><p><strong>Cause:</strong></p>
<p>This error occurs when either of the following conditions is true:</p>
<ul>
<li>The Windows Boot Manager (Bootmgr) entry is not present in the Boot Configuration Data (BCD) store.</li>
<li>The  Boot\BCD file on the active partition is damaged or missing.</li>
</ul>
<h3><strong>Resolution:</strong></h3>
<h4 id="tocHeadRef"><span style="color: #000000;">Method 1: Repair the BCD store by using the Startup Repair option</span></h4>
<p>You can use the Startup Repair option in the Windows Recovery Environment to repair the BCD store. To do this, follow these steps:</p>
<ol>
<li>Put the Windows Vista installation disc in the disc drive, and then start the computer.</li>
<li>Press a key when you are prompted.</li>
<li>Select a language, a time, a currency, and a keyboard or another input method, and then click <strong>Next</strong>.</li>
<li>Click <strong>Repair your computer</strong>.</li>
<li>Click the operating system that you want to repair, and then click <strong>Next</strong>.</li>
<li>In the <strong>System Recovery Options</strong> dialog box, click <strong>Startup Repair</strong>.</li>
<li>Restart the computer.</li>
</ol>
<h4 id="tocHeadRef"><span style="color: #000000;">Method 2: Rebuild the BCD store by using the Bootrec.exe tool</span></h4>
<p>If the previous method does not resolve the problem, you can rebuild the BCD store by using the Bootrec.exe tool in the Windows Recovery Environment. To do this, follow these steps:</p>
<ol>
<li>Put the Windows Vista installation disc in the disc drive, and then start the computer.</li>
<li>Press a key when you are prompted.</li>
<li>Select a language, a time, a currency, and a keyboard or another  input method, and then click <strong>Next</strong>.</li>
<li>Click <strong>Repair your computer</strong>.</li>
<li>Click the operating system that you want to repair, and then click <strong>Next</strong>.</li>
<li>In the <strong>System Recovery Options</strong> dialog box, click <strong>Command Prompt</strong>.</li>
<li> Type Bootrec /RebuildBcd, and then press ENTER.
<ul>
<li>If the Bootrec.exe tool runs successfully, it presents you with an installation path of a Windows directory. To add the entry to the BCD store, type Yes. A confirmation message appears that indicates the entry was added successfully.</li>
<li>If the Bootrec.exe tool cannot locate any missing Windows installations, you must remove the BCD store, and then you must re-create it. To do this, type the following commands in the order in which they are presented. Press ENTER after each command.
<div>Bcdedit /export C:\BCD_Backup</div>
<div>ren c:\boot\bcd bcd.old</div>
<div>Bootrec /rebuildbcd</div>
</li>
</ul>
</li>
<li>Restart the computer.</li>
</ol>
<h4 id="tocHeadRef"><span style="color: #000000;">Method 3: Rebuild the BCD store manually by using the Bcdedit.exe tool</span></h4>
<p>If the previous method does not resolve the problem, you can rebuild the BCD store manually by using the Bcdedit.exe tool in the Windows Recovery Environment. To do this, follow these steps:</p>
<ol>
<li>Put the Windows Vista installation disc in the disc drive, and then start the computer.</li>
<li>Press a key when you are prompted.</li>
<li>Select a language, a time, a currency, and a keyboard or another input method, and then click <strong>Next</strong>.</li>
<li>Click <strong>Repair your computer</strong>.</li>
<li>Click the operating system that you want to repair, and then click <strong>Next</strong>.</li>
<li>In the <strong>System Recovery Options</strong> dialog box, click <strong>Command Prompt</strong>.</li>
<li>Type the following command, and then press ENTER:
<div>cd /d <var>Partition</var>:\Windows\System32</div>
<p><strong>Note </strong><var>Partition</var> represents the letter of the partition on which Windows Vista is installed. Typically, this is partition C.</li>
<li>Type the following command, and then press ENTER:
<div>bcdedit /enum all</div>
<p>In the Windows Boot Loader section of the output from this command, note the GUID that is listed for <strong>resumeobject</strong>. You will use this GUID later.</li>
<li>Type the following command, and then press ENTER:
<div>bcdedit -create {bootmgr} -d &#8220;<var>Description</var>&#8220;</div>
<p><strong>Note </strong><var>Description</var> represents the description for the new entry.</li>
<li>Type the following command, and then press ENTER:
<div>bcdedit -set {bootmgr} device partition=<var>Partition</var>:</div>
<p><strong>Note </strong><var>Partition</var> represents the letter of the partition. Typically, the letter is C.</li>
<li>Type the following command, and then press ENTER:
<div>bcdedit /displayorder {<var>GUID</var>}</div>
<p><strong>Note </strong><var>GUID</var> represents the GUID that you obtained in step 8.</li>
<li>Type the following command, and then press ENTER:
<div>bcdedit /default {<var>GUID</var>}</div>
<p><strong>Note </strong><var>GUID</var> represents the GUID that you obtained in step 8.</li>
<li>Type the following command, and then press ENTER:
<div>bcdedit /timeout <var>Value</var></div>
<p><strong>Note </strong><var>Value</var> represents the time  in seconds  before the Windows Boot Manager selects the default entry that you created in step 12.</li>
<li>Restart the computer.</li>
</ol>
</blockquote>
<p>If you are booting from a Server 2008 install disk, when you use the &#8220;Repair your computer&#8221; option, the available options look like this:</p>
<p><img class="alignnone size-full wp-image-301" title="bootmgr03" src="http://www.binarywar.com/wp-content/uploads/2010/01/bootmgr03.jpg" alt="" width="485" height="267" /></p>
<p>You can access the repair option on a Server 2008 disk by choosing &#8220;command prompt&#8221;, then running  &#8220;x:\sources\recovery\StartRep.exe&#8221;.</p>
<p>I did this and it worked like a champ!  It found an error, corrected it, and the server was back up and running 10 minutes later.</p>
<p>I have also done this on Server 2008 using a Windows Vista install disk.  Slightly risky, but the server was down anyway, and I was in a pinch.  That also worked.  Along the same lines, I would guess that a Windows 7 install disk would work for Server 2008 R2 if you had no other option.  But don&#8217;t hold me to that!</p>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2010%2F01%2Fwindows-server-2008-bootmgr-is-missing-error%2F&amp;linkname=Windows%20Server%202008%20%26%238220%3BBOOTMGR%20is%20missing%26%238221%3B%20Error" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2010%2F01%2Fwindows-server-2008-bootmgr-is-missing-error%2F&amp;linkname=Windows%20Server%202008%20%26%238220%3BBOOTMGR%20is%20missing%26%238221%3B%20Error" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2010%2F01%2Fwindows-server-2008-bootmgr-is-missing-error%2F&amp;linkname=Windows%20Server%202008%20%26%238220%3BBOOTMGR%20is%20missing%26%238221%3B%20Error" title="Evernote" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2010%2F01%2Fwindows-server-2008-bootmgr-is-missing-error%2F&amp;linkname=Windows%20Server%202008%20%26%238220%3BBOOTMGR%20is%20missing%26%238221%3B%20Error" title="Digg" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2010%2F01%2Fwindows-server-2008-bootmgr-is-missing-error%2F&amp;linkname=Windows%20Server%202008%20%26%238220%3BBOOTMGR%20is%20missing%26%238221%3B%20Error" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/instapaper?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2010%2F01%2Fwindows-server-2008-bootmgr-is-missing-error%2F&amp;linkname=Windows%20Server%202008%20%26%238220%3BBOOTMGR%20is%20missing%26%238221%3B%20Error" title="Instapaper" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/instapaper.png" width="16" height="16" alt="Instapaper"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2010%2F01%2Fwindows-server-2008-bootmgr-is-missing-error%2F&amp;linkname=Windows%20Server%202008%20%26%238220%3BBOOTMGR%20is%20missing%26%238221%3B%20Error"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.binarywar.com/2010/01/windows-server-2008-bootmgr-is-missing-error/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Problems Running Batch Files in Windows Server 2008</title>
		<link>http://www.binarywar.com/2009/11/problems-running-batch-files-in-windows-server-2008/</link>
		<comments>http://www.binarywar.com/2009/11/problems-running-batch-files-in-windows-server-2008/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 04:37:00 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Desktop Operating System]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.binarywar.com/?p=124</guid>
		<description><![CDATA[When running a batch file in Server 2008 by double-clicking on it, any commands that are executed use limited permissions due to the built-in User Account Control (UAC) which is enabled by default.  Also, Server 2008 won&#8217;t ask you if you want to run with admin rights when you run the batch file, or if [...]]]></description>
			<content:encoded><![CDATA[<p>When running a batch file in Server 2008 by double-clicking on it, any commands that are executed use limited permissions due to the built-in User Account Control (UAC) which is enabled by default.  Also, Server 2008 won&#8217;t ask you if you want to run with admin rights when you run the batch file, or if it comes across any commands which might need elevated privileges.  Those commands will quietly fail.  Isn&#8217;t that helpful?</p>
<p>You could spend hours troubleshooting your commands thinking they are faulty when it is just as simple as a privilege issue on the batch file that you ran.</p>
<p>Bottom line, if you are testing a batch file, right-click on it and choose &#8220;Run as Administrator&#8221;.  This will give the batch file full rights.</p>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F11%2Fproblems-running-batch-files-in-windows-server-2008%2F&amp;linkname=Problems%20Running%20Batch%20Files%20in%20Windows%20Server%202008" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F11%2Fproblems-running-batch-files-in-windows-server-2008%2F&amp;linkname=Problems%20Running%20Batch%20Files%20in%20Windows%20Server%202008" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F11%2Fproblems-running-batch-files-in-windows-server-2008%2F&amp;linkname=Problems%20Running%20Batch%20Files%20in%20Windows%20Server%202008" title="Evernote" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F11%2Fproblems-running-batch-files-in-windows-server-2008%2F&amp;linkname=Problems%20Running%20Batch%20Files%20in%20Windows%20Server%202008" title="Digg" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F11%2Fproblems-running-batch-files-in-windows-server-2008%2F&amp;linkname=Problems%20Running%20Batch%20Files%20in%20Windows%20Server%202008" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/instapaper?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F11%2Fproblems-running-batch-files-in-windows-server-2008%2F&amp;linkname=Problems%20Running%20Batch%20Files%20in%20Windows%20Server%202008" title="Instapaper" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/instapaper.png" width="16" height="16" alt="Instapaper"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F11%2Fproblems-running-batch-files-in-windows-server-2008%2F&amp;linkname=Problems%20Running%20Batch%20Files%20in%20Windows%20Server%202008"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.binarywar.com/2009/11/problems-running-batch-files-in-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Adding Static ARP Table Entries in Windows Vista and Server 2008</title>
		<link>http://www.binarywar.com/2009/11/adding-static-arp-table-entries-in-windows-vista-and-server-2008/</link>
		<comments>http://www.binarywar.com/2009/11/adding-static-arp-table-entries-in-windows-vista-and-server-2008/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 07:21:05 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Desktop Operating System]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.binarywar.com/?p=120</guid>
		<description><![CDATA[Due to security settings in Vista and Server 2008 (and presumably, Windows 7), you may have trouble adding a static ARP entry to the ARP table. Yes, you may still have trouble even if you run the command prompt (cmd.exe) as Administrator. Commonly, and the error I have gotten, you will see something like: &#8220;The [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-228" title="cmd" src="http://www.binarywar.com/wp-content/uploads/2009/11/cmd.jpg" alt="" width="500" height="250" /></p>
<p>Due to security settings in Vista and Server 2008 (and presumably, Windows 7), you may have trouble adding a static ARP entry to the ARP table.</p>
<p>Yes, you may still have trouble even if you run the command prompt (cmd.exe) as Administrator.</p>
<p>Commonly, and the error I have gotten, you will see something like:</p>
<p>&#8220;The ARP entry addition failed.&#8221;</p>
<p>If that occurs, you can try this method instead.  Not as quick, but it should work.</p>
<ol>
<li>Run the command prompt as Administrator</li>
<li>Type netsh -c &#8220;interface ipv4&#8243;</li>
<li>The prompt will change to &#8220;netsh interface ipv4&gt;&#8221;</li>
<li>Type the following:</li>
</ol>
<p>add neighbors &#8220;Local Area Connection&#8221; &#8220;xxx.xxx.xxx.xxx&#8221; &#8220;00-00-00-00-00-00&#8243;</p>
<p>&#8230;and replace Local Area Connection with the name of your connection.  Obviously, replace the x&#8217;s and 0&#8242;s with your IP and MAC address, respectively.</p>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F11%2Fadding-static-arp-table-entries-in-windows-vista-and-server-2008%2F&amp;linkname=Adding%20Static%20ARP%20Table%20Entries%20in%20Windows%20Vista%20and%20Server%202008" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F11%2Fadding-static-arp-table-entries-in-windows-vista-and-server-2008%2F&amp;linkname=Adding%20Static%20ARP%20Table%20Entries%20in%20Windows%20Vista%20and%20Server%202008" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F11%2Fadding-static-arp-table-entries-in-windows-vista-and-server-2008%2F&amp;linkname=Adding%20Static%20ARP%20Table%20Entries%20in%20Windows%20Vista%20and%20Server%202008" title="Evernote" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F11%2Fadding-static-arp-table-entries-in-windows-vista-and-server-2008%2F&amp;linkname=Adding%20Static%20ARP%20Table%20Entries%20in%20Windows%20Vista%20and%20Server%202008" title="Digg" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F11%2Fadding-static-arp-table-entries-in-windows-vista-and-server-2008%2F&amp;linkname=Adding%20Static%20ARP%20Table%20Entries%20in%20Windows%20Vista%20and%20Server%202008" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/instapaper?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F11%2Fadding-static-arp-table-entries-in-windows-vista-and-server-2008%2F&amp;linkname=Adding%20Static%20ARP%20Table%20Entries%20in%20Windows%20Vista%20and%20Server%202008" title="Instapaper" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/instapaper.png" width="16" height="16" alt="Instapaper"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F11%2Fadding-static-arp-table-entries-in-windows-vista-and-server-2008%2F&amp;linkname=Adding%20Static%20ARP%20Table%20Entries%20in%20Windows%20Vista%20and%20Server%202008"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.binarywar.com/2009/11/adding-static-arp-table-entries-in-windows-vista-and-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
