Make Your Folder Superhidden

Let us Learn to Create a Superhidden file in Short :-

Do as the following steps to make a folder SuperHidden

1. Make a Folder in any drive, Lets name it as like for Example : Asifdgr8 without quotes.
2. Now open Command Prompt .
3. Type "attrib +s +h C:\Asifdgr8" without quotes and press enter.Where in above sentence ASifdgr8 is Your folder Name.
4. This command will Make your folder invisble and it can not be seen even in if you set ad show hidden files and folder From toolbar menu.
5. To make it visible again type "attrib -s -h C:\Asifdgr8" in command prompt.

TRicks 2

Now Lets Learn to Create a Shortcut to Quickly Hide & Unhide a Folder.

Procedure:
* Lets create a folder for example In C:\ drive,Lets Name it as "mehul"
* Now create a New Shortcut to Hide Folder (Right Click Anywhere,ans select NEW----->Shortcut)
* In this Type Location of Item Type "attrib +s +h c:\mehul"
(similar like hiding. where sagar is replaced by your folder name which will be given while you creates a new folder).

Tricks 3

Similarly Lets create a Shortcut to Unhide FolderProcedure:
* Same as above Procedure create a New shortcut.
* In Type Location of Item Type "attrib -s -h c:\mehul"folder Via Command promptSimilarly Lets create a Shortcut to Unhide Folder
* Same as above Procedure create a New shortcut.
* In Type Location of Item Type "attrib -s -h c:\mehul"

Method 2 of Hiding and Unhiding folders

Method 2:-
* open Notepad type the following code ( assuming hiding folder named "mehul" in C:\ drive )

Write the following Code in notpadattrib +s +h c:\mehul
Where mehul is replaced by your folder name which will be given while you creates a new folder.
* save the Notepad file as "Hide.bat" (Without Quotes)
* Similarly create a New Notepad file as with same procedure given in Method 2 and
save notepad file name by giving name Unhide.bat

When you click on hide.bat file then it will hide your folder and similarly when you click on Unhide it will Unhide Your Folder.