Latest News
recent

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

8 comments:

  1. it works.....
    mast hai bey...

    ReplyDelete
  2. This
    is Aw3some.... !!

    ReplyDelete
  3. man i have no word ..... you rock ......

    ReplyDelete
  4. man i have no word ........ you rock..

    ReplyDelete
  5. Sorry to be a party pooper, but this does not really solve the problem. the folder you have "locked" is just given the system file and hidden file attributes. they are still visible if you go to folder options in control panel and uncheck the option of "hide system files" and also "show hidden files"...
    sorry

    ReplyDelete
  6. bhai u r genius what type of human being you are,u rock keep it up
    thanks very much

    ReplyDelete

Followers

Powered by Blogger.