01 June 2011

Create Folder Locker with notepad

Are you looking for how to Create Folder Locker with notepad. Anyone who uses computers, the Internet as a daily from a certain activity has important data, whether it's email password, personal photos, personal video and more. How to secure your important data, as an alternative to the following simple tips for you to use without using the help of software, you simply use a notepad on your windows.

Open the notepad application please copy the code below into notepad, change the word password listed in the program code with the code below with your password is up, if it is saved with the name locker.bat or whatever the name is that important you save it with extension. Bat.

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 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

Locker.bat Click the edit icon that you created two times then you will see a folder, please fill in the folder with your important data into it, if you click again locker.bat already input password and enter.

Then if the locker.bat scared too by persons or delete your own, you can use how to create a folder can not be deleted / removed, please create a folder and input into the folder search locker.bat setting your Folder Options select the view tab scroll down remove the check mark (on Windows XP) Use simple file sharing windows 7 recommended if the search folder and search options select the view tab scroll and remove the check mark the Use Sharing Wizard recommended.

Right click on the folder that contains locker.bat'd select properties select the Security tab click the Advanced button select SYSTEM click Change Permision click Edit the new window appears select the Deny column put checks on the sub folder and Delete Files and Delete, see picture.



Click OK and do the same thing as above on the user administrator or other user, this way to keep the folder that contains locker.bat can not be deleted, I hope the tutorial how to safeguard data by making use Folder Locker over the useful notepad.

Regards,
Bob Bishop
Lecturer in Computer Networking
Setting Computer - settingcomputers.blogspot.com

1 comments:

  1. Thanks for writing, I very much liked your newest post. I think you should post more frequently, you evidently have natural ability for blogging!
    http://www.pc-safe.net/

    ReplyDelete