Saturday, September 21, 2013

Hiding folders and files using command prompt

Posted by Unknown
Some times, we need to hide our private files and folders from others. If we use the normal hiding method, other people easily can view those files. So we need new method to hide folders and files. Thats why we are here to learn. Already in this blog , we learned one method to hide,now we are going to learn one new method with the help of command prompt.

Hiding method for folders and files:

1. Start->Run or Press Ctrl+R

2. Type "cmd"

3. The command prompt window will be displayed
4.Then type "attrib +s +h C:\Movies" , press Enter.

5. The folder will be hidden.

Open the hidden folders and files:

Just replace the "+" by "-". for example:

type " attrib -s -h C:\Movies".

thats all, just comment, how is it?

Also watch this tutorial as video in our channel, and subscribe our youtube channel.








0 comments:

Post a Comment