Another idea to make a Folder Invisible

Now we going to make a folder which is invisible to everyone and it can be accessed only by typing its name in address bar.

1. Create a folder which you want to make invisible.

2. Now type in command prompt-> “attrib +h +s “

(E.g.: If your folder name is xyz & it had been created in c: drive then “c:\>attrib +h +s c:\xyz”)

3. If you want to make it visible then type in command prompt “attrib -h -s “

(e.g-> “c:\>attrib -h -s c:\abc\xyz”)

Suppose you have to access the hidden folder created in “c:\abc” named “xyz” (since it is not visible) go to folder “abc” and just type “xyz” in address bar. U will be in invisible folder.

Now it is your responsibility to remember where u have created the invisible folder

Let me know your comments.

Explore posts in the same categories: Tips

Tags: , ,

You can comment below, or link to this permanent URL from your own site.

Comment: