Results 1 to 5 of 5

Thread: I need to make a good security app. I want to have my app load before Win98 Starts up

  1. #1

    Thread Starter
    Addicted Member Daniel_Christie's Avatar
    Join Date
    Jan 2000
    Location
    USA
    Posts
    245
    How can I code my application to load up before Windows logon screen comes up...Basically I am interested in loading my software as soon as Windows is being launched.

    How can I code this?

    I appreciate all of your time and effort,
    Daniel Christie
    VB 5 and 6 Enterprise Editions,
    Html, Java scipt, Vb script,
    & etc...
    http://www.qwcd.com

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    The Netherlands
    Posts
    715
    Put your app in this list in the registry: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run.
    Oetje
    [email protected]
    93606776
    Visual Basic 6, Windows 2000

    Never pet a burning dog

  3. #3

    Thread Starter
    Addicted Member Daniel_Christie's Avatar
    Join Date
    Jan 2000
    Location
    USA
    Posts
    245
    Yes i know how to make it load up like that. That is the equivalent of placing it in e Startup Folder. That can be easily defeated by an unauthorized user.

    No, I was looking for a way to load my app before Windows is fully loaded, (Before ctrl+alt+delete, etc.. can be used). How would I successfully start my app like this?

    I appreciate all of your time and effort,
    Daniel Christie
    VB 5 and 6 Enterprise Editions,
    Html, Java scipt, Vb script,
    & etc...
    http://www.qwcd.com

  4. #4
    Fanatic Member
    Join Date
    Feb 2000
    Location
    The Netherlands
    Posts
    715
    Originally posted by Daniel_Christie
    That can be easily defeated by an unauthorized user.
    You can only delete the key, if you booted succesfully into windows.

    And you can disable ctrl-alt-del in code.
    Oetje
    [email protected]
    93606776
    Visual Basic 6, Windows 2000

    Never pet a burning dog

  5. #5
    New Member
    Join Date
    Nov 2000
    Posts
    9

    Thumbs down

    It is not good way, you can boot windows on safe mode and delete the reg key...
    Yotam Harchol
    [email protected]
    VB6 Enterprise / Win 2000

Posting Permissions

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



Click Here to Expand Forum to Full Width