How to create hidden folders and hide folders

Source: Internet
Author: User

How to create hidden folders and hide folders

First, let's take a look at this articleWhat is the difference between the folder and other folders?

We can double-click it to see:

It contains a folder and a file. This folder is the main character of our tutorial today.

In windows, folders like this (with dots below) cannot be opened or deleted in normal ways (unless you format them ).

The following describes how to create and use this folder to hide your own files.

(1) first, go to the command line and Enter cmd in "run ".

(2) Go to the directory where you want to create a hidden folder and useCdCommand, such:

(3) Use the md command to create a hidden folder. For example, if we want to create a folder named abc., run the following command:

 Md abc ..\

(Note: add two points and a slash after the name of the Input Folder)

The created folder name is followed by a vertex, which invalidates all operations on the folder in windows ^(If a folder name is created with three dots and a slash, the newly created folder will have two dots, which play the same role, and so on ~)

(4) Let's operate on this folder to see if it is useful. We will find that almost all operations on folders are invalid, and even deletion and rename will report an error !!!!!

(5) how to use folders. The dot folder is not "indestructible". We can open it only by running it.

① For example, we have created a folder named test. With a special file name under the root directory of drive C.

② To open this folder, enter the complete path in the Start Menu:

(Note that the path must also contain vertices and slashes)

So that we can enter the folder ~

(6) Next, we can copy and paste the files we want to hide into them,

(7) We have used the preceding steps to hide the file. (It's okay to cheat a cainiao)

(8) Important to note!

Note: folders in this way can only be opened during running, and you must pay special attention to the long directory name. For example, in "C: \ Documents and Settings \ Administrator \ Desktop, a test is created. "folder, we need to enter --

C: \ Documents and Settings \ Administrator \ Desktop \ test ..\  Error

C: \ release E ~ 1 \ Admini ~ 1 \ Desktop \ test ..\  Correct

(If you have been in contact with Dos, you will know that long file names are not supported in the Dos system. If the file name or folder name exceeds 8 bits, the system automatically intercepts the first 6 bits and adds ~ 1. If a system with the same name is intercepted by six digits, the system will automatically increment accordingly ~ 2, and so on)

(In fact, this feature does not support long file names. It has both advantages and disadvantages. The advantage is that people who do not know the characteristics of Dos cannot enter your directory)

(9) The following describes how to delete folders. The method for deleting such special folders is the same as the method for creating them, and is also completed in the command line. For example, if we want to delete test. In the C root directory, We need to input

 Rd/q/s test ..\

In this way, all files and folders in the directory will be deleted together. Exercise caution when using this method.

(10) Other tips:

① Such a directory cannot be accessed in Dos.

② In Dos, you can use the type command to read a file in a hidden directory, for example:

This command is similar to the Copy command in Dos.

③ If the name of the constructed special folder is more than 8 characters, you can use "first 6 digits ~ 1, for example, creating a "123456789." folder, We can enter "123456 ~ 1. You can also enter "cd 123456 ~" in the command line ~ 1. In addition, this "~ 1 "means you can use more commands to operate on files in it. Viruses are often hidden and issued in this way.

 

 

The following introduces another method of hiding folders with lower strength than the previous one:

(1) first, we should go to the command line and enter our directory.

(2) input the command "md". ---- Note: Here is an explanation.

 Md (Space) (press Alt, press 255 on the keypad, and release Alt)

In this way, a folder with a hidden file name is created,

(3) We then disguise the folder. Right-click the folder and select "properties"> "Custom" to change the icon.The following dialog box is displayed:

Select a blank icon and click OK. In this way, the creation of the hidden folder is basically complete, and the effect is

(4) This folder hiding method can also effectively hide and cheat cainiao! If you create a hidden folder with dots in the first method in this "empty" folder, ensure that the file hiding effect is doubled ^, which not only prevents deletion, anti-change, anti-view ............

 

So many other details can be learned and explored by yourself ~

(The operations in this article can be applied to the USB flash drive. Be careful when using it. Do not delete your important files. This method is for your reference only !)

 

 

Principle Description: in windows and Dos systems, folders cannot contain special characters (including vertices in this example), but we can use Dos Vulnerabilities to construct special folders.

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.

If you want to truly hide folders, you can still follow the above-mentioned comparison insurance.

Supplement: there is also a better way to create a text document, copy attrib + s + a + h + r e: \ bak \ tools to the text, and save it as a bat file, here, e: \ bak \ tools is the specific file path and name (based on your own folder ).

When you want to hide this file, click the bat file and you will be OK.

To enter your hidden folder, create a bat file. the content is start e: \ bak \ tools. Click (you can put this file in any folder on any computer)

To cancel the hidden folder, create a bat file with attrib-a-s-h-r e: \ bak \ tools

In this way, you do not need to remember the name of the folder, or you can easily change and enter it.

Another method is more complex and more advanced camouflage, which can turn a folder into a recycle bin. If others open the folder, they open the recycle bin, but the operation is more complicated.

Ii. File Hiding Techniques

1. The simplest method

Right-click the file or folder you want to hide, select "properties" from the pop-up menu, and select "hide" from the check box in the Properties window ". Select "View" in "My Computer" or "Resource Manager", and then select "Folder Options" from the drop-down menu ", in the "Folder Options" window, click the "View" tab, in the "Advanced Settings" column, click "hide files", click "do not show hidden files", click "do not show hidden files or system files", and then click "OK. When you want to use it, you only need to set it to "show all files" in the "Folder Options" window above. Of course, due to the simplicity of the method, its confidentiality is not high.

2. Warning Information Method

Generally, folders in Windows have folder. htt and desktop. ini files, the warning information generated when accessing this folder is generated by these two files. What we need to do is to copy these two files to our own folder, set the folder attribute to read-only. Visit and see. How is it? Is there any warning information? If no, select Wed style in "Folder Options ". If you want to change the prompt information, you must first understand how the prompt information comes, folder. htt is actually an HTML file, desktop. ini is used to display folder in the window. content in the htt. If you want to change the prompt information, you just need to change the content in folder. htt. Open this file with notepad or the software that makes the web page and find the line varL-Intro-Text. This line is warning information, as long as it complies with the HTML syntax. The following varL-Prompt1-Text is the link to the folder, If you know javasThen, you can enjoy it! Continue to look down. There is such a line at the end: This is the link of the image you see, and you can modify it yourself. Upload your images to this file, for example, temp.jpg. Then, change templatedirw.wvlogo.gifto ‑thisdirpath‑emp.jpg. In this way, the right half of the window shows the image you specified. This method is only used to prevent the gentleman and the villain. Therefore, the confidentiality is not high. You can refer to the following method.

3. Folder hiding

Since we can change the warning information, we can change it to be exactly the same as an empty folder, and then change the folder to a strange name, put it in a place that most people don't think, even if a folder is accidentally entered, the folder is not empty.

The specific method is very simple. Change the value of the line varL-Prompt-Text to "view the description of the selected project ." Then, the varL-Intro-Text is cleared. Find another drawing software to create a large image, and replace temp.jpg in the third step. Check whether it is the same as an empty folder? When you want to access it, you can remove the read-only attribute of the folder. This method is not foolproof. If you don't believe it, add a "" in the address bar of the window! Show up! I want to be foolproof and take a look. Create a folder in this folder and place the files that are critical to the folder. Change the folder and the properties of temp.jpg to hidden. Try again. It's no longer just now. This method is difficult but highly confidential!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.