Wednesday, February 6, 2013

How to Folder Lock without any S/W

i found another trick to hide ur files and protect ur data . jsut follow some simple steps and you are done.

Open Notepad and copy the highlighted code and save as locker.bat(or any name with .bat extension). when you start it first time it will create a folder with Locker automatically for u. Don't forget to change your password in the code its shown the place where to type your password.
after creation of Locker folder again click on the locker.bat.it will ask.press Y then Locker folder will be disappeared.again to get it click on locker.bat. and give ur password u will get the folder again.
"keep your all private files in that locker folder"

****************************************
******************



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 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 Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==karan 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


in place of karan(which is your password here)you can give any password of your choice..from preventing ur this batch file from others you can change its icon so that no onw came to know that this is a folder locker file
To this right click on file>properties>customize and change icon. or you can hide this file also. its a great deal.

Enjoy with this guys .. nd please do comment on blogs u like so that i came to knw that there is need of writng all these ..

PLEASE BE A FOLLOWER IF YOU LIKE IT >>>

No comments:

Post a Comment