Tricks Duniya -ONLINE SHOPPING GUIDE, MOBILE TRICKS, ANDROID TRICKS, HACKING

Full Version: Hide your folders and files in windows using CMD only
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.