Thursday, December 11, 2014

Create your own Locker and make your files Private

Having important files and documents? Need to secure or privatise your files?
Now you can create you own locker. One that can be unlocked only by a key like a simple lock.
So Lets Start ...


1. create a folder of any name(say 'AA' for an example)
    [suppose the folder AA contains your important files you need to make private]

2. open Notepad
3. copy and paste the following command
     
     REN AA PROTACTED.{2559a1f7-21d7-11d4-bdaf-00c04f60b9f0}

4. save the file naming it as LOCK.cmd chosing save type as All Files

5. Now double click the file LOCK.cmd 
    The folder 'AA' gets protacted and cannot be accessed .

6. Now to Unlock the folder
7. open Notepad again and now copy and paste the following command 

     REN PROTACTED.{2559a1f7-21d7-11d4-bdaf-00c04f60b9f0} AA

8. Save the file naming it as UNLOCK.cmd and chosing save type as All Files

6. Now double click the file UNLOCK.cmd 
    The folder 'AA' gets unlocked .

     The two files can now be used as a lock key and unlock key 

             Congratulations! You have successfully created your own locker.





      

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.