Lock folder without any software



Lock folder without any software
HELLO I am Going To Tell you that How to Lock Folder without any software for free...



THINGS YOU NEED:-
NotePad
A Script Click Here To see the script

FOLLOW THESE STEPS:-

STEP1:- Open Notepad...

STEP2:- Copy The Script
the script is !

cls
@ECHO OFF
title Folder Confidential
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Confidential 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 Confidential "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 the Password to unlock folder
set/p "pass=>"
if NOT %pass%== TYPE YOUR PASSWORD goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Confidential
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md confidential
echo Confidential created successfully
goto End
:End

STEP3:- Paste The Script In NotePad...

STEP4:- Now On Script Type your Password there Where you see "Type Your Password Here" Remove this and type your password there As Shown In The Picture

Remove the "TYPE YOUR PASSWORD" And Type your Password For Example :- Testing

STEP5:- After You Type Your Password Save It as key.bat

STEP6:- Now You Will See A Bat File Like This

STEP7:- DOUBLE CLICK ON IT and a Folder With Name Confidential Will Come.. Paste The Thing you want to paste in it for Example a Song... Put The Song into this confidential Folder...

STEP8:- Now Again Double Click on key.bat folder A black screen will open and it will say
Are You Sure You Want To Lock The Folder (Y/N)
Type Y if you want to Lock The Folder and N if you don't Want to Lock the Folder

STEP9:- After You Type Y press enter and the Black Screen Will Close and you will see that Confidential Folder Also Goes...

STEP10:- If you want to open the confidential folder again Double Click On Key.Bat File and Type your password for example testing and press enter and again the confidential folder will appear...
And To Lock again double click and type y

try it now ;-)

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.