Monday, June 16, 2008

Create one of the best folder lock.....

This is very easy n one of mah favorite trick .. Tough I knew it from very early bt u know I m postin it a little late ... So Sorry ..... anywaz Here we Go .....

All You Need to do is to copy the following code and paste it in a notepad with extension of .bat as : "Pallav.bat"
U sud write ur desired Password at where its written "type your password here" (in red in code) .... Whenever u wanna change ur password u sud open an instance of notepad and open ur "bat" file with it and change ur password and never forget to d -->all files at type of files field ..while reading ur "bat" file otherwise it wont show....

So Copy ur code ......

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}" 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-08002B30309 D}"
attrib +h +s "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}"
echo Folder locked
goto End
:UNLOCK
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-08002B30309 D}"
ren "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

Hey u may get another folder lock also read
www.computerlords.blogspot.com/2008/02/
protecting-folder-in-windows-xp.html



No comments: