PDA

View Full Version : Virtual CloneDrive assign Driveletter


Davinci28
10th December 2007, 05:39
Hi,

Is it posible to set the Virtual Drive to another Driveletter using a commandline?

I need the Virtual Drive to be the V: drive.


Thanks,

Vincent

Bairman
17th December 2007, 12:20
You can remap the drive letter in Disk Management just as you would for a physical drive.

mike20021969
17th December 2007, 13:31
if you're unsure how to do this,look here:
http://support.microsoft.com/kb/309000

spgsitsupport
28th September 2009, 05:55
The question was: "...using a commandline?..."

Not the Disk management GUI

This vbs code does it nicely:

http://www.msfn.org/board/index.php?showtopic=45354&st=0&p=874498&#entry874498

Of course you need to edit it to the desired letter:

Case DeviceID1
x = ChgDrv ("I:", <------ change this to what you want ie V:

Seb