The most important thing is that, once hidden with this method, the files/folders cannot be viewed by any search options even if you click "Show All Hidden Files and Folders".
Follow the following steps ::
1. Click on start , then click on run.
2. Type cmd and press enter and command prompt will be opened.
3. On the command prompt , go to the place where the folder is.
for example if it is in d drive and u r in c drive then to change it just type E: and press enter and u will enter in the e drive
4. example i want to hide a folder called Tools its located in the e:\.
And explore the file you want to hide.
by Dir commond
e:\> dir
I'm going to hide the file bookmarks.rar
5. e:\>attrib bookmarks.rar +s +h +r
After this
6. to unhide i will use command
e:\>attrib bookmarks.rar -s -h -r
Now you can see bookmarks.rar file after dir
syntax
Follow the following steps ::
1. Click on start , then click on run.
2. Type cmd and press enter and command prompt will be opened.
3. On the command prompt , go to the place where the folder is.
for example if it is in d drive and u r in c drive then to change it just type E: and press enter and u will enter in the e drive
4. example i want to hide a folder called Tools its located in the e:\.
And explore the file you want to hide.
by Dir commond
e:\> dir
I'm going to hide the file bookmarks.rar
5. e:\>attrib bookmarks.rar +s +h +r
After this
6. to unhide i will use command
e:\>attrib bookmarks.rar -s -h -r
Now you can see bookmarks.rar file after dir
syntax
attrib folder name +s +h +r To unhide syntax attrib folder name -s -h -r
0 comments:
Post a Comment