
With Super Hiding and Unsearchable feature it’s impossible to reveal any hidden file or folder in normal way. Files and folders will completely hide.
1. First open the Windows command prompt.
For that Go to START -> RUN and type CMD
2. In DOS prompt go to the location where the file or folder exist you need to hide.
- Hiding Folders:
Now type
attrib +h +s FolderNameand press enter.
- Hiding Files:
Now type
attrib +h +s ‘FileName.Extensionand press enter.
3. To bring it those hidden files to normal state, type
attrib -s -h FileNameNOTE: Please make sure your file or folder name which you're going to hide doesn’t contain any space.



1 comments:
nice one
Post a Comment