(1) create a folder that cannot be opened or deleted: (simple and practical)
1. Enter cmd mode (command prompt), Enter cmd in "run", and press Enter.
2. In cmd mode, run the CMD command to create a folder and type "MD e: \ news .. \". Note that there are two points in the quotation marks. Press enter. Now we can see that there is a file named "News." Under drive E.
3. Double-click to open it? Or open it in the running environment? How is it? Are all error messages displayed? That is to say, the deletion still prompts an error, and the card file cannot be crushed. No one can open it, right?
4. Store your secret files in it. Normal opening method: Enter "E: \ news... \" in the running state to open the file. Then, the operation is the same as that of a normal folder.
5. to delete this folder, run the RD command in cmd mode. "Rd e: \ news... \", in quotation marks.
(2) This method requires you to understand certain cmd commands, which is a bit complicated, but more secure than the second method. The method is as follows:
For example, you need to hide the Tools Folder E: \ Bak \ tools under the Bak directory of the edisk.
Run: cmd
Type: attrib + S + A + H + r e: \ Bak \ tools
Then, go to the Bak directory of the edisk and check whether there is a folder named tools!
In this way, the folder is invisible no matter whether the hidden file is displayed or not.
What should I do when I need access?
Open my computer --- type E: \ Bak \ tools to go directly to the folder, on the condition that you must remember your hidden folder name (remember !!!)
To cancel the hidden folder, run the following command:
Run: cmd
Type: attrib-a-s-h-r e: \ Bak \ tools
Go to the Bak directory of the edisk and you will find that the Tools Folder is displayed.