How To Give Password To Folder and protect your folder

How to Give Password to Folder and protect your folders can be done easily, either using software or not. A folder containing documents in word or pdf files of important data in the form it needs to be secured from the hands of ignorant office friends, classmates, or even your own family members. Surely not want dong suppose we've created office tasks or coursework then suddenly the data is copied by your friend? Maybe your friends grounded just borrow your laptop and it will not open up important files, but who knows if it is misused? This would be very annoying. Therefore we need to secure our data in order not to arbitrarily open by someone else by limiting access to the folder that contains important data. Then how do I give the password folder on your computer? There are two ways this can be achieved, namely:

How To Give Password To Folder and protect your folder


Give the folder password without software
This step can be taken if you want to give the password without the help of software, so that you only utilize the existing facilities on the computer. This can be done for computers that operate on the Windows operating system yes. Here are the steps.

1. Open notepad, for the uninitiated notepad located in the Start -> All Programs -> accesorries -> notepad

2. Copy the code below and paste it into notepad

cls
ECHO OFF
title Folder Locker
if EXIST "Control Panel. {21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
: CONFIRMED
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 the folder
set / p "pass =>"
if NOT% pass% == TYPEPASSWORD goto FAIL
attrib -s -h "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. In the code TYPEPASSWORD replace the text with the password that you wish

4. Keep a notepad by clicking File and then Save As, and save it with the name lock.bat save as type to All Files.

5. Open the file that we just open, wait a minute it will appear a new folder named Locker.

6. Move the files you want to secure into the Locker folder

7. Double-click again on the file lock.bat it will display a dialog if you want to lock the folder, type Y and then Enter

8. Folder Locker will be lost, but do not worry because this folder is hidden only by the system

9. To bring it back, double-click on lock.bat then be asked for a password to open it, type in your password and press Enter

10. Folder Locker has resurfaced and you can already see the file again.

Posted in:


0 comments for "How To Give Password To Folder and protect your folder"

Leave a reply