Tricks Duniya -ONLINE SHOPPING GUIDE, MOBILE TRICKS, ANDROID TRICKS, HACKING
Hide your folders and files in windows using CMD only - Printable Version

+- Tricks Duniya -ONLINE SHOPPING GUIDE, MOBILE TRICKS, ANDROID TRICKS, HACKING (http://tricksduniya.com)
+-- Forum: COMPUTER ZONE (http://tricksduniya.com/forum-43.html)
+--- Forum: computer guide (http://tricksduniya.com/forum-61.html)
+--- Thread: Hide your folders and files in windows using CMD only (/thread-4570.html)



Hide your folders and files in windows using CMD only - AmAn SrivaStava - 09-15-2015

Awesome CMD trick by which you can Hide any files or folder using CMD and you can unhide it easily too.
Yes there is a Command for it which we will execute in order to perform this trick so lets see how this is done.
Step 1: Open CMD
Step 2: Type this Command without Quotes> "attrib +s +h Your_File_location" . Your_File_Location means the place where your files is located in your Hard disk. For Eg: I want thide a folder with name "Videos" which exists in my "D" drive, then i will Type
"attrib +s +h D:\Videos"
Step 3: The Above Command will hide my Videos folder from D drive. To Unhide it just Type this command "attrib -s -h D:\Videos"
Only Difference between both the Command is "+" & "-" Signs.