Folder security

25/09/2010 07:53

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:

Hiding the folder

Lock folder tools

System security tools

Coding

Now, we are going to see how to hide our folder by locking code with hwlp of batch file

Batch file should be in folder location

Locking the folder code

  1. Open the notepad just type

 ren folder name folder name .

{21EC2020-3AEA-1069-A2DD-08002B30309D}

2.Save it as “lock.bat”,then double-click folder to lock

 

Unlock the folder:

 

1.Open the notepad and type ren folder name

.{21EC2020-3AEA-1069-A2DD-08002B30309D}folder name

 

2.Save it as “key.bat”,then double-click the folder to unlock it