Labels

Wednesday, 5 November 2014

Hide folder in pc using command prompt


Hiding your files and folders are very important. because it is used to protect your personal information from others. some software's are available  online for hiding your files and folders. but without using softwares, hiding your files and folders are possible by using command prompt.
follow the steps to hide your files and folders by using command prompt.
1.open your command prompt(press window key + r , then type in cmd and press enter. or Start=>All programs=> Accessories => Command prompt)
2. Type this command:
attrib +s +h D:\folder or file name
for example your folder name is bank secret and it is in D drive. then you can type this
attrib +s +h D:\bank secret .thats all now your folder is hidden and noone can view this file.
if you want that folder to be visible or to reappear back,  then type
attrib -s -h D:\folder or file name
example:

attrib -s -h D:\bank secret(only changing symbol + to -)
thats all now your folder is visible.share this post and write your comments here

No comments:

Post a Comment