Hide And Lock Your Folders With Password Without Software

1:20 AM

Create your own Folder Locker with password protection


Create your own Folder Locker with password protection

.No need of a folder locker software. Just copy paste the below code to notepad:
cls@ECHO OFFtitle 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%==PASSCODE 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

Its time to edit the code. Find the word "PASSCODE" in the above code and replace it with your password to lock the folder.

Save the file as any "name.bat" Example : "PrasanthSPushpa.bat"

Run the file "PrasanthSPushpa.bat" a new folder will create autometicaly. copy the files to the new folder what you need to hide from others. run the .bat file again, it will ask you (Are you sure u want to Lock the folder(Y/N)). type y and press enter key.

Your folder will go away, if you need to show the folder back open the bat file, type your password and hit enter key.

Your'e Done.

You Might Also Like

അഭിപ്രായങ്ങളൊന്നുമില്ല:

Like us on Facebook