How to delete Windows 7 virtual drive

86,154

Solution 1

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

Solution 2

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

SUBST X: /D

where X is the SUBST drive

Share:
86,154

Related videos on Youtube

Arif
Author by

Arif

Updated on September 18, 2022

Comments

  • Arif
    Arif almost 2 years

    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.

  • user1686
    user1686 over 11 years
    Windows 7 does not read autoexec.bat.
  • nixda
    nixda over 11 years
    let me quote this SO comment: Imagine you google for a question, and the first search result that comes up is a StackOverflow post for exactly the question you need. So you click on it, read the answer... and what does it say? “Just google for it!”
  • Linger
    Linger over 11 years
    It does read it under some circumstances