<?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>Dave Hildebrand.com &#187; Tech Help</title>
	<atom:link href="http://www.davehildebrand.com/category/tech-help/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davehildebrand.com</link>
	<description>The IT Crowd</description>
	<lastBuildDate>Thu, 02 Feb 2012 19:12:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>DHCP Options for WDS 2008 when using a separate DHCP server</title>
		<link>http://www.davehildebrand.com/tech-help/dhcp-options-for-wds-2008-when-using-a-separate-dhcp-server/</link>
		<comments>http://www.davehildebrand.com/tech-help/dhcp-options-for-wds-2008-when-using-a-separate-dhcp-server/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 19:12:29 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[WDS 2008]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/?p=523</guid>
		<description><![CDATA[I installed a Windows Deployment Server today and while setting up the PXE boot options I hit a road block. No where in the MS documentation that I&#8217;ve come across is this info given. All the tutorials I&#8217;ve watched all install a DHCP server on the same servers as WDS. I was only able to [...]]]></description>
			<content:encoded><![CDATA[<p>I installed a Windows Deployment Server today and while setting up the PXE boot options I hit a road block.  No where in the MS documentation that I&#8217;ve come across is this info given.  All the tutorials I&#8217;ve watched all install a DHCP server on the same servers as WDS.  I was only able to find the reference <a href="http://social.technet.microsoft.com/Forums/en-US/winserversetup/thread/d2520057-6d58-4c9c-b50a-3f0e771ff19c/">here</a>.</p>
<p>For future reference the DHCP settings are:<br />
<code><br />
OPTION 66 = IP OF WDS Server<br />
OPTION 67 = \boot\x86\wdsnbp.com<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/tech-help/dhcp-options-for-wds-2008-when-using-a-separate-dhcp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://www.davehildebrand.com/tech-help/517/</link>
		<comments>http://www.davehildebrand.com/tech-help/517/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 21:27:49 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[powershell]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/?p=517</guid>
		<description><![CDATA[I came across the following error while trying to add a mail enabled group to a Public Folder: 1st I tried changing the group from distribution to security, but, I still got the same error. Then I found this post. Turns out the GUI doesn&#8217;t completely change the object. You need to run the following [...]]]></description>
			<content:encoded><![CDATA[<p>I came across the following error while trying to add a mail enabled group to a Public Folder:</p>
<p><img src="http://www.davehildebrand.com/wp-content/uploads/2012/01/OutlookGroupError.png" alt="" title="OutlookGroupError" width="608" height="118" class="alignnone size-full wp-image-518" /></p>
<p>1st I tried changing the group from distribution to security, but, I still got the same error.</p>
<p>Then I found this <a href="http://blogs.msdn.com/b/pepeedu/archive/2010/08/26/how-to-upgrade-a-universal-distribution-group-to-a-universal-security-group.aspx">post</a>.  Turns out the GUI doesn&#8217;t completely change the object.  You need to run the following command from the Exchange Management Shell (Exchange 2007 for me):</p>
<p>Set-Distributiongroup–identity <DistributionGroupIdParameter> </p>
<p>In my case it was:</p>
<p>Set-DistributionGroup -identity AmbCare</p>
<p>You can read the linked post for the command for Exchange 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/tech-help/517/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-to Remove Dangling Storage Repositories</title>
		<link>http://www.davehildebrand.com/tech-help/how-to-remove-dangling-storage-repositories/</link>
		<comments>http://www.davehildebrand.com/tech-help/how-to-remove-dangling-storage-repositories/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 15:42:40 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[citrix]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[xenserver]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/?p=504</guid>
		<description><![CDATA[While building my XenServer farm I had a couple servers die on me, requiring XenServer to be re-installed. This left the local storage, DVD &#038; removable storage from each dead server dangling in the pool. They show up in XenCenter as greyed out repositories. To get the GUID of the dangling SR&#8217;s run this command [...]]]></description>
			<content:encoded><![CDATA[<p>While building my XenServer farm I had a couple servers die on me, requiring XenServer to be re-installed.  This left the local storage, DVD &#038; removable storage from each dead server dangling in the pool.  They show up in XenCenter as greyed out repositories.<br />
<a href="http://www.davehildebrand.com/wp-content/uploads/2011/07/dangling-sr.gif" rel="lightbox[504]" title="dangling sr"><img src="http://www.davehildebrand.com/wp-content/uploads/2011/07/dangling-sr.gif" alt="" title="dangling sr" width="237" height="94" class="aligncenter size-full wp-image-505" /></a></p>
<p>To get the GUID of the dangling SR&#8217;s run this command from any host in the pool:</p>
<blockquote><p>xe sr-list &#8211;minimal params=uuid host=&#8221;&lt;not in database&gt;&#8221;</p></blockquote>
<p>Then run this command using the GUID&#8217;s from the above command to remove them:</p>
<blockquote><p>xe sr-forget uuid=%dangling-SR-GUID%</p></blockquote>
<p>Repeat the command to remove each of your dangling storage repositories.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/tech-help/how-to-remove-dangling-storage-repositories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Move a Single Virtual Disk to a New Storage Repository</title>
		<link>http://www.davehildebrand.com/tech-help/move-a-single-virtual-disk-to-a-new-storage-repository/</link>
		<comments>http://www.davehildebrand.com/tech-help/move-a-single-virtual-disk-to-a-new-storage-repository/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 06:27:39 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[xenserver]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/?p=479</guid>
		<description><![CDATA[I needed to quickly add a second disk to a VM during our recent facility move and didn&#8217;t have time to create a new Storage Repository (SR). Now with some time to clean things up in my XenServer farm I wanted to move the disk to its own SR. I ended up being stumped when [...]]]></description>
			<content:encoded><![CDATA[<p>I needed to quickly add a second disk to a VM during our recent facility move and didn&#8217;t have time to create a new Storage Repository (SR).  Now with some time to clean things up in my XenServer farm I wanted to move the disk to its own SR.  I ended up being stumped when using the XenCenter console and needed to use the xe CLI.  This <a href="http://docs.vmd.citrix.com/XenServer/4.1.0/1.0/en_gb/reference.html#id2554190">page</a> had the commands that I required to make the copy to the new SR.  Just remember to use the vdi-uuid of the vdisk you want to move.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/tech-help/move-a-single-virtual-disk-to-a-new-storage-repository/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Roll Your Own Xmarks Server</title>
		<link>http://www.davehildebrand.com/tech-help/roll-your-own-xmarks-server/</link>
		<comments>http://www.davehildebrand.com/tech-help/roll-your-own-xmarks-server/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 17:31:34 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[Filezilla server]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Xmarks]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/?p=451</guid>
		<description><![CDATA[With the impending closure of Xmarks this January I decided to look for a way to keep using the service. Since I still used Firefox as my primary browser and I remembered that you could host your own bookmarks with the Xmarks BYOS Edition I decided to head down that path. Xmarks BYOS is only [...]]]></description>
			<content:encoded><![CDATA[<p>With the<a href="http://www.davehildebrand.com/tech-news/xmarks-closing-up-shop/"> impending closure</a> of<img src="http://www.davehildebrand.com/wp-content/uploads/2010/09/xmarks.jpg" alt="" title="xmarks" width="427" height="84" class="alignright size-full wp-image-457" /> <a href="http://www.xmarks.com">Xmarks</a> this January I decided to look for a way to keep using the service.  Since I still used Firefox as my primary browser and I remembered that you could host your own bookmarks with the Xmarks BYOS Edition I decided to head down that path.  Xmarks BYOS is only available as a Firefox add-on.  I don&#8217;t expect development to extend to Chrome, IE or Safari.</p>
<p>You will need to have access to a FTP server to host your own Xmarks files.  You can host your own FTP server with <a href="http://filezilla-project.org/download.php?type=server">Filezilla Server</a> or use space on a web server if you have FTP access to it. (Setup of Filezilla is beyond the scope of this post.  I may add a tutorial on this in the future.)</p>
<p>Here are the steps we will follow to use Xmarks BYOS:</p>
<ol>
<li>uninstall Xmarks</li>
<li>create a folder on your FTP server</li>
<li>install Xmarks BYOS</li>
<li>configure Xmarks to use your FTP site</li>
</ol>
<p>Step 1: Uninstall Xmarks</p>
<ul>
<li>Open Firefox</li>
<li>Click on Tools</li>
<li>Click on Ad-Ons</li>
<li>Highlight Xmarks</li>
<li>Click Uninstall</li>
<li>Reboot Firefox</li>
</ul>
<p>Step 2: Setup your FTP server</p>
<ul>
<li>Create a folder on your FTP server called &#8220;Xmarks&#8221;</li>
</ul>
<p>Wow that was easy wasn&#8217;t it?</p>
<p>Step 3: Install Xmarks BYOS<br />
<a href="http://www.davehildebrand.com/wp-content/uploads/2010/09/xmarks-byos.jpg" rel="lightbox[451]" title="xmarks-byos"><img src="http://www.davehildebrand.com/wp-content/uploads/2010/09/xmarks-byos.jpg" alt="" title="xmarks-byos" width="288" height="70" class="alignright size-full wp-image-468" /></a></p>
<ul>
<li>Head <a href="https://addons.mozilla.org/en-US/firefox/addon/13255/">here</a> for the installer</li>
<li>Click on the Continue to Download button</li>
<li>Click the Download button</li>
<li>Accept all prompts and reboot Firefox to complete the install</li>
</ul>
<p>Step 4: Configure Xmarks BYOS<br />
<a href="http://www.davehildebrand.com/wp-content/uploads/2010/09/xmarks-settings.jpg" rel="lightbox[451]" title="xmarks-settings"><img src="http://www.davehildebrand.com/wp-content/uploads/2010/09/xmarks-settings-e1285694085932-150x65.jpg" alt="" title="xmarks-settings" width="150" height="65" class="alignright size-thumbnail wp-image-462" /></a></p>
<ul>
<li>Enter your FTP site username and password in the appropriate fields.</li>
<li>Enter the URL to your FTP site</li>
<ul>
<li>i.e. ftp://ftp-server-address/xmarks/bookmarks.json</li>
<li>i.e. ftp://ftp-server-address/xmarks/passwords.json</li>
</ul>
<li>Click Synchronize now</li>
<ul>
<li>If you want to sync your passwords click on the Sync tab and check the passwords check box</li>
<li>Enter the password you want for your passwords file.  This cannot be the same as your Xmarks BYOC password.</li>
</ul>
<li>Click OK to finish</li>
</ul>
<p>You can repeat steps 3 &#038; 4 on as many computers are you require.  Just make sure the settings are exactly the same or sync will not work.</p>
<p>If you&#8217;re using your own FTP server make sure to make backup copies of your .json files.</p>
<p><strong>UPDATE 29/09/10:</strong></p>
<p>Thanks to <a href="http://jonathanbell.ca/" target="_blank">Jonathan</a> &#038; Alicia we see that BYOS will not work with Firefox 4.0, whenever it is released.  However, Alicia reports that these instructions do work with the latest Xmarks release, which you can find info on <a href="http://blog.xmarks.com/?page_id=1883#byos" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/tech-help/roll-your-own-xmarks-server/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Huge wp_options table</title>
		<link>http://www.davehildebrand.com/tech-help/huge-wp_options-table/</link>
		<comments>http://www.davehildebrand.com/tech-help/huge-wp_options-table/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 01:51:06 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/?p=333</guid>
		<description><![CDATA[I&#8217;ve been having issues with the automatic update of plugins and the WordPress core files for some time now and I could never quite track it down until today. I was at my wits end with the updater and was contemplating exporting the WordPress MySQL database and installing it on to a new install folder. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been having issues with the automatic update of plugins and the WordPress core files for some time now and I could never quite track it down until today.  </p>
<p>I was at my wits end with the updater and was contemplating exporting the WordPress MySQL database and installing it on to a new install folder.  My best guess was that the issue was related to a core file that wasn&#8217;t overwriting correctly from my FTP upload, as it has happened before but with other side effects.  After I exported my SQL file I noticed it was 6.3MB, which is huge.  I dug into the SQL table and noticed that wp_options was about 6MB alone.  Further inspection showed a bunch of RSS files that turn out to be cache files that are supposed to be purged.  There were also lots of references to old plugins that I no longer used.  My initial thought was to manually delete these entries but there were 300+ of them and that would have taken way too long.  It could have also lead to me deleting an entry that was needed.  A quick Google search turned up <a href="http://www.mittineague.com/dev/co.php">this</a> plugin.  I deactivated my current plugins so I could activate the <a href="http://www.mittineague.com/dev/co.php">Clean Options Plugin</a> (internal server errors after enabling plugins were another symptom I was seeing) and ended up cleaning up over 350 orphaned entries!  The wp_options table is now down to 50KB.</p>
<p>Now my plugin and core updates all work correctly.  My dashboard also is able to load more than just a couple widgets and in general the admin interface just works better.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/tech-help/huge-wp_options-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Acer Aspire One Won`t Boot</title>
		<link>http://www.davehildebrand.com/tech-help/acer-aspire-one-wont-boot/</link>
		<comments>http://www.davehildebrand.com/tech-help/acer-aspire-one-wont-boot/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 04:44:40 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[BIOS]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[net book]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/?p=326</guid>
		<description><![CDATA[A friend asked me to take a look at their Acer Aspire One as it wouldn`t boot for them. They would press the power button and it would light up but nothing would happen after that. I haven`t had too many net books in the shop, and I dislike the form factor so I don`t [...]]]></description>
			<content:encoded><![CDATA[<p>A friend asked me to take a look at their Acer Aspire One as it wouldn`t boot for them.  They would press the power button and it would light up but nothing would happen after that.  I haven`t had too many net books in the shop, and I dislike the form factor so I don`t own one of my own, so I was light on ideas.  A quick search lead me to a <a href="http://www.thefakegeek.com/2009/06/how-to-fix-your-acer-aspire-one-netbook-if-it-does-not-power-on-or-display-anything/">post</a> that had the same issue my friend was seeing.</p>
<p><strong>The Fix:</strong></p>
<p>The Aspire One has a built-in BIOS recovery  routine, making it possible to flash the BIOS even if the system doesn’t boot anymore. It’s only meant for emergencies and may void your warranty, so use at your own risk.</p>
<ul>
<li>First format an USB stick with FAT.</li>
<li>Download the <a href="http://macles.blogspot.com/p/acer-aspire-one-bios.html">latest BIOS</a>, and put both FLASHIT.EXE and the BIOS file in the root directory of the stick. Rename the BIOS file to ZG5IA32.FD, that’s important. </li>
<li>Insert the USB stick into the net book.</li>
<li>Turn the Aspire One off, make sure both battery and AC adapter are connected. </li>
<li>Press Fn+Esc, keep it pressed and press the power button to turn the AA1 on. </li>
<li>Release Fn+Esc after a few seconds, the power button will be blinking. </li>
<li>Press the power button once. The Aspire One will now initiate the BIOS flash, do not interrupt it under any circumstances. After a while the power button will stop blinking, and the AA1 will reboot shortly after.</li>
<li>The BIOS has been flashed and all settings reset to default.</li>
</ul>
<p>I followed the process and the Aspire One did exactly what it was supposed to do.  I`d day the entire fix took 20min, from beginning the search to finishing the boot into XP.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/tech-help/acer-aspire-one-wont-boot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best practices for deploying Citrix XenServer on HP StorageWorks P4000 SAN</title>
		<link>http://www.davehildebrand.com/tech-help/best-practices-for-deploying-citrix-xenserver-on-hp-storageworks-p4000-san/</link>
		<comments>http://www.davehildebrand.com/tech-help/best-practices-for-deploying-citrix-xenserver-on-hp-storageworks-p4000-san/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 06:25:24 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[Lefthand SAN]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[xenserver]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/?p=322</guid>
		<description><![CDATA[This guide would have been good to find about a week ago. I&#8217;ll have to readjust my storage repositories to have 1 iSCSI LUN for each VM instead of 1 large storage repository for my resource pool. I wonder if I&#8217;ll be able to copy directly from the old LUN to each of the new [...]]]></description>
			<content:encoded><![CDATA[<p>This <a href="http://www.davehildebrand.com/wp-content/uploads/2010/09/4AA0-3524ENW.pdf">guide</a> would have been good to find about a week ago.  I&#8217;ll have to readjust my storage repositories to have 1 iSCSI LUN for each VM instead of 1 large storage repository for my resource pool.  I wonder if I&#8217;ll be able to copy directly from the old LUN to each of the new LUNs?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/tech-help/best-practices-for-deploying-citrix-xenserver-on-hp-storageworks-p4000-san/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increase the size of your virtual disk</title>
		<link>http://www.davehildebrand.com/tech-help/increase-the-size-of-your-virtual-disk/</link>
		<comments>http://www.davehildebrand.com/tech-help/increase-the-size-of-your-virtual-disk/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 16:09:55 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xenserver]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/?p=311</guid>
		<description><![CDATA[Now that I read the title of this post, it sounds a touch dirty&#8230; I had created a couple generic Win2k8 R2 VMs last week with 25GB OS drives. I hadn&#8217;t decided which services would be running on the boxes and 25GB would be more than enough for most applications. The only problem was that [...]]]></description>
			<content:encoded><![CDATA[<p>Now that I read the title of this post, it sounds a touch dirty&#8230;</p>
<p>I had created a couple generic Win2k8 R2 VMs last week with 25GB OS drives.  I hadn&#8217;t decided which services would be running on the boxes and 25GB would be more than enough for most applications.  The only problem was that I had decided to install Sharepoint 2010 Foundation on one and SQL 2008 R2 on the other and both require 80GB of disk space.  Good thing XenServer 5.6 and Window Server 2008 R2 make it easy to increase the disk size.</p>
<p>In XenCenter 5.6 select the virtual disk from the storage tab of the virtual machine, click <em>Properties</em>, select<em> Size and Location</em>, then increase the size of the disk.</p>
<p>Super simple, eh?  This feature has been available for quite some time, v4.1 I believe, via the CLI but was exposed to the GUI in v5.6.</p>
<p>Now you need to extend the partition in Windows.  Right click <em>My Computer</em> select <em>Manage</em>, select <em>Disk Management</em>, right click on the disk you want to extend, and select <em>Extend</em>.  This starts the <em>Extend Volume Wizard</em>. Follow the prompts to complete the process.  By default Win2k8 R2 extends the partition to the maximum available space available.  So this wizard is just about clicking next, next, finish.</p>
<p>Take a look at the <a href="http://support.citrix.com/article/CTX116114">Citrix KB article</a> for more info and additional instructions for the CLI  procedure and how to extend a partition in Linux operating systems.</p>
<p><strong>Note</strong>:  Windows 2003 and XP are not able to extend the partition while the OS is running.  You need to attach the disk to another VM and use DiskPart to extend the volume.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/tech-help/increase-the-size-of-your-virtual-disk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Remove Hidden Devices</title>
		<link>http://www.davehildebrand.com/tech-help/remove-hidden-devices/</link>
		<comments>http://www.davehildebrand.com/tech-help/remove-hidden-devices/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 16:26:34 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/?p=305</guid>
		<description><![CDATA[When you work with virtual machines, either converting physical or working with new builds, you often have issues with hidden devices. Most often the hidden device that gives the most grief is old physical network cards. Thankfully the issues easily resolved. To work around this behavior and display devices when you click Show hidden devices [...]]]></description>
			<content:encoded><![CDATA[<p>When you work with virtual machines, either converting physical or working with new builds, you often have issues with hidden devices.  Most often the hidden device that gives the most grief is old physical network cards.  Thankfully the issues easily resolved.</p>
<p>To work around this behavior and display devices when you click Show hidden devices (<a href="http://support.microsoft.com/kb/315539" target="new">source</a>):</p>
<ul>
<li>Click Start, point to All Programs, point to Accessories, and then click Command Prompt.</li>
<li>At a command prompt, type the following command , and then press ENTER:
<ul>
<li>set devmgr_show_nonpresent_devices=1</li>
</ul>
<li>Type the following command a command prompt, and then press ENTER:</li>
<ul>
<li>start devmgmt.msc</li>
</ul>
<li>Troubleshoot the devices and drivers in Device Manager.</li>
<p>NOTE: Click Show hidden devices on the View menu in Device Managers before you can see devices that are not connected to the computer.</p>
<li>When you finish troubleshooting, close Device Manager.</li>
<li>Type exit at the command prompt.</li>
</ul>
<p>Note that when you close the command prompt window, Window clears the devmgr_show_nonpresent_devices=1 variable that you set in step 2 and prevents ghosted devices from being displayed when you click Show hidden devices.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/tech-help/remove-hidden-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

