<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to mount a VHD under Vista by double clicking</title><link>http://blogs.msdn.com/cschotte/archive/2008/03/26/how-to-mount-a-vhd-quickly-under-vista-using-your-mouse.aspx</link><description>[ for Windows 7 read this post ] In my daily work I use a lot of Virtual PC images (VHD) so my host Vista system will stay clean of beta and test software. To get to the files I stored inside a Virtual PC images I normally start the Virtual PC and drag</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: How to mount a VHD under Vista by double clicking</title><link>http://blogs.msdn.com/cschotte/archive/2008/03/26/how-to-mount-a-vhd-quickly-under-vista-using-your-mouse.aspx#8468451</link><pubDate>Thu, 08 May 2008 05:47:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8468451</guid><dc:creator>Wes</dc:creator><description>&lt;p&gt;Just swinging by to say Hi and thanks for posting this tip -- greatly appreciated!&lt;/p&gt;
</description></item><item><title>re: How to mount a VHD under Vista by double clicking</title><link>http://blogs.msdn.com/cschotte/archive/2008/03/26/how-to-mount-a-vhd-quickly-under-vista-using-your-mouse.aspx#8576405</link><pubDate>Fri, 06 Jun 2008 01:26:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8576405</guid><dc:creator>Almost right  </dc:creator><description>&lt;p&gt;You need to add a /d or /c to the dismount command for discard or commit changes so the line should be:&lt;/p&gt;
&lt;p&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Virtual.Machine.HD\shell\Dismount\command]&lt;/p&gt;
&lt;p&gt;@=&amp;quot;\&amp;quot;C:\\Program Files\\Microsoft Virtual Server\\Vhdmount\\vhdmount.exe\&amp;quot; /u /d \&amp;quot;%1\&amp;quot;&amp;quot;&lt;/p&gt;
&lt;p&gt;For dismount changes or&lt;/p&gt;
&lt;p&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Virtual.Machine.HD\shell\Dismount\command]&lt;/p&gt;
&lt;p&gt;@=&amp;quot;\&amp;quot;C:\\Program Files\\Microsoft Virtual Server\\Vhdmount\\vhdmount.exe\&amp;quot; /u /c \&amp;quot;%1\&amp;quot;&amp;quot;&lt;/p&gt;
&lt;p&gt;For commit changes&lt;/p&gt;
</description></item><item><title>re: How to mount a VHD under Vista by double clicking</title><link>http://blogs.msdn.com/cschotte/archive/2008/03/26/how-to-mount-a-vhd-quickly-under-vista-using-your-mouse.aspx#8607662</link><pubDate>Tue, 17 Jun 2008 02:02:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8607662</guid><dc:creator>Dermott Renner</dc:creator><description>&lt;p&gt;Instructions seem missing something.&lt;/p&gt;
&lt;p&gt;Created vhdmount.req file but cannot run it. It is not an executable file?&lt;/p&gt;
&lt;p&gt;Also the comments by PM indicate the the registry key settings should be different.&lt;/p&gt;
&lt;p&gt;Is this correct?&lt;/p&gt;</description></item><item><title>re: How to mount a VHD under Vista by double clicking</title><link>http://blogs.msdn.com/cschotte/archive/2008/03/26/how-to-mount-a-vhd-quickly-under-vista-using-your-mouse.aspx#8609999</link><pubDate>Tue, 17 Jun 2008 11:05:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8609999</guid><dc:creator>cschotte</dc:creator><description>&lt;p&gt;Dermott - the extension of the registry file is .REG, it is only difficult to read by the underline. &lt;/p&gt;
&lt;p&gt;I updated the post and added the dismount command /c option.&lt;/p&gt;
</description></item><item><title>re: How to mount a VHD under Vista by double clicking</title><link>http://blogs.msdn.com/cschotte/archive/2008/03/26/how-to-mount-a-vhd-quickly-under-vista-using-your-mouse.aspx#8951536</link><pubDate>Sun, 14 Sep 2008 09:38:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8951536</guid><dc:creator>KComp</dc:creator><description>&lt;p&gt;First, thanks for the info, very handy and to the point but I've noticed that with each mount a new device is discovered and a new &lt;/p&gt;
&lt;p&gt;MS Virtual Server SCSI Disk Device&lt;/p&gt;
&lt;p&gt;entry is made in the registry &lt;/p&gt;
&lt;p&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\SCSI\Disk&amp;amp;Ven_MS&amp;amp;Prod_Virtual_Server&amp;amp;Rev_1.0&lt;/p&gt;
&lt;p&gt;Or you can see them in the device manager using commands or batch file.&lt;/p&gt;
&lt;p&gt;SET DEVMGR_SHOW_NONPRESENT_DEVICES=1 &lt;/p&gt;
&lt;p&gt;START DEVMGMT.MSC&lt;/p&gt;
&lt;p&gt;Then in the view menu selecting Show hidden&lt;/p&gt;
&lt;p&gt;Not that it matters too much in my case but someone doing this a lot is going to end up with lots of hidden no more used device listings in the registry. Just a heads up. Thanks again.&lt;/p&gt;</description></item><item><title>re: How to mount a VHD under Vista by double clicking</title><link>http://blogs.msdn.com/cschotte/archive/2008/03/26/how-to-mount-a-vhd-quickly-under-vista-using-your-mouse.aspx#8951579</link><pubDate>Sun, 14 Sep 2008 10:11:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8951579</guid><dc:creator>KComp</dc:creator><description>&lt;p&gt;Just add to this, it doesn't seem to redetect the device when don't dismount and restart the computer and mount again.&lt;/p&gt;</description></item><item><title>re: How to mount a VHD under Vista by double clicking</title><link>http://blogs.msdn.com/cschotte/archive/2008/03/26/how-to-mount-a-vhd-quickly-under-vista-using-your-mouse.aspx#8951603</link><pubDate>Sun, 14 Sep 2008 10:31:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8951603</guid><dc:creator>KComp</dc:creator><description>&lt;p&gt;I guess I should have tried this some more, it doesn't redetect everytime the same vhd is mounted but it did a couple of times. &lt;/p&gt;</description></item><item><title>re: How to mount a VHD under Vista by double clicking</title><link>http://blogs.msdn.com/cschotte/archive/2008/03/26/how-to-mount-a-vhd-quickly-under-vista-using-your-mouse.aspx#8969927</link><pubDate>Tue, 30 Sep 2008 09:30:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8969927</guid><dc:creator>WW</dc:creator><description>&lt;p&gt;I'm just wondering, how do I actually access the disc once I've mounted it?&lt;/p&gt;</description></item><item><title>re: How to mount a VHD under Vista by double clicking</title><link>http://blogs.msdn.com/cschotte/archive/2008/03/26/how-to-mount-a-vhd-quickly-under-vista-using-your-mouse.aspx#8969937</link><pubDate>Tue, 30 Sep 2008 09:49:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8969937</guid><dc:creator>cschotte</dc:creator><description>&lt;p&gt;You can access your files like on a normal hard drive, for example D: or E: (depending on your configuration). You shoed see a new drive letter.&lt;/p&gt;</description></item><item><title>re: How to mount a VHD under Vista by double clicking</title><link>http://blogs.msdn.com/cschotte/archive/2008/03/26/how-to-mount-a-vhd-quickly-under-vista-using-your-mouse.aspx#9005450</link><pubDate>Sun, 19 Oct 2008 00:23:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9005450</guid><dc:creator>James</dc:creator><description>&lt;p&gt;There is only one additional action required if you have UAC enabled - go to the location of vhdmount.exe and in compatibility properties check 'Run as the administrator' to make this working.&lt;/p&gt;</description></item><item><title>Vhdmount on Vista</title><link>http://blogs.msdn.com/cschotte/archive/2008/03/26/how-to-mount-a-vhd-quickly-under-vista-using-your-mouse.aspx#9244384</link><pubDate>Sat, 20 Dec 2008 23:17:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9244384</guid><dc:creator>Dennis Mulder - Convert.ToString(My.Core.Dump)</dc:creator><description>&lt;p&gt;Lately I have been running into the following error message when unplugging a VHD file that I mounted&lt;/p&gt;</description></item><item><title>re: How to mount a VHD under Vista by double clicking</title><link>http://blogs.msdn.com/cschotte/archive/2008/03/26/how-to-mount-a-vhd-quickly-under-vista-using-your-mouse.aspx#9306181</link><pubDate>Sun, 11 Jan 2009 22:01:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9306181</guid><dc:creator>b2dac</dc:creator><description>&lt;p&gt;I recommend using the /f switch so that an undo disk does not get created by default. All changes are then written directly to disk, like you would expect.&lt;/p&gt;</description></item><item><title>re: How to mount a VHD under Vista by double clicking</title><link>http://blogs.msdn.com/cschotte/archive/2008/03/26/how-to-mount-a-vhd-quickly-under-vista-using-your-mouse.aspx#9329188</link><pubDate>Fri, 16 Jan 2009 19:32:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9329188</guid><dc:creator>Bryan</dc:creator><description>&lt;p&gt;This is Frustrating!! &amp;nbsp;Using best practices..running as a restricted user..meaning I have to run as everything as administrator with domain admin credentials. &amp;nbsp;You can't mount as a restricted user..so I open command prompt and type my administrator credentials. &amp;nbsp;I added C:\\Program Files\\Microsoft Virtual Server\\Vhdmount to my paths in system variables.&lt;/p&gt;
&lt;p&gt;So I run, vhdmount /m /f WCUeBriefcase.Staging.vhd K &amp;nbsp;As and administrator and I get this message below..and It never mounts!!&lt;/p&gt;
&lt;p&gt;The Virtual Hard Disk is successfully plugged in as a virtual disk device. However, not all the volumes on the disk were successfully mounted. Use Disk Manager&lt;/p&gt;
&lt;p&gt;to mount the volumes.&lt;/p&gt;
&lt;p&gt;My God why can't Microsoft just get it together and make a nice tool like vmware. It's like you have to pull teeth for everything you do. &amp;nbsp;Sorry I had to vent.&lt;/p&gt;
&lt;p&gt;If anyone can help me out..much appreciated.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Bryan&lt;/p&gt;</description></item><item><title>re: How to mount a VHD under Vista by double clicking</title><link>http://blogs.msdn.com/cschotte/archive/2008/03/26/how-to-mount-a-vhd-quickly-under-vista-using-your-mouse.aspx#9345809</link><pubDate>Tue, 20 Jan 2009 14:11:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9345809</guid><dc:creator>win 7 </dc:creator><description>&lt;p&gt;trying to do this under windows 7 but it's always giving me an message, something like:&lt;/p&gt;
&lt;p&gt;The specified virtual hard disk &amp;lt;snip&amp;gt; is being plugged in using the default Undo Disk option. &amp;nbsp;Use /c to commit or /d to discard the changes to the mounted disk.&lt;/p&gt;
&lt;p&gt;Then there was one more line that I couldn't read before the thing cmd window disappeared, but not drives that I could see.&lt;/p&gt;</description></item><item><title>re: How to mount a VHD under Vista by double clicking</title><link>http://blogs.msdn.com/cschotte/archive/2008/03/26/how-to-mount-a-vhd-quickly-under-vista-using-your-mouse.aspx#9353538</link><pubDate>Wed, 21 Jan 2009 04:22:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9353538</guid><dc:creator>Jeff</dc:creator><description>&lt;p&gt;I tried this and followed all the instructions carefully. Everything appears to work (no errors) but nothing happens (no new hard drive letter.) &lt;/p&gt;
&lt;p&gt;So, I'm loading a full vpc install to see if I can access my vhd once it's up and running.&lt;/p&gt;</description></item><item><title>re: How to mount a VHD under Vista by double clicking</title><link>http://blogs.msdn.com/cschotte/archive/2008/03/26/how-to-mount-a-vhd-quickly-under-vista-using-your-mouse.aspx#9452933</link><pubDate>Sun, 01 Mar 2009 22:32:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9452933</guid><dc:creator>Bob Dole</dc:creator><description>&lt;p&gt;I get the same problem, here is the issue, not sure how to fix. &amp;nbsp;This drive i'm mounting (my backup from vista) is greater than 128GB (even if the file isn't the file thinks it is...) so it has be mounted as a scsi virtual device with vhdmount, i can do this fine within virtual server, but no joy using vhdmount, any hidden options to associate it with virtual scsi controller?&lt;/p&gt;</description></item><item><title>VHD mounting under Windows 7</title><link>http://blogs.msdn.com/cschotte/archive/2008/03/26/how-to-mount-a-vhd-quickly-under-vista-using-your-mouse.aspx#9467806</link><pubDate>Mon, 09 Mar 2009 17:31:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9467806</guid><dc:creator>Clemens Schotte's Blog</dc:creator><description>&lt;p&gt;Windows 7 has native support for VHD mounting (and booting). In my earlier blog post about VHD mounting&lt;/p&gt;
</description></item><item><title>re: How to mount a VHD under Vista by double clicking</title><link>http://blogs.msdn.com/cschotte/archive/2008/03/26/how-to-mount-a-vhd-quickly-under-vista-using-your-mouse.aspx#9548460</link><pubDate>Tue, 14 Apr 2009 15:40:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9548460</guid><dc:creator>Jez</dc:creator><description>&lt;p&gt;Getting similar issues with Vista x64. &amp;nbsp;using /m and /f VHDMount says the drive has been plegged in ans has been mounted but no new drive appears. &amp;nbsp;In computer management the drive is shown as active but with no drive letter and the only option allowed for it is to delete the volume - cant assign a drive letter to it?&lt;/p&gt;
&lt;p&gt;Anyone have any ideas?&lt;/p&gt;
</description></item><item><title>re: How to mount a VHD under Vista by double clicking</title><link>http://blogs.msdn.com/cschotte/archive/2008/03/26/how-to-mount-a-vhd-quickly-under-vista-using-your-mouse.aspx#9597432</link><pubDate>Fri, 08 May 2009 21:05:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9597432</guid><dc:creator>Derek</dc:creator><description>&lt;p&gt;Try manually installing both INF files in teh vhdmount folder through add hardware... Then after mounting the drive (may have to unmount then remount), go into device manager and look for the warning symbol under Disk drives. Right click, update driver, and point it to the directory holding the INF files.&lt;/p&gt;
</description></item><item><title>Visual Studio 2010 Beta 1: How to Install</title><link>http://blogs.msdn.com/cschotte/archive/2008/03/26/how-to-mount-a-vhd-quickly-under-vista-using-your-mouse.aspx#9655816</link><pubDate>Fri, 29 May 2009 20:57:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9655816</guid><dc:creator>Paul Cornell</dc:creator><description>&lt;p&gt;How to download and install Microsoft Visual Studio 2010 Beta 1: &lt;a rel="nofollow" target="_new" href="http://channel9.msdn.com/shows/10-4/10-4-Episode-20-Downloading-and-Installing-Visual-Studio-2010-Beta-1/"&gt;http://channel9.msdn.com/shows/10-4/10-4-Episode-20-Downloading-and-Installing-Visual-Studio-2010-Beta-1/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: How to mount a VHD under Vista by double clicking</title><link>http://blogs.msdn.com/cschotte/archive/2008/03/26/how-to-mount-a-vhd-quickly-under-vista-using-your-mouse.aspx#9915903</link><pubDate>Sun, 01 Nov 2009 18:07:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9915903</guid><dc:creator>sampath</dc:creator><description>&lt;p&gt;Just what i was looking for.....thanks!!!&lt;/p&gt;
</description></item><item><title>re: How to mount a VHD under Vista by double clicking</title><link>http://blogs.msdn.com/cschotte/archive/2008/03/26/how-to-mount-a-vhd-quickly-under-vista-using-your-mouse.aspx#9920551</link><pubDate>Wed, 11 Nov 2009 01:18:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9920551</guid><dc:creator>Ron</dc:creator><description>&lt;p&gt;Please help, have tried everything to open my 2008 vhd file with not success. &amp;nbsp;NT Backup and Restore reports unrecognizable data.&lt;/p&gt;
</description></item></channel></rss>