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 :
USB Thief is a simple program which makes your standard USB stick into a spying USB stick, if yo ...
Regsvr.exe is a W32.Imaut worm which creates folders and a registry entry to enable its automat ...
Hi geeks......you all will be trying to create a folder named "CON" but your windows machine wil ...
Author: PremKumar S Title: Batch File Programming Overview: Batch file programming is the ...
Most people carry a USB drive around for storing files on-the-go, but that’s not all they are g ...