Thursday 19 December 2013

How to Lock/Password a Folder without using any software

How to Lock/Password a Folder without using any software



Sometimes you want to hide your personal data from the others like your family pictures, Videos or any other files related to you. For keeping this hide from the others you should have a software that protect your persoanl data away from your friends eyes. Therefore in this tutorial i will give you a best trick that will protect your data with password. With this trick you can create a password protected folder. Now follow the procedure to learn this handsome trick from downloadfreehighlycompressedgamesSo if you like this trick then kindly share it with your friends and like us on facebook. Now let's start:





How to Lock/Password a Folder without using any software


1. Create a new folder named "My Data".
2. Now open a notepad and Copy the below set of code and paste it into you 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 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. Replace "type your password here" with your desire password
4. Save the notepad as Locker.bat in the "My Data" folder that we have created.
5. Double click on the file "Locker.bat"
6. A folder named "Locker" will be created there itself.
7. Move the data that you want to protect in the folder "Locker".
8. Now again Open the file "Locker.bat"
9. Then you will be asking to make the folder protected or not. Press "y" and then enter to make it password protected.
10. Then the folder "Locker" will be hidden.
11. Now you can't see the folder. For opening the folder, you have to click on Locker.bat
12. Command prompt will ask you to type the password.
13. If the password is right, you will be given access to the folder.

Hope you will get the whole procedure. Oh sorry i have forgotten to say you that Don't forget to subscribe us and like us.

Share This

No comments:

Post a Comment