Tuesday 15 October 2013

Hiding folders or and other stuff and best part we won’t be doing it with any software.

Hiding folders or and other stuff and best part we won’t be doing it with any software.
Every one of you here are already aware of the “Hidden” and “Show hidden files and folder.”
But today we are going to understand the “attrib” command in cmd.
#attrib command in cmd displays or changes the file attributes.
Here we are taking an example that I need to hide the folder named “hacker” in D Drive.
1. Open cmd. (press win key + r and type cmd)
2. type D:
3. type dir (you are able to see your folder hacker)
4. type atttrib +s +h hacker
It’s done ….!!!!
Understanding option in step 4
Here we gave the attribute +s (System file attribute), +h (hidden file attribute), + sign indicate Set a attribute and similarly – sign indicate clear a attribute.
There are more options which you can explore like +r (Read only attribute), for more type attrib /? In cmd.
To Unhide the folder
Repeat step 1 – 3 and replace the + with – in step 4 {type atttrib -s -h hacker}
THE BEST PART OF THIS TRICK IS THAT EVEN IF YOU HAVE SELECTED THE “Show Hidden Files and Folder” in Folder Option then also your folders are still hidden.
Hope u njoy.

ADMIN-SAM



No comments:

Post a Comment