How to HIDE Files and Folder using command Prompt
How to HIDE Files and Folder using command Prompt |
But in that post i have told you that if you have selected the option called show hidden files and folders than your files and folder will be seen in search and explorer.
But using this trick you can completely hide your Files or folder and the best part of this trick is that you need No Software to do this.
So Lets Get Started
FOLLOW THESE STEPS :
1. Open run command. ( By window key + R and type cmd ) ( or press window key and search cmd < window 7,8,8.1> )2. Now type this code
attrib +s +h E:\TEST
Note : Replace E:\Test
with your address of destination folder or file
like E:\TEST\New Folder
or E:\TEST\File.txt
Now you will see that your file or folder is hidden completely and it will not seen in search result.
How to UNHIDE
1. instead of using +s and +h use –s and –h. For example attrib -s -h E:\TESTSo Hope you guys found this post useful. This trick is simple and works perfectly. but both have their own importance.Note : Replace E:\Test
with your address of destination folder or file
like E:\TEST\New Folder
or E:\TEST\File.txt
Thanks for visiting
thanks for Feedback