Folder Lock without using any software



In this tutorial, I am going to teach you that how can we lock a folder without using any softwares like folder lock and all. In this hack, we are using Notepad.
To begin;
1. Open notepad
2. Paste the following codes by replacing Red Marked code with your password

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

* Now save the file with extension .bat and any name. Bat extension represents batch file.
* Open the batch File.
* You will see the folder named 'locker' in the same location
* Now bring all the files that should be protected under that folder
* Now double click to the batch file to lock the folder named 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.

Thats it! Enjoy

If you have any reaction towards the post or the blog, Please comment below. Any type of comment is highly appreciated.


Responses

2 Respones to "Folder Lock without using any software"

encrypt folder said...

very nice trick..
how can i rename "Locker" folder name?


September 11, 2012 at 8:40 PM
Norina Khan said...

Superb Work... Thanks..


May 9, 2013 at 8:26 AM

Post a Comment

 
myfreecopyright.com registered & protected
Return to top of page Copyright © 2010 | Site Maintained by Prakash Timilsina | Template by Anup