Results 1 to 2 of 2

Thread: Starting program before windows loads?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2004
    Posts
    263

    Starting program before windows loads?

    I've written a simple speaker identification system, and I wanted to demo it by showing that it could be used to login to a computer. Is there a simple way to make my program run before windows finishes starting, as the "login" screen does?

    Any ideas would be appreciated.

    Thanks,

    David

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Starting program before windows loads?

    The logon screen is part of Windows. You can set your program as a service, and it will load as soon as Windows is running (which means it finished "starting"), or you can design your program as an operating system and run it instead of Windows. But what's going to load it if Windows is still starting? The bootloader loads the operating system - the next "loader" is Windows itself, after it finishes "starting".

    (You could write your app as part of Windows, but a) not in VB and b) no one would use it.)
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

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