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.
This entry was posted on May 28, 2009 at 5:28 am and is filed under Tips. You can subscribe via RSS 2.0 feed to this post's comments.
Tags: Another idea to make a Folder Invisible, Hide the Folder, Make a Folder as Invisible
You can comment below, or link to this permanent URL from your own site.