Lock folder with password without using a software

steps...


1)  create a  bat file using some codes, the codes are below copy and paste to notepad


cls@ECHO OFFtitle 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
 
 
2) Enter your password in "type your password here" 
 
 
3) Save this file any where with any name.bat
(ex. asnon.bat) 
 
 
 
4) open that file a new  folder is created with name LOCKER. copy and paste
the files( you want to password protected) 
 
 
5) now the folder is created and open file once again. 
 
you will a program like this image. the question is set pass yes or no(Y/N ?) 

 
 6) type Y and enter. password is locked with this folder 
 
  now the folder is hide
 
 7) if you want to open that folder open the bat file
and enter your password once again the folder is now visible
 
 
Share this article :
 
Support : Copyright © 2011. world 4 free - All Rights Reserved