To Create a Locker folder without any software


To Create a Locker Folder Without Installing Any Software


Posted by Ruslani on June 14, 2011    

To Create a locker folder inside your computer without installing any software can be easy, and you can create the locker folder easily.

To Lock files and folders inside your computer.

1. firstly just copy the following script, Then paste the script on your notepad.
2. Save the script as the file name you want.
3. Change the "save as type" to "All File"
4. Then Save as .bat format, for example "Myfolder.bat".
5. Copy the Myfolder.bat into a drive you want, for example Drive C or Drive D.
6. Try to open the Myfolder.bat you just made, so you will find a new "LOCKER" folder.
7. Now you can insert some files into the Locker folder.
8. To lock the files or folders inside the Myfolder.bat just double click the Myfolder.bat.

Before using the folowing script, Just find the word 'OK' without apostrophe. The word OK is the current password. You can change the password with the word you want.

Below is the script :

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure you want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==OK here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End


To Unlock the folder, Just RightClick on the .bat folder then insert your own password.
To lock again, RightClick on it then insert the character 'Y' then press enter.

It is Easy, isn't it? I hope this can be useful.








customers review :
Click Here For More Info

Creating a Locker Folder In The Computer Without Any Software