Saturday, October 9, 2010

Protecting the folder in PC



It is necessary to protect the important folder in pc when more than one user using the system..
4 ways to protect:
1.Hiding the folder
2.Lock folder tools
3.System security tools
4.Coding

Now, we are going to see how to hide our folder by locking code with help of batch file
  • Batch file should be in folder location
  • Locking the folder code
  • Open the notepad just type
 ren folder name folder name .
{21EC2020-3AEA-1069-A2DD-08002B30309D}

  • Save it as “lock.bat”,then double-click folder to lock
Unlock the folder: 

  • Open the notepad and type ren folder name
.{21EC2020-3AEA-1069-A2DD-08002B30309D}folder name
  • Save it as “key.bat”,then double-click the folder to unlock it

No comments:

Post a Comment