Skip to main content

Easy Folder lock with notepad

Folder Lock With Password Without Any Software Folder Lock Without Software –Paste the code given below in notepad file and ‘Save’ it as batch file (with extension ‘.bat’). Any
name will do. Then you see a batch file. Double click on this batch file to create a folder lock program.
New folder named ‘Locker’ would be formed at the same location. Now bring all the files you want to hide in the ‘Locker’ folder. Double click on the batch file to lock the folder namely ‘Locker’.
If you want to unlock your files,double click the batch file again and you would be prompted for password.
Enter the password and enjoy access to the folder.

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


Enjoy

Comments

Post a Comment

Popular posts from this blog

How To Activate Autodesk Autocad 2013 .....

1.Install Autodesk Autocad 2013 2.Use as Serial 666-69696969, 667-98989898, 400-45454545 066-66666666 ..    or anything matching those templates 3.Use as Product Key 001E1 4.Finish the installation & restart Autodesk Product 5.Before clicking on Activate   You have 2 options :    - a) Disable Your network Card, pull the network cable out or block with firewall      (this is just to disable online serial check) OR    - b) Click on Activate and it will tell you that your serial is wrong, simply click      on close and click on activate again. Choose option a or b. 6. Select I have an activation code from Autodesk   7.Once at the activation screen:   start XFORCE Keygen 32bits version or 64bits version 8.Click on Mem Patch (you should see successfully patched) 9.Copy the request code into the keygen and press generate 10.Now copy the activation code back to the activation screen and ...

How to activate IDM :-

1. Download and Install the latest version IDM and open it. 2. Navigate to  "C:\Windows\System32\drivers\etc" on your computer. 3. In the "etc" folder you will find a file with name "hosts" 4. Now right click on the Hosts file and choose "properties" and Navigate to "security" tab on the property window. Also Check: How to enable/Disable Missing Security tab in Windows XP and 7 5. Now click on "Advanced" and Navigate to "owner" tab on the Advanced Security Option. 6. Click on "edit". 7. A new window will be opened. There you will find a table asking for "change Owner to". Now change there to your local user on which you logged on. 8. Below that you will find an check box "replace owner on sub containers and objects". 9. Just tick the check box. 10. Now apply all the modified setting. During apply the changes it will show an message "You dont have the permission to read th...