How to Protect a Folder? [Without Tool]

It is important to protect important folders when more than one users use the same system. There are huge number of ways for protecting folders such as

  • Hiding Folder
  • Folder Lock Tools
  • System Security Tools
  • Coding

Here we see the simple method for hiding folders using some set of bath file codes not tools. Follow the steps to do so.

Note: Batch File should be saved in folder location.

Lock Folder Code:

1. open a notepad and type the code

ren foldername foldername.{21EC2020-3AEA-1069-A2DD-08002B30309D}

2.  save the file as lock.bat, then double click to lock the folder.

Unlock Code:

1. open a notepad and type the code

ren foldername.{21EC2020-3AEA-1069-A2DD-08002B30309D} foldername

2.  save the file as key.bat, then double click to unlock the folder.

Related Posts :

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>