Map folder as drive permanently in Windows

Posted by MajesticRa on Super User See other posts from Super User or by MajesticRa
Published on 2012-04-05T21:40:25Z Indexed on 2012/04/05 23:33 UTC
Read the original article Hit count: 220

Filed under:
|
|

Lets say I need to map folder C:/D as drive D:

One can use SUBST command to map folder as drive in Windows.

SUBST d: C:/D

I am absolutely happy how SUBST does the work. So I set this command as a startup task using the task manager.

A problem here is that if I have a flash in a USB port while booting Windows, the flash is got mapped as D: and SUBST fails.

The question is how to make C:/D to be D: permanently. So other drives (especially flash drives) don't break this during startup.

P.S. I know I could set D: to be R: which is unlikely to conflict with other drives. But I would greatly appreciate another answer.

© Super User or respective owner

Related posts about windows-7

Related posts about Windows