Monday, September 24, 2012

CREATE FOLDER LOCK WITH NOTEPAD


Guys this is tutorial on HOW TO CREATE FOLDER LOCK USING NOTEPAD... It means that no downloading any folder lock software is required.







FOLLOW THESE SIMPLE STEPS........

Step 1: Open the Notepad File.......



Step 2: Paste the following code to the NOTEPAD file.......

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%==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: Now SAVE AS this file by the name "lock.bat"  and and SAVE AS TYPE- "ALL FILES" on anywhere in your PC









*NOTE: Don't forget to make SAVE AS TYPE- ALL FILES.......

Step 4: Double click that ".bat" file and a folder will be created....






Step 5: Now Move any confidential data which you want to keep secure and safe.........



Step 6: After moving close the folder and again double click to lock the folder... Enter "Y" to make sure that you want to lock the folder....and after locking the folder the folder actually hides.........







Step 7: After 'This the folder actually hides and to re-open the folder just double click that ".bat" file and press  again "Y"







YUHOOOO AGAIN A VERY IMPORTANT TUTORIAL TO HIDE YOUR IMPORTANT DOCUMENTS