statup programs

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • waisty vb.net rookie

    #1

    statup programs

    How do i add to the list of programs windows runs on startup without using
    "sheduled tasks" in control panel. i.e i want it to appear under "startup" in
    the "system configuration utility"
    --
    Thanks for reading
  • SB

    #2
    Re: statup programs

    I'm not sure what you're talking about in that last sentence, but if you
    want an app to run each time Windows is started up, you can simply add a
    registry entry under the following key:

    HKLM\Software\M icrosoft\Window s\CurrentVersio n\Run

    -sb

    "waisty vb.net rookie" <waistyvbnetroo kie@discussions .microsoft.com> wrote
    in message news:169CAE56-4AF0-41B7-ADDA-0EC45C96C2C5@mi crosoft.com...[color=blue]
    > How do i add to the list of programs windows runs on startup without using
    > "sheduled tasks" in control panel. i.e i want it to appear under "startup"
    > in
    > the "system configuration utility"
    > --
    > Thanks for reading[/color]


    Comment

    • waisty vb.net rookie

      #3
      Re: statup programs

      Thanks SB. The only problem now, is i don't have any experience with
      registry keys. I know i have to create a .reg file and add the contents to
      windows registry. But i don't know the synax. Could you please give me a
      small sample. Thanks

      "SB" wrote:
      [color=blue]
      > I'm not sure what you're talking about in that last sentence, but if you
      > want an app to run each time Windows is started up, you can simply add a
      > registry entry under the following key:
      >
      > HKLM\Software\M icrosoft\Window s\CurrentVersio n\Run
      >
      > -sb
      >
      > "waisty vb.net rookie" <waistyvbnetroo kie@discussions .microsoft.com> wrote
      > in message news:169CAE56-4AF0-41B7-ADDA-0EC45C96C2C5@mi crosoft.com...[color=green]
      > > How do i add to the list of programs windows runs on startup without using
      > > "sheduled tasks" in control panel. i.e i want it to appear under "startup"
      > > in
      > > the "system configuration utility"
      > > --
      > > Thanks for reading[/color]
      >
      >
      >[/color]

      Comment

      Working...