Saturday, May 28, 2016

How To Lock Folder Without Software


How To Lock Folder Without SoftwareThere many software to lock folder and drive but if you can not able to install software there are many methods to lock folder one of i provide you its good and sy to use hope you like lats start

Open Notepad [Start-->Run-->Notepad].In your Notepad just Copy/Paste the below .cls
:End
@ECHO OFF
title Folder Locker
if EXIST “Control Panel.{21EC2020-3A-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-3A-1069-A2DD-08002B30309D}”
attrib +h +s “Control Panel.{21EC2020-3A-1069-A2DD-08002B30309D}”
echo Folder locked
goto End
:UNLOCK
echo Enter to Unlock folder
set/p “pass=>”
if NOT %pass%==wrock goto FAIL
attrib -h -s “Control Panel.{21EC2020-3A-1069-A2DD-08002B30309D}”
ren “Control Panel.{21EC2020-3A-1069-A2DD-08002B30309D}” Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid
goto end
:MDLOCKER
md Locker
echo Locker crted successfully
goto EndIn the above batch the has been set as wrock. You can change it by editing the following lineif NOT %pass%==wrock goto FAILNow save this notepad file as yourfoldername.bat ,here .bat is extension of your file. For now I am crting wrock.bat file.

Now a .bat (system) file will be crted.

Double Click on this .bat file and you will see a Locker Folder at the same loion where your .bat file is saved.

Double click on that Locker folder and store your personal data in it.After storing all your data in that folder again double click on .bat file and press Y there to Lock the folder and press Enter.
Now your Locker will hide and only .bat file will be there.Double Click on this .bat file and give your (here wrock) and hit Enter.
Thats it. Now every time you want to open your secret folder you have to enter the . You can update this folder any time and infinite of times.
if any thing wrong then recrte .bat file with same pass

No comments:

Post a Comment