Monday 26 October 2015

How to lock a folder without any Software

How to lock files and folder with password

Lock a folder without any Software


Description:


Sometimes you want lock a folder for privacy and protect your data from others so that they can’t see oe access it. You have no need of any third party software here i tell you the method by which you can lock and protect a folder and you can put your pictures,videos or some other data you want to protect and then your all data will be protected from others. Method is simple but you have to read the instructions and follow the steps.

Instructions:


1- Create a folder by name of your choice for example DATA
2- And then open notepad (press win+r and type notepad) and copy paste the following code in notepad.
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 WANT TO LOCK 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%==password 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

3- Replace password with your password you want.

4- Now save notepad in that folder that you have already created DATA by name lock.bat or any other name but extension should be “.bat”
5- Then open lock.bat there will create a automatic folder named locker in which you will kept your data want to protect.
6- After keeping data reopen lock.bat then there will appear a black screen it will ask you to WANT TO LOCK FOLDER(Y/N)
7- Press Y to lock the folder and after that when you will reopen to unlock it again black screen will appear to ENTER PASSWORD TO UNLOCK FOLDER
8- Give password and now folder is opened….. ENJOY :)

0 comments:

Post a Comment

 

Subscribe to our Newsletter

Contact our Support

Email us: Support@templateism.com

Our Team Memebers