To make a super hidden folder
Posted in TIPS N TRICKS
Suppose u want 2 hide a folder called "wasim" located in drive "C:".
So here's how 2 do it:
Loc of folder: C:\Wasim
1. Open Run command dialog box located in Start Menu. Alternately press WinLogo+R.
2. Type "cmd" in the dialog box
3. Type the following command in command prompt:
attrib +s +h "C:\Wasim"
and then press enter. You're done!!!