<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: Automatically Attach VHD Images [Windows 7]</title> <atom:link href="http://www.ghacks.net/2010/01/14/automatically-attach-vhd-images-windows-7/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net/2010/01/14/automatically-attach-vhd-images-windows-7/</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sun, 12 Feb 2012 03:50:55 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: r4k4</title><link>http://www.ghacks.net/2010/01/14/automatically-attach-vhd-images-windows-7/comment-page-1/#comment-1382812</link> <dc:creator>r4k4</dc:creator> <pubDate>Wed, 23 Nov 2011 01:46:42 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=22324#comment-1382812</guid> <description>Thank you very much, your post already being a part of my break through.. :)
I created my own &quot;DiskPartConf.s&quot; like this:
select vdisk file=D:\VHD_Collection\delicious.vhd
attach vdisk
I created my own &quot;DiskPartConf.cmd&quot; like this:
@echo off
diskpart.exe -s &quot;D:5_Kreasi\DiskPartConf.s&quot;
echo.
pause
I put  shortcut into my own &quot;StartUp Folder&quot; and set it to be &quot;Run as administrator&quot;
Any comments for better improvement are welcome.. :)</description> <content:encoded><![CDATA[<p>Thank you very much, your post already being a part of my break through.. :)</p><p>I created my own &#8220;DiskPartConf.s&#8221; like this:</p><p>select vdisk file=D:\VHD_Collection\delicious.vhd<br
/> attach vdisk</p><p>I created my own &#8220;DiskPartConf.cmd&#8221; like this:</p><p>@echo off<br
/> diskpart.exe -s &#8220;D:5_Kreasi\DiskPartConf.s&#8221;<br
/> echo.<br
/> pause</p><p>I put  shortcut into my own &#8220;StartUp Folder&#8221; and set it to be &#8220;Run as administrator&#8221;</p><p>Any comments for better improvement are welcome.. :)</p> ]]></content:encoded> </item> <item><title>By: Chan</title><link>http://www.ghacks.net/2010/01/14/automatically-attach-vhd-images-windows-7/comment-page-1/#comment-1375409</link> <dc:creator>Chan</dc:creator> <pubDate>Tue, 25 Oct 2011 15:06:06 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=22324#comment-1375409</guid> <description>Thanks so much, It is really useful to me</description> <content:encoded><![CDATA[<p>Thanks so much, It is really useful to me</p> ]]></content:encoded> </item> <item><title>By: AbuAljazer</title><link>http://www.ghacks.net/2010/01/14/automatically-attach-vhd-images-windows-7/comment-page-1/#comment-1372314</link> <dc:creator>AbuAljazer</dc:creator> <pubDate>Tue, 11 Oct 2011 15:34:10 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=22324#comment-1372314</guid> <description>Diskpart.cmd is a bad name, using Diskpart.cmd will make it run in an infinite loop!!!
Use AttachVHD.cmd  instead.</description> <content:encoded><![CDATA[<p>Diskpart.cmd is a bad name, using Diskpart.cmd will make it run in an infinite loop!!!</p><p>Use AttachVHD.cmd  instead.</p> ]]></content:encoded> </item> <item><title>By: Windows 8 Developer Preview: Dual Boot with Windows 7 Enterprise (Bitlocker enabled) inside a VHD on a Dell E6510 &#171; My experience with Microsoft technology</title><link>http://www.ghacks.net/2010/01/14/automatically-attach-vhd-images-windows-7/comment-page-1/#comment-1369362</link> <dc:creator>Windows 8 Developer Preview: Dual Boot with Windows 7 Enterprise (Bitlocker enabled) inside a VHD on a Dell E6510 &#171; My experience with Microsoft technology</dc:creator> <pubDate>Tue, 27 Sep 2011 21:25:57 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=22324#comment-1369362</guid> <description>[...] when I boot the business system. As a small workaround I created an auto-attach script following this. I&#8217;m running the script as a startup script like [...]</description> <content:encoded><![CDATA[<p>[...] when I boot the business system. As a small workaround I created an auto-attach script following this. I&#8217;m running the script as a startup script like [...]</p> ]]></content:encoded> </item> <item><title>By: Martin Brinkmann</title><link>http://www.ghacks.net/2010/01/14/automatically-attach-vhd-images-windows-7/comment-page-1/#comment-1363267</link> <dc:creator>Martin Brinkmann</dc:creator> <pubDate>Thu, 01 Sep 2011 12:12:30 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=22324#comment-1363267</guid> <description>good addition. But you only need quotes if the path has a space somewhere, I guess.</description> <content:encoded><![CDATA[<p>good addition. But you only need quotes if the path has a space somewhere, I guess.</p> ]]></content:encoded> </item> <item><title>By: Mark</title><link>http://www.ghacks.net/2010/01/14/automatically-attach-vhd-images-windows-7/comment-page-1/#comment-1363252</link> <dc:creator>Mark</dc:creator> <pubDate>Thu, 01 Sep 2011 10:34:17 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=22324#comment-1363252</guid> <description>Thank you!  Though you need quotes around the select vdisk statement:
select vdisk file=&quot;C:\Virtual Drives\dirvex.vhd&quot;</description> <content:encoded><![CDATA[<p>Thank you!  Though you need quotes around the select vdisk statement:<br
/> select vdisk file=&#8221;C:\Virtual Drives\dirvex.vhd&#8221;</p> ]]></content:encoded> </item> <item><title>By: Chad Krause</title><link>http://www.ghacks.net/2010/01/14/automatically-attach-vhd-images-windows-7/comment-page-1/#comment-1359605</link> <dc:creator>Chad Krause</dc:creator> <pubDate>Wed, 17 Aug 2011 14:58:54 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=22324#comment-1359605</guid> <description>Whenever I do it, an error occurs.
DiskPart has encountered an error: The file or directory is corrupted and unable. See the System Event Log for more information. There is no virtual disk selected.</description> <content:encoded><![CDATA[<p>Whenever I do it, an error occurs.</p><p>DiskPart has encountered an error: The file or directory is corrupted and unable. See the System Event Log for more information. There is no virtual disk selected.</p> ]]></content:encoded> </item> <item><title>By: Kendall</title><link>http://www.ghacks.net/2010/01/14/automatically-attach-vhd-images-windows-7/comment-page-1/#comment-1296671</link> <dc:creator>Kendall</dc:creator> <pubDate>Fri, 21 Jan 2011 02:29:01 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=22324#comment-1296671</guid> <description>I made a program that will attach VHD automatically on startup.</description> <content:encoded><![CDATA[<p>I made a program that will attach VHD automatically on startup.</p> ]]></content:encoded> </item> </channel> </rss>
