To Lock a folder in windows XP without any software. Follow the steps Below.
- Make a Folder in C drive rename it as "abc" 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 lock any other folder also by changing the location C:\abc to address of your folder.
For Further Reading,
1 comments:
Dis trick has one disadvantage that..ur folder locked by above method may be seen by advance programmer ..by dis way(this trick only applied when a user knows in which drive he had locked his files and even when he doesn't know the name of hidden file):
(1)hide ur file in any drive by above method
nw if u forgot the drive and name of hidden file then do followin process:go 2 cmd and type ur drive name in which u had hide the file for example : i had hide folder in E drive by name "HACKING"(i forgot the name in case) then to show this file do this
E:\>attrib -s -h *.* /s /d then enter
E:\>dir
thats all ..ur hidden file will be shown
Post a Comment
Your comments Will Be now Do-follow.
Comment Here.