39

I created a virtual drive using "SUBST" command. But I can not delete now.

Can anybody tell me how can I delete this virtual drive.

Arif
  • 541

2 Answers2

56

If using the command SUBST X: /D does not work then try rem or delete the occurrence of the SUBST command in the autoexec.bat file & reboot.

If using Windows 7, try to open your prompt window as Administrator and then run the SUBST X: /D normally

maihe
  • 3
Linger
  • 3,332
  • 10
  • 38
  • 47
13

After doing a Google search (taking less than a minute) I found this:

SUBST X: /D

where X is the SUBST drive

gronostaj
  • 58,482
Wes
  • 560