1.Make a folder in C drive rename it as “abc” without quotes.
2.Now open Command prompt from start menu.
3.Type “attrib +s +h C:\abc”without quotes and press enter.
4.This command will make your folder invisible and it cannot be seen even in hidden files and folders.
5.To make it visible again type “attrib –s –h C:\abc “ without quotes.
6.You can lock any other folder by changing the location C:\abc to the address of the folder.
No comments:
Post a Comment