SHAREHOLIC
  • You have 1 new Private Message Attention Guest, if you are not a member of Urdu Tehzeb, you have 1 new private message waiting, to view it you must fill out this form.

    + Reply to Thread
    + Post New Thread
    Results 1 to 4 of 4

    Thread: Lock Any Folder Without Any Software In Win XP & Win 7

    1. #1
      Family Member www.urdutehzeb.com/public_htmlClick image for larger version.   Name:	Family-Member-Update.gif  Views:	2  Size:	43.8 KB  ID:	4982 Forum Guru's Avatar
      Join Date
      Sep 2014
      Location
      Pakistan
      Posts
      1,069
      Threads
      232
      Thanks
      0
      Thanked 34 Times in 30 Posts
      Mentioned
      43 Post(s)
      Tagged
      2895 Thread(s)
      Rep Power
      81

      star Lock Any Folder Without Any Software In Win XP & Win 7



      Learn How to Lock a Folder Without Using Any Software with Batch File in Windows XP, Windows 7, Windows 8. Many people around the globe daily searches for Folder Locking Software. But most of them are not registered and that's why people searches for the way by which they can make a password protect folder without using any third party software.
      Reasons for Locking a Folder with Password


      There are many software that will provide you this feature but there is a problem with that. if by any means that software is un-installed you might loose you personal data because of the login credentials will be deleted. In this tutorial you will learn to create your own method to lock a folder with a password protection.
      How to Lock a Folder Without Using Any Software


      There are simple steps to make password protected folder without using any software. Follow these steps and enjoy!
      STEP-1: Open Notepad and Paste the following coding in it.
      STEP-2: Choose desired password by changing PASSWORD in below given code.
      STEP-3: Now Save As this file and name it as Locker.bat
      STEP-4: Just Move Locker.bat file in the folder where you want to create the hidden or password protected folder and then open it.
      STEP-5: Then Copy all of your that you want to lock in newly created folder naming Private.
      STEP-6: Again open Locker.bat and type "Y" to Lock or "N" To Exit. then press Enter.
      STEP-7: If you want to Open folder, launch Locker.bat and enter password and press Enter.

      Copy Code

      cls
      @ECHO OFF
      title Folder Private
      if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
      if NOT EXIST Private goto MDPrivate
      :CONFIRM
      echo Do You Want To Lock The Folder? Answer In (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...!!
      pause
      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...!!
      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...!!
      pause
      goto end
      :MDPrivate
      md Private
      echo Private Created Successfully...!!
      pause
      goto End
      :End


      Similar Threads:
      Last edited by Aseer e Wafa; 11-14-2014 at 05:13 PM.



    2. #2
      Administrator Admin intelligent086's Avatar
      Join Date
      May 2014
      Location
      لاہور،پاکستان
      Posts
      38,412
      Threads
      12102
      Thanks
      8,639
      Thanked 6,948 Times in 6,474 Posts
      Mentioned
      4324 Post(s)
      Tagged
      3289 Thread(s)
      Rep Power
      10

      Re: Lock Any Folder Without Any Software In Win XP & Win 7

      Nice Sharing...........


    3. #3
      Moderator www.urdutehzeb.com/public_htmlClick image for larger version.   Name:	Family-Member-Update.gif  Views:	2  Size:	43.8 KB  ID:	4982
      BDunc's Avatar
      Join Date
      Apr 2014
      Posts
      8,431
      Threads
      678
      Thanks
      300
      Thanked 249 Times in 213 Posts
      Mentioned
      694 Post(s)
      Tagged
      6322 Thread(s)
      Rep Power
      119

      Re: Lock Any Folder Without Any Software In Win XP & Win 7

      Super


    4. #4
      Star Member www.urdutehzeb.com/public_html hir's Avatar
      Join Date
      Jul 2015
      Posts
      969
      Threads
      26
      Thanks
      0
      Thanked 11 Times in 9 Posts
      Mentioned
      7 Post(s)
      Tagged
      1117 Thread(s)
      Rep Power
      24

      Re: Lock Any Folder Without Any Software In Win XP & Win 7

      Its superb... Thanks for sharing..


    + Reply to Thread
    + Post New Thread

    Thread Information

    Users Browsing this Thread

    There are currently 1 users browsing this thread. (0 members and 1 guests)

    Visitors found this page by searching for:

    Nobody landed on this page from a search engine, yet!
    SEO Blog

    User Tag List

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •