how 2 make password protected folder

Jack_Sparrow

Well-known member
  • Jun 16, 2008
    42,522
    1
    16,928
    113
    Black Pearl
    meka bat file ekak widiyata save karanna :D

    Code:
    ls 
    @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 stuff by satish 
    echo Enter password to Unlock folder 
    set/p "pass=>" 
    if NOT %pass%==[B]TYPE UR PASSWORD HERE[/B] 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

    mama bold karala tiyana ekata kemethi pass ekak daanna :P
    thn meke locker ekata ona karana files daannna
    lock kalata passe file eka hide wenawa

    ayeth balanna pass eka onee :P
     

    Manojfdo

    Member
    Sep 7, 2006
    590
    18
    0
    i will use the hacker way ......... no need pass they cant access else if u....

    Making Undeleteable Folder...
    We can actually make folders that cannot be deleted in Windows OS.
    It must be made using Command Prompt.
    It can only be deleted using Command Prompt.

    Steps:
    1.Go to cmd.
    2.Change to the directory that you want.
    3.Assume i change to D:
    4.So,in Command Prompt,type D: and [enter].
    5.Type in this command "md \lpt1\\" without quotes and press enter.
    6.The folder will now in your D:
    7.Go and try and delete or rename it,you cannot do anything to it.

    There are still many names that you can use to name the folder:
    -lpt1 until lpt9
    -CON
    -AUX

    To delete it:
    1.Go to Command Prompt again.
    2.Navigate to the directory.
    3.Type in rd \lpt1\\

    Thanks..
    Hope can help you all...

    any help contact me