Change Drive letters?

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

Hello, is it possible to change drives letters in XPe? If
so, how do do it?

Thanks,
Eric
 
To change disk letter you can use Disk part (You can find it in "Disk
Management Command Line Utility" component).
Open command prompt and digit:

diskpart
select disk [n° disk]
select partition [n° partition]
assign letter= [letter]

If you like to change letter on first boot, you can create a RunOnce
component containing two files:
1) a file .Bat; calling a file.txt, eg: diskpart /s C:\
changedriveletter.txt
2)a txt file containing commands
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top