Create Folder Locker With Easy Way




You have an important document files? want to keep but do not know where, and worry about your documents invaded by the other party, or you have tried other software to lock important documents, but no luck, they all failed. I'm sure many who have tried other software for folder lock key (Folder Locker), most of the software required that you purchase a license, some free software.

Now you can lock important folder without using any software! you just need to enter some simple code, after which you can store a variety of important and confidential information in a folder that you have set the password, which only you have access to that folder!
Below are the steps to create a Folder Locker:

1) - Create a new folder and name it to the Locker (or the name you like)

2) - Copy below this setting.

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 u 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%==type 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


3) - Paste that code into Notepad file

4) - Change the "type your password here" to your own password:

5) - Save Notepad file earlier, select the name of your favorite files by name, and in the end add. Bat (for example: folder-rahsia.bat)

6) - As a result you will see two files that you have created, the folder and file BAT:

7) - To lock a folder, you just need to double click on the BAT file (Notepad), type Y and press ENTER

8) - To open the folder that you have the key, double-click the BAT file (Notepad), then enter your password and press ENTER

Done! .. Now you can save all the data and information important to the Secret folder that you have created. Easy right? without using any software!



Share this article :

6 comments:

Thanks for comment :)

 
Message : Like My FB Page
Copyright © 2011. Laptop | Computer | Monitor | Software | Hardware | Maintenance Care - All Rights Reserved
Get Tips and Trick Here Happy Reading
Proudly powered by Blogger