How to create a Password Protected Folder in Windows 7
Register

We are the best invite forum on the internet! Here you will find free invites, free seedboxes, free bonuses, and much more. Our members know the true meaning of sharing and have created a truly global bittorent community! Our site has the most up to date information on all private trackers and our members will guide you and introduce you to this truly secretive and enlightened club. Ready to get started? Register now!


Page 1 of 2 1 2 LastLast
Results 1 to 10 of 14
  1. #1
    nehpets nehpets's Avatar Guest

    Default How to create a Password Protected Folder in Windows 7

    This tutorial will guide you through the steps required to create a locked folder in Windows 7 – without installing any additional 3rd party software.

    While the steps below will guide you in creating a hidden and password protected folder, this method is not 100% secure. It will deter the average computer user enough, but an advanced user will be able to access the contents of this folder

    1.Create a new folder and name it whatever you would like.

    2.Open the folder, right-click on a blank area in it, then select New -> Text Document from the pop-up menu.



    3.Open the text file you just created by double-clicking it and copy/paste in the following text:

    Quote:
    Quote: cls
    @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)
    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
    set/p “pass=>”
    if NOT %pass%== PASSWORD_GOES_HERE 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
    4.In the above code, replace the key PASSWORD_GOES_HERE with the password you want to use to unlock the folder. For example if you want the password to be 123456, the line should look like:

    Code:
    if NOT %pass%== 123456 goto FAIL
    5.Save your new file in the .bat format with the complete file name being locker.bat. To do this, make sure to change the Save as type: to All Files (*.*).



    6.In the folder you created back in Step #1, double click the locker.bat file and there will now be a new folder named Private where you can put anything you want.

    7.Upon exiting, double click the locker.bat file again. It will prompt you to answer whether you want to lock your folder or not. Press Y and the private folder will disappear.





    8.In order to retrieve the Private folder, all you have to do is double click the locker.bat file and enter the password which you set in Step #4 and the folder will appear again for you to access.



    9. That's it!


    Source: How to create a Password Protected Folder in Windows 7 – Simple Help


  2. To remove ads become VIP. Inquire about advertising here.
  3. #2

    Join Date
    Nov 2010
    Location
    Istanbul
    Posts
    21

    Default

    Thank you for tut.Also there's a lot of external apps for this.You can check it out :)

    windows 7 folder lock - Google'da Ara

  4. #3

    Join Date
    Nov 2010
    Posts
    16

    Default

    TrueCrypt is a great application for creating a safe encrypted file or drive. Excelent application and its Open Source (Free).

  5. #4

    Join Date
    Nov 2010
    Location
    South Block
    Posts
    179

    Default

    thanks for the info. I was just looking for the locker.bat code when I found this thread.

  6. #5

    Join Date
    Jun 2010
    Location
    T-I Is My Home...
    Posts
    1,541

    Default

    thanks man for the tuto but i think BitLocker (for win seven) is more secure than ms-dos

  7. #6

    Join Date
    Nov 2010
    Location
    NE Ohio
    Posts
    45

    Default

    I had never thought of it this way. I was always looking for a simple way to lock down folders without having to go through NTFS permissions or 3rd party apps. Thanks!

  8. #7

    Join Date
    Oct 2010
    Location
    In my Home :D
    Posts
    522

    Default

    Nice Tutorial, but I prefer Folder Guard for my file security.

  9. #8

    Join Date
    Nov 2010
    Location
    NE Ohio
    Posts
    45

    Default

    Hrmmm, folder guard. Haven't heard of that one. I'll have to check it out. PGP Desktop is nice as well. Mount an entire drive that's 256bit encrypted. Weeee

  10. #9

    Join Date
    Oct 2010
    Location
    In my Home :D
    Posts
    522

    Default

    Folder Guard is a folder locker as the name says, no encryption, but it does the job it says very well, so many options to set password and security, as well as folder hiding. Try it .. it takes a little time to get along with the software settings, but after that, its all good.

  11. #10

    Join Date
    Nov 2010
    Posts
    73

    Default

    By the way, this tutorial should have its name changed: How to create a password protected porn stash :P

    (just kidding, chill...)

    Nice tutorial :)

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Replies: 26
    Last Post: August 19th, 2011, 08:03 PM
  2. how to create an invisible folder
    By bogbog in forum Miscellaneous
    Replies: 21
    Last Post: March 27th, 2010, 11:59 PM
  3. How to Hack WEP Passwords
    By SunSpyda in forum Software
    Replies: 149
    Last Post: November 22nd, 2009, 02:43 PM
  4. Replies: 0
    Last Post: June 19th, 2009, 11:24 PM
  5. How to Turn Off Volume Shadow Copy in Windows Vista
    By LingLing in forum Operating Systems
    Replies: 0
    Last Post: December 24th, 2008, 08:29 PM

Tags for this Thread

Posting Permissions

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