Sunday, April 3, 2011

Folder Lock without any software




Want to secure your personal data? want to have a secure password protected hidden folder for your personal use?

There are many softwares to do this job.But anti-virus softwares denotes most of them as a virus and you need to spend $20-$100 for that stupid folder locker softwares.

Now here is the trick for using folder lock feature without any software,easy and free :)

Processes to make raw software:

Step 1: create a notepad on your desktop.


Step 2:copy all the code given below to the 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 technicalzone.info
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 hereSo it will look like this,i gave 123 as my password




step 4: click File and click save as.



step 5:give filename as locker.bat and click save.



see a locker.bat file created on your desktop.

This is a usable software now,but This is not so secure,because anyone can edit this bat file code and change your password,so we need to make it secure to use.

Processes to secure bat file by converting it into executable file

step 1: download free bat to exe converter from
bat to exe converter 1.5

download Download from rapidshare
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.



Our main software is created,click locker.exe and follow instructions.A locker folder will be created.you need to put your data their and then locker.exe again,the locker folder will be vanished.click locker.exe again ,then give your password,locker folder will be re appeared.
This is all.Hope Everything is cleared.If you have any problem to understand above steps,please feel free to ask any question in comment section.

Download Full Tutorial as a PDF

download Download from rapidshare

1 comments:

Post a Comment

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More