How to Hide anything in PC
Here is a simple way to hide things in Windows. Just follow these steps:
Step1:-
Open command prompt (window logo key + R- > type “cmd”- > hit enter)
e.g. It will display the command prompt screen.
C :\>
Step2:-
Type attrib +s +h [file path] ->hit enter
e.g. C :\> attrib +s +h d:\rock\xxx.jpg
This will make the file “xxx.jpg” hidden and unsearchable
NOTE:-
1. We can use that file by typing the full path of the file (i.e. d:\rock\xxx.jpg) in the
Address bar.
2. For change its attribute to unhidden and searchable use the command attrib “–s –h” in step2.
e.g. C :\> attrib -s -h d:\rock\xxx.jpg
NOTE:-
1. +s- makes the attribute of the file & folder to system.
2. +h- makes the attribute of the file & folder to hidden.
3. –s- removes the attribute of the file & folder from system to General file.
4. –h- makes the attribute of the file & folder to unhidden.
Enjoy :)
Here is a simple way to hide things in Windows. Just follow these steps:
Step1:-
Open command prompt (window logo key + R- > type “cmd”- > hit enter)
e.g. It will display the command prompt screen.
C :\>
Step2:-
Type attrib +s +h [file path] ->hit enter
e.g. C :\> attrib +s +h d:\rock\xxx.jpg
This will make the file “xxx.jpg” hidden and unsearchable
NOTE:-
1. We can use that file by typing the full path of the file (i.e. d:\rock\xxx.jpg) in the
Address bar.
2. For change its attribute to unhidden and searchable use the command attrib “–s –h” in step2.
e.g. C :\> attrib -s -h d:\rock\xxx.jpg
NOTE:-
1. +s- makes the attribute of the file & folder to system.
2. +h- makes the attribute of the file & folder to hidden.
3. –s- removes the attribute of the file & folder from system to General file.
4. –h- makes the attribute of the file & folder to unhidden.
Enjoy :)