How to create your own folder locker

How to create your own folder locker

Now-a-days Copy right is important in internet world.Although there is copyleft software also.
However , If you are successful to find copyright folder locker then it may be trial version or you have to purchase it..However you can also download that software full using torrent,or you can find crack of that software.
To get rid of this problem here is the trick to make your own folder locker using God mode in Windows.
If you don’t know what is god mode in windows then here is the link.
First of all make one text file and copy & paste below code.

Copy to Text File

cls
@ECHO OFF
title Folder Private
if EXIST "lock.{ED7BA470-8E54-465E-825C-99712043E01C} " goto UNLOCK
if NOT EXIST Private 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 Private "lock.{ED7BA470-8E54-465E-825C-99712043E01C} "
attrib +h +s "lock.{ED7BA470-8E54-465E-825C-99712043E01C} "
echo Folder locked
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%==yourpassword goto FAIL
attrib -h -s "lock.{ED7BA470-8E54-465E-825C-99712043E01C} "
ren "lock.{ED7BA470-8E54-465E-825C-99712043E01C} " Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End

Now save file as .bat extension.
Run that file it will create folder named “Private”.Now copy/paste your private data in that folder.
Then again run that file .. It will confirm that you want to lock folder or not.
Now when you want to unlock that folder, run that file again in the same folder where your “Private” folder lies.It will ask password to unlock folder.Enter password “yourpassword” without double quote . You can also change password by editing upward file.

More Stories
Spy on WhatsApp Without root
Spy on WhatsApp Without root