Rabu, 11 Februari 2015

How to lock your Important Folders with Password on Computer or Laptop



How to secure my personal folder with password on the PC/labtop. Sometimes we save your important files in a computer whether it is the task of the Office or personal files that should not be seen by others.

But what would happen if the file was accidentally opened and seen by other people, certainly makes us annoyed and have feelings kuarng it safe to store important files in PC/labtop.

The best way to do when saving important files or personal in the computer/good labtop in give a password on a folder so that it cannot be opened and seen by others or by using the software.

Only here I will explain how to make or give a Password on a Folder on your computer, so that the labtop/important or personal files we can not seen by others.
Here's how to how to make or Give a Password on a Folder;

-Please create a new folder to store our personal and important files.

-Then open NOTEPAD with the way (START = All Programs = > > Accessories = > Notepad)

-Insert 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 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% == PASSWORD 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

-Copy and paste the code above into Notepad, then replace the paper blue password with the password that you want to create.

-Then SAVE AS with the name LOCKFOLDER.BAT, and after it is closed NOTEPADnya,

-Then open the folder storage notepad last, then it would seem a form of file Notepad lockfolder only. Then double-click on the file LOCKFOLDER,

-And will appear with the name of the new folder file LOCKER. Save all important files

-Personal And into the folder LOCKERnya folder and close the LOCKER.

-Next click Lockfolder .bat, and then question whether the command will appear in the folder key will not. Type Y to lock folder and type N for not locking the folders. Select Y and press ENTER to lock folder.

-And now our personal and important files cannot be seen by others.

-The key to reopen the folder double-click the Lockfolder .bat and input the password we have made.

-And folder Locker would look back.
to lock the back click Lockfolder .bat, select type Y and press ENTER

So how to lock your Important Folders with Password on a PC/labtop, hopefully this way personal and important files we will always be safe. Good luck with the ... oky

0 comments:

Posting Komentar