The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    How can a password protect a folder on Windows? (Vista)

    Discussion in 'Windows OS and Software' started by Infoseeker, Aug 21, 2008.

  1. Infoseeker

    Infoseeker Notebook Evangelist

    Reputations:
    46
    Messages:
    312
    Likes Received:
    0
    Trophy Points:
    30
    Is the only way I can password protect something is by making an uncompressed passworded zip folder?
     
  2. AKAJohnDoe

    AKAJohnDoe Mime with Tourette's

    Reputations:
    1,163
    Messages:
    3,017
    Likes Received:
    0
    Trophy Points:
    105
    There are some encryption schemes available. Resco Explorer, for example.
     
  3. Itomix

    Itomix Notebook Consultant

    Reputations:
    15
    Messages:
    139
    Likes Received:
    0
    Trophy Points:
    30
    The best way to keep people out would be encrypting it, not just putting a password on it.

    I recommend truecrypt, its freeware.
    What it does is you create a file, call it w/e you want (name.whatever). When you want to access this, you open truecrypt, select that file, and type in the password, and it mounts it as a harddrive partition.
    you can make this even more effective by renaming the file to something like... music.mp3. It will look like a winamp file, but will not play in winamp.

    Another option, if you need alot of space, is to encrypt an entire secondary harddrive (with truecrypt). Anyone who tries to put this harddrive into their computer will think its just an unformatted drive, when in fact it has all your important data on it.

    Hope that helps.... Maybe I'll write up A guide for this later

    ~Itomix
     
  4. Infoseeker

    Infoseeker Notebook Evangelist

    Reputations:
    46
    Messages:
    312
    Likes Received:
    0
    Trophy Points:
    30
    Looks like I'll tinker around with truecrypt.