To hide a folder in windows XP/7 without any software. Follow the steps Below.
Make a Folder in C drive or in any location rename it as “abc” or any other name you waant to give without quotes.
Now open Command Prompt from Start Menu.
Type :- attrib +s +h "C:\abc” without quotes and press enter.
This command will Make your folder invisble and it can not be seen even in hidden files and folders.
To make it visible again type “attrib -s -h C:\abc”
You can hide any other folder also by changing the location C:\abc to address of your folder.
Don't forget to share and comment
Now open Command Prompt from Start Menu.
Type :- attrib +s +h "C:\abc” without quotes and press enter.
This command will Make your folder invisble and it can not be seen even in hidden files and folders.
To make it visible again type “attrib -s -h C:\abc”
You can hide any other folder also by changing the location C:\abc to address of your folder.
Don't forget to share and comment
0 comments:
Post a Comment