Adhitz

Friday 4 November 2011

Lock and hide folder without any software

Lock and hide folder without any software


1) First change your password in the code its shown the place where to type your password.

2) Now Open Notepad and copy the below code and save as locker.bat.

3) A bat file is created on your desktop. Double click on it.

4) Locker folder will be created automatically now u can put your content in that folder.

5) To hide and lock the folder again double click on the bat file you will get this
"Are you sure u want to Lock the folder(Y/N)" type Y(yes) press enter to lock folder.Again if u want to  unlock the folder double click on bat file enter your password that which u hav entered in the code and press enter now ur folder will be visible

CODE:

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

No comments:

Post a Comment

Local Online Advertising
Local Coupon Advertising