Home > OS >  Set up and hide a drive letter
Set up and hide a drive letter

Time:09-22

Open the notebook, copy the following content, saved as xx. CMD
Method of use: double click, and see if it is more a o disk, put in the file, click again, o hides,
Double-click the CMD file used to o plate just shows the
Quote:
@ ECHO OFF
MD E: \ RECYCLED \ UDrives {25336920-03 f9-11 cf - 8 fd0-00 aa00686f13} & gt; NUL
IF EXIST O: \ NUL GOTO the DELETE
SUBST O: E: \ RECYCLED \ UDrives {25336920-03 f9-11 cf - 8 fd0-00 aa00686f13}
START O: \
GOTO the END
: delete
SUBST/D O:
: the END

CodePudding user response:

What is your problem?

CodePudding user response:

You can't see me, you can't find me, I've been in

CodePudding user response:

Put the recycle bin directory careful someone give you deleted, will feed on the System Volume Information directory

 echo Y | cacls "E: \ System Volume Information" username/P % % : F 
SUBST O: "E: \ System Volume Information", "

: delete
Echo Y | cacls "E: \ System Volume Information" username/P % % : N
SUBST/D O:

  • Related