does anyone know how to exit the program? when i close cmd the virtual drive is still there . (also my new hard drive lets it works properly)
windows 10
A way that I found is: after closed the cmd window, re-open it again and use the same command and path.
This works for me, it unmounts the virtual drive. I'm on Win 7, don't know on other OS...
For me the -f method suggested by @bouncyball doesn't work... but the previous method he suggested yes it works!
SO YOU CAN USE THIS:
@ECHO MLVFS - DRIVE UNMOUNTER
@ECHO OFF
C:
cd C:\Program Files\Dokan\Dokan Library-1.1.0\
pause
dokanctl.exe /u M
Paste it in a notepad, modify it if needed (with correct drive and path where dokanctl.exe is, and assigned virtual drive letter, M in my case) and save it as anyname.bat
Double click on it, hit any key to confirm