Folder Lock in windows 7without any Software









Open Notepad and copy the below code and save as locker.bat. At first time start it will create folder with Locker automatically for u. Don't forget to change your password in the code its shown the place where to type your password.
after creation of Locker folder again click on the locker.bat.it will ask.press Y then Locker folder will be disappeared.again to get it click on locker.bat. and give ur password u will get the folder again. goto techno PIRATE for more lock tricks
cls
@ECHO OFF
title Proteger o directorio
if EXIST "MyProtectFolder.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyProtectFolder goto MDLOCKER
:CONFIRM
echo Queres mesmo proteger o directorio (s/n)?
set/p "cho=>"
if %cho%==S goto LOCK
if %cho%==s goto LOCK
if %cho%==N goto END
if %cho%==n goto END
echo Opcao invalida.
goto CONFIRM
:LOCK
ren MyProtectFolder "MyProtectFolder.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "MyProtectFolder.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Directorio protegido
goto End
:UNLOCK
echo Introduza a password para desbloquear o directorio
set/p "pass=>"
if NOT %pass%==mypassword goto FAIL
attrib -h -s "MyProtectFolder.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "MyProtectFolder.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyProtectFolder
echo Directorio desbloqueado
goto End
:FAIL
echo Password invalida
goto end
:MDLOCKER
md MyProtectFolder
echo Directorio criado
goto End
:End


If your folder have a name diferent that "MyProtectFolder", you have to change every word that you find with the name "MyProtectFolder" to your folder name prefer.


You can change the address 
{21EC2020-3AEA-1069-A2DD-08002B30309D} to one of this:

My Computer: {20D04FE0-3AEA-1069-A2D8-08002B30309D}

Recycle Bin: {645FF040-5081-101B-9F08-00AA002F954E}
Control Panel: {21EC2020-3AEA-1069-A2DD-08002B30309D}
Printers: {2227A280-3AEA-1069-A2DE-08002B30309D}
Internet Explorer: {871C5380-42A0-1069-A2EA-08002B30309D}
Network Neighborhood: {208D2C60-3AEA-1069-A2D7-08002B30309D}
Subscriptions: {F5175861-2688-11d0-9C5E-00AA00A45957}
ActiveX Cache Folder: {88C6C381-2E85-11D0-94DE-444553540000}

I tested and works perfect. source technoPIRATE

 
Seven 'o' wayS ™ © 2011 Design by SevenOwayS | Template Developed by D!@Z - Seven'o'wayS - Seven'o'wayS