Hide Files or Folders Using Command Prompt
Using this trick you can hide files and folders and it cannot be viewed by any search options even by "Show All Hidden Files and Folders" option
For example:
You have a folder by the name secret which is been stored in Disk drive D to hide it follow the below commands
1. Press windowkey+R: Run command dialog box appears.
For example:
You have a folder by the name secret which is been stored in Disk drive D to hide it follow the below commands
1. Press windowkey+R: Run command dialog box appears.
2. Now type "cmd" and hit enter.
3. Type "attrib +s +h D:\Secret" and hit enter.
4. Folder secret will be hidden
5. To view this folder, use the same command but replace '+' with '-'
(Eg: attrib -s -h D:\Secret )
0 comments:
Post a Comment