Thursday, 25 August 2011

MAKING YOUR OWN LOCKER WITHOUT ANY SOFTWARE


Step 1: First you need to create a notepad on your desktop.
Folder lock free
Step 2: Copy all this code to that notepad
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 Distributed by e-geeks.in
echo Are you sure u 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 Distributed by e-geeks.in
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password 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
Step 3: replace by your own password at the place of – type your password here
So it will look like the below pic,i gave 123 as my password
free folder lock software
step 4: click File and click save as.
folder locker
step 5:give filename as locker.bat and click save.
pc folder locker
see a locker.bat file created on your desktop.
folder lock
This is now usable and you can use it without any problem but the problem is that anyone with a computer knowledge can edit this file and can change your password .So you need to make it secure.we convert this .bat file to .exe file.

Processes to secure bat file by converting it into executable file
step 1: download free bat to exe converter from here
step 2: extract the file and then run Bat_To_Exe_Converter.exe,select Batch file,means our locker.bat file.Then click compile.you are done.A new locker.exe file will be created.you can also add any icon file to make it beautiful.
bat to exe
So you are done now , follow this steps to secure your documents
1>click locker.exe and follow instructions
2>A new locker folder will be created automatically after clicking.Now put all of your personal data in that folder.
3>Click locker.exe again.Notice that locker folder is now vanished.Ya its kind of magic.
4>click locker.exe again and give your password to see your locker folder again

No comments:

Post a Comment