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. C#
  4. start the application at computer start

start the application at computer start

Scheduled Pinned Locked Moved C#
questionworkspace
4 Posts 4 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.
  • S Offline
    S Offline
    sjs4u
    wrote on last edited by
    #1

    Hi, I want to run application when I start computer. How can I set automatically while creating setup. Thanks, sjs

    M S 2 Replies Last reply
    0
    • S sjs4u

      Hi, I want to run application when I start computer. How can I set automatically while creating setup. Thanks, sjs

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

      try this : http://www.codeproject.com/script/Forums/View.aspx?fid=1649&select=2906703&tid=2906419[^]

      1 Reply Last reply
      0
      • S sjs4u

        Hi, I want to run application when I start computer. How can I set automatically while creating setup. Thanks, sjs

        S Offline
        S Offline
        Spunky Coder
        wrote on last edited by
        #3

        1. Use the Windows Scheduler to run your application when you start the computer. 2. Write your own code to make your application work as a start up app. You can also modify the registry settings manually to add the start up applications. Use google to get the Registry key.

        "Don't worry if it doesn't work right. If everything did, you'd be out of a job." (Mosher's Law of Software Engineering)

        M 1 Reply Last reply
        0
        • S Spunky Coder

          1. Use the Windows Scheduler to run your application when you start the computer. 2. Write your own code to make your application work as a start up app. You can also modify the registry settings manually to add the start up applications. Use google to get the Registry key.

          "Don't worry if it doesn't work right. If everything did, you'd be out of a job." (Mosher's Law of Software Engineering)

          M Offline
          M Offline
          MadArtSoft
          wrote on last edited by
          #4

          Add your application path to the registry. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run or RunOnce

          C# controls, .Net components. Help Desk Software

          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