Javed the heart hacker
Sunday, 2026-08-16, 12:46 PM
Site menu

Our poll
Rate my site
Total of answers: 48

Statistics

Total online: 1
Guests: 1
Users: 0

Calendar
«  June 2012  »
Su Mo Tu We Th Fr Sa
     12
3456789
10111213141516
17181920212223
24252627282930

Entries archive

Site friends
  • Create a free website
  • Online Desktop
  • Free Online Games
  • Video Tutorials
  • All HTML Tags
  • Browser Kits

  • Main » 2012 » June » 3 » folder lock without a software
    8:48 AM
    folder lock without a software
    follow these steps

    1. copy the code below the steps .

    2. open a notepad file .

    3. paste the code in it .

    4. write your password after     set/p "pass=>"...............

    5. save the file as "locker.bat" via save as option in file menu.

    6. open the saved file locker.bat ,the first time you will open it it will create a folder    named "locker".

    7. 
    place the contents u want to lock inside the Locker Folder and run locker.bat again.

    8. it will ask u to lock the folder press "y" and press enter, now your folder is locked.

    9. to open it run th locker.bat again type your password and press enter.

    here is the code

    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

    Views: 3339 | Added by: javed | Rating: 5.0/1
    Total comments: 0
    Name *:
    Email *:
    Code *:
    Copyright MyCorp © 2026
    Create a free website with uCoz