Lock Your Folder Without Any Software


You can protect sensitive information on your computer from children, employers, and anyone else by using this simple method. Anyone might access to use your computer including law enforcement and hackers. Here is the simple way to lock and hide your folder.


♥ To make a password protected folder, first of all yo have to copy and paste the codes in the notepad[codes given below].
Codes Here:
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 you 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%==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

♥In the code where you see YOUR PASSWORD HERE, remove this text and type your desire password for the folder.

♥Now save this code in .bat format [ like locker.bat].

♥Then click this saved file . When you click this file it will create a folder name locker.

♥Again click that file (locker.bat), if will ask "Are you sure you want to lock the folder (y/n)?" , Then type 'y' to  lock and hide that auto created folder.

♥ If you wish to unlock the folder you need to click the locker.bat file and it will ask for password. To unlock, you have to type the password you had chosen for the folder.


If you face any problem, you can ask.

1 comments :

Write comments