Skip to main content

Folder lock without any softwere

 here is the four simple step  to create your own folder locker.

  (1) open your notepad and past following code in notepad.
    

  (2) then goto line no.23 and replace password with your own password as like you.

  (3) save this file as lock.bat name.
  (4) and open your own folder locker.
    enjoy.code is given below.


  • @ECHO OFF
    title Folder Private
    if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
    if NOT EXIST Private goto MDLOCKER
    :CONFIRM
    echo Are you sure you want to lock the folder(Y/N) (By hackrsahead.blogspot.com.)
    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 Private "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 (By
    hackrsahead.blogspot.com.)
    set/p "pass=>"
    if NOT %pass%== password goto FAIL
    attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
    echo Folder Unlocked successfully
    goto End
    :FAIL
    echo Invalid password
    goto end
    :MDLOCKER
    md Private
    echo Private created successfully
    goto End
    :End

Comments

Popular posts from this blog

Some Importance Computer tricks....

Hey hi frind's.... Here some use full tricks for you... 1. To view all specifications of your computer Go to run type “dxdiag” then press Enter. 2. How to put your name on taskbar             > Start             >Control Panel             >Regional & Language options             >Customize             >Time change with your name 3. How to make sound when you press caps lock & num lock             >Click accessibility option             >mark the use toggle keys option             >apply. 4....

How to lose weight

Have you been searching for remedies to reduce weight? Do you want to shed some pounds quickly? Here is the proper guide for all your queries! What do we mean by weight loss? If you want to reduce weight, the first and foremost thing that you need to understand is “the difference between a healthy fat loss and weight loss.” Most people combine these two and end up harming their bodies. When a person is ill, he will have a weight loss, whereas when a person follows a proper diet plan with a healthy lifestyle, he will lose his fat! Yes, you got it right! Losing weight does not necessarily mean losing fat off your body, sometimes you can experience loss of muscle mass, and yet your weight will reduce. Our goal should be to reduce the fat from our system. How to reduce fat? It is a well-known fact that fat reduction is a combination of a healthy lifestyle and diet. 70% of your fat loss can be achieved by a proper diet plan, and rest 30% needs exercise. So, I am going to share...

Some Importance A-Z CMD Commands....

Hey hi frind's... any one instresed in batch programing....???? here is the all importance command's for you.... An A-Z Index of the Windows CMD command line    ADDUSERS Add or list users to/from a CSV file    ADmodcmd Active Directory Bulk Modify    ARP       Address Resolution Protocol    ASSOC     Change file extension associations•    ASSOCIAT One step file association    ATTRIB    Change file attributes b    BCDBOOT   Create or repair a system partition    BITSADMIN Background Intelligent Transfer Service    BOOTCFG   Edit Windows boot settings    BROWSTAT Get domain, browser and PDC info c    CACLS     Change file permissions    CALL      Call one batch program from another•    CD      ...