Monday 2 April 2012

Hide a folder using CMD trick

Want to hide something in your computer/laptop? Here is a trick using CMD!

1. First of all create a folder
2. Go to command prompt
3. To hide the file here is the code type in the cmd:

CODE:

attrib +s +h "Full path of folder"

Sample screenshot below:


4. Now the file is hidden . Even if you enable show hidden files and folder from Folder option also the file will be hidden.
5. To reveal the hidden file here is the code type in the cmd:

CODE:

attrib -s -h "Full path of folder"

Now you can hide and reveal your folder with just the use of COMMAND PROMPT!

I need your feedbacks! Thank you.

No comments:

Post a Comment