Thread: Windows Logon w/ App.

  1. #1
    Codebot
    Join Date
    Jun 2004
    Location
    Toronto
    Posts
    195

    Windows Logon w/ App.

    Im currently trying to make an application that displays itself before the person logs on to thier computer. for example having this application visible and usable while the logon screen is still on the screen.

    I know this sounds really weird, im just wondering if this is even feasable??

    I believe that GINA (windows plugable logon system thingy) is editable...shoudl i even dice into this monster, or is there a way around it?
    Founder and avid member of the Internationsl Typo Associateion

  2. #2
    Registered User
    Join Date
    Mar 2005
    Location
    Mountaintop, Pa
    Posts
    1,058
    This may be of some help to you Adding your logo to Winlogon's dialog

  3. #3
    Codebot
    Join Date
    Jun 2004
    Location
    Toronto
    Posts
    195
    Quote Originally Posted by BobS0327
    This may be of some help to you Adding your logo to Winlogon's dialog
    Well i looked at that tutorial but i found a problem. my registry doesnt have the key: "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows BT\CurrentVersion\Winlogon".

    Im afraid to create it incase it totally screws up my machine... has anyone tried this??
    Founder and avid member of the Internationsl Typo Associateion

  4. #4
    Registered User
    Join Date
    Aug 2003
    Posts
    288
    i think its meant to be Windows NT instead of Windows BT

  5. #5
    Registered User
    Join Date
    Mar 2005
    Location
    Mountaintop, Pa
    Posts
    1,058
    I think security issues would be more of a concern than screwing up your machine. Yes, the registry key does have to be created.

    Here's a link to a MSN document that discusses GINA Security Briefs

    To quote the author:

    If you get into trouble and need to restore the old GINA, just delete the GinaDLL key and remember that you can access the registry of any machine remotely, as long as you can be authenticated as an administrator on the target machine. Just bring up REGEDIT.EXE and choose File | Connect Network Registry.

  6. #6
    Codebot
    Join Date
    Jun 2004
    Location
    Toronto
    Posts
    195
    Yes i actually read through that document. Im less concerned about screwing up my machine, because I have an image handy and i can restore easily.

    Althgouth im wondering if modifying GINA is the ONLY way to do this??
    Founder and avid member of the Internationsl Typo Associateion

  7. #7
    Registered User
    Join Date
    Mar 2005
    Location
    Mountaintop, Pa
    Posts
    1,058
    Althgouth im wondering if modifying GINA is the ONLY way to do this??
    AFAIK, the GINA method is the only MS documented method to accomplish your task.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Creating Windows App from Scratch
    By kingneb in forum C++ Programming
    Replies: 1
    Last Post: 11-10-2008, 06:21 PM
  2. Just starting Windows Programming, School me!
    By Shamino in forum Windows Programming
    Replies: 17
    Last Post: 02-22-2008, 08:14 AM
  3. how to make a windows application
    By crvenkapa in forum C++ Programming
    Replies: 3
    Last Post: 03-26-2007, 09:59 AM
  4. Windows app without console
    By Zeike in forum Windows Programming
    Replies: 4
    Last Post: 08-31-2005, 12:59 PM
  5. Menu Item Caption - /a for right aligned Accelerator?
    By JasonD in forum Windows Programming
    Replies: 6
    Last Post: 06-25-2003, 11:14 AM