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
spgsitsupport
6th February 2013, 08:04
That worked fine in XP, but no longer in Win7
Anybody has a good script that can do it in 7 ?
Thanks
Seb
RBBrittain
7th February 2013, 18:43
That worked fine in XP, but no longer in Win7
Anybody has a good script that can do it in 7 ?Why do you need a script to do it? Why not just use the GUI once and be done with it?
tjohara74
8th February 2013, 23:30
I had the same problem. I posted a suggestion to assign a "permanent" or "long-term" use.
You can solve by going to Control Panel-Administrative Tools-Disk Management.
This will show you all the drives and the letters assigned. You will notice that Clone Drive has a letter. The properties show the drive letter. Use the dropdown list to select a letter you wish, maybe one farther down.
Then you can use the upper letters for your previous assigned links etc.
It would be good if we can just assign one at installation time. Then we never have to go through this small irritant.
tj
spgsitsupport
13th May 2013, 09:36
Come on guys, that is not a single user machine, it is multi user, multi machine environment
I need to have it scripted so users (that are users, not admins) can do the change themselves to predefined letter (lots depends on this very letter)
RBBrittain
14th May 2013, 03:01
Come on guys, that is not a single user machine, it is multi user, multi machine environment
I need to have it scripted so users (that are users, not admins) can do the change themselves to predefined letter (lots depends on this very letter)Then how did they get past the UAC prompt to install VCD in the first place? If it needs to be a predefined letter, the admin needs to set it in Disk Management right after installing VCD; if it's already installed, you gotta go back to each PC and do it yourself. (If you "ghost" your PCs, install VCD and set its letter on the initial PC before making your ghost image.)
Since VCD uses a low-level device driver that emulates a hardware drive controller, Windows sees its drives as physical optical drives. Once VCD is installed, whatever you do to set the drive letters for your physical optical drives should work with VCD drives as well.
Unless SlySoft's own network admin has some special trick to do it, there's not much more we can tell you. Most VCD users use it at home, not work; most of us are simply not familiar with tools for setting up business PCs.