How to Lock Folder without software
(for ntfs drive formate only)
Step 1: Go and create a folder in any drive
Ex: "Locker" in "D" drive
Step 2: Put your files into locker foler (that u have created)
Step 3: Goto Run->cmd
my folder Locker is located in D: drive so locate the folder using dos command (c:\users\john> d:)
Step 4: After you type
D:>cacls Locker /p everyone:n
(Locker is folder name)
Are you sure(Y/N): Y
lets test if the folder is Locked!!!
Access denied!!!
Step 5: To unlock the folder Simply change the letter "n" to "f" in our command
Step 6: D:>cacls Locker /p everyone:f
No comments:
Post a Comment