Jump to content

Launch .exe when Windows starts

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
Guest_NeedHelp_*

Guest_NeedHelp_*
  • Guests
How can I launch an exe file when Windows starts? I want my program to appear in the icon tray on boot if the user selects that option.

#2
hoser2001

hoser2001

    Programmer

  • Members
  • PipPipPipPip
  • 173 posts
use the IWSHRuntimeLibrary :

http://www.codeproje...t/shelllink.asp

#3
hoser2001

hoser2001

    Programmer

  • Members
  • PipPipPipPip
  • 173 posts
In addition to my previous post, you use this process to create the shortcut in the startup folder. Located in your start menu -> Start up

#4
RobSoftware

RobSoftware

    Programmer

  • Members
  • PipPipPipPip
  • 143 posts
Yes, that is what I was going to say. Just at it to the start menu/start up.

#5
Guest_NeedHelp_*

Guest_NeedHelp_*
  • Guests
Oh, duh. I knew that. Thanks both of you. I'll look into that link hoser2001. Nice find!