Thread: Registry, Regedit

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Oct 2008
    Posts
    61
    yes.it's main purpose is make your information secure right?

  2. #2
    The larch
    Join Date
    May 2006
    Posts
    3,573
    What is the point of a password if you don't have to enter it?
    Don't you let your browser remember passwords for you? As long as my computer is safe the password keeps my data inaccessible from elsewhere while not getting in my way. (BTW, where and how do they store the passwords? It might be a good idea to do it in a similar way.)

    If the data is only accessible from my computer anyway a password that won't be asked has less purpose. What you might want instead is make it optional whether the password will be asked or not, so the user can decide how much security they like.

    I must ask here before checking up because I have thought about something simular but as the path is for example:
    C:\\Documents and Settings\\username\\Application Data\\..

    There will be a problem if one computer uses D:\\ and another R:\\ etc... I would never know where the system is installed.
    There should be functions to find out the names of such special directories, after all applications do use them.
    Last edited by anon; 01-28-2009 at 03:51 AM.
    I might be wrong.

    Thank you, anon. You sure know how to recognize different types of trees from quite a long way away.
    Quoted more than 1000 times (I hope).

  3. #3
    'Allo, 'Allo, Allo
    Join Date
    Apr 2008
    Posts
    639
    Quote Originally Posted by anon View Post
    There should be functions to find out the names of such special directories, after all applications do use them.
    System::Environment::GetFolderPath()

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Efficient registry use?
    By bennyandthejets in forum Windows Programming
    Replies: 6
    Last Post: 09-28-2003, 06:28 PM
  2. Registry
    By gvector1 in forum C# Programming
    Replies: 0
    Last Post: 07-30-2003, 04:02 PM
  3. how to edit the registry
    By jverkoey in forum Windows Programming
    Replies: 3
    Last Post: 03-28-2003, 04:20 AM
  4. LOGFONT struct & Registry :: MFC
    By kuphryn in forum Windows Programming
    Replies: 3
    Last Post: 05-27-2002, 03:38 PM
  5. Registry Access
    By ExDigit in forum Windows Programming
    Replies: 3
    Last Post: 01-04-2002, 04:02 AM