Freinds here is one more trick which you can use to protect your data from others. In this article i will tell you how you can protect your folders by using command prompt.
Just follow these steps:
1. Open cmd.
2. Change to the directory where your folder is located. cd <dir_name>
3. cacls <directory name> /e /p everyone:n
for example i have created a folder named hack in C drive .
4. Now no-one, including you can open or delete that folder/directory.
5. To remove the restrictions, again follow from step 1 and 2.
6. cacls <directory name> /e /p everyone:f
7. Thats it. Now you can protect your folders from unauthorised access.
Note: Some times it happens that if you use this technique on a folder in USB drive then that folder can only be opened in the same PC where you applied the protection.
Hope you like it, if YES then share it with you friends.
Always waiting for you comments and suggestion's.
Enjoy...!!!!
Just follow these steps:
1. Open cmd.
2. Change to the directory where your folder is located. cd <dir_name>
3. cacls <directory name> /e /p everyone:n
for example i have created a folder named hack in C drive .
4. Now no-one, including you can open or delete that folder/directory.
5. To remove the restrictions, again follow from step 1 and 2.
6. cacls <directory name> /e /p everyone:f
7. Thats it. Now you can protect your folders from unauthorised access.
Note: Some times it happens that if you use this technique on a folder in USB drive then that folder can only be opened in the same PC where you applied the protection.
Hope you like it, if YES then share it with you friends.
Always waiting for you comments and suggestion's.
Enjoy...!!!!
1 comments:
sir can u please help me to get my files
in first step i did cacls *.* \e \p everyone:n
and all files are locked
n now i'm not able to get my all files by using
cacls *.* \e \p everyone:f
Post a Comment