Pages

Create a Password On Folder Important

Create a Password On Folder Important



How to Give / Install Password In Folder-Sometimes files or information stored in a computer folder which we think is very confidential so that other people can not open the file let alone read. As is private, confidential corporate, medical records, and so on. In other words, the folder should be protected with a password. therefore in need How To Create Password In Folder.

Lots of software to lock a file or folder that are not easily accessible to others. With the keyword "Folder Lock Software" it will be found to the many software which offers protection for files or folders. With labeled Free Download / Trial -> and once installed we were told to enroll (register) and finally we were told to buy.

Open Notepad With Click Start -> All Programs -> Accessories -> Notepad

The following way is the easiest way and not have to pay. Follow tricks How to Make a Folder Password In the following:

1. Copy and Paste the code below 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
: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%==YourPassword 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
Note: YourPassword -> Change the password that you want.



2. Save the file with the name FolderLock.Bat folder will be locked


3. Close and then open the file again, and will make an important folder.



4. Type in your password code
5. Click again, and the command will be displayed Do you want to lock the file Y/N“.

6. Click “Y” and press Enter.
7. Important to open folder, enter your password before.


Do not Forget: YourPassword -> Change the password that you want.

Good luck and practice :)

No comments:

Post a Comment