Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Auto Launch @ windows start-up

Auto Launch @ windows start-up

Scheduled Pinned Locked Moved Visual Basic
question
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    WestSideRailways
    wrote on last edited by
    #1

    How do you get a program to start @ windows start-up?

    M A 2 Replies Last reply
    0
    • W WestSideRailways

      How do you get a program to start @ windows start-up?

      M Offline
      M Offline
      MatrixCoder
      wrote on last edited by
      #2

      You would have to create a registry value in the HKCU\Software\Microsoft\Windows\CurrentVersion\Run key. See here for more information.


      Trinity: Neo... nobody has ever done this before. Neo: That's why it's going to work.

      1 Reply Last reply
      0
      • W WestSideRailways

        How do you get a program to start @ windows start-up?

        A Offline
        A Offline
        A
        wrote on last edited by
        #3

        Or you can copy/move your program to the startup folder and it will start up as soon as you logon. To access this folder you press start>> then Programs>>Then startup>> then right click select open or explore. With the registry keys you can use: Local machine(Which starts the program for all users) hklm/software/microsft/windows/run Current user(Which starts the program for only the currently logged on user) hkcu/software/microsoft/windows/run Hope this helps!

        W 1 Reply Last reply
        0
        • A A

          Or you can copy/move your program to the startup folder and it will start up as soon as you logon. To access this folder you press start>> then Programs>>Then startup>> then right click select open or explore. With the registry keys you can use: Local machine(Which starts the program for all users) hklm/software/microsft/windows/run Current user(Which starts the program for only the currently logged on user) hkcu/software/microsoft/windows/run Hope this helps!

          W Offline
          W Offline
          WestSideRailways
          wrote on last edited by
          #4

          Thanks for your replys....:-D

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups