The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Programming Languages - More
> Delphi Programming
|
Program running in startup of computer
Discuss Program running in startup of computer in the Delphi Programming forum on Dev Shed. Program running in startup of computer Delphi Programming forum discussing Delphi related topics including Kylix, C++ Builder, and more. Delphi is a high-performance language, originally based on the PASCAL language.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

October 12th, 2012, 03:28 PM
|
|
Registered User
|
|
Join Date: Oct 2012
Posts: 4
Time spent in forums: 47 m 4 sec
Reputation Power: 0
|
|
|
Program running in startup of computer
Hi,
I had a programmer develop an application that runs in the background, but it even runs in the background when user restarts computer. I would like to revert this action so if they restart computer the program will not run in the background anymore. Could anyone help me on MSN or Skype? I'd be willing to pay for help from there to there.
Thanks!
|

October 13th, 2012, 08:36 AM
|
|
Contributing User
|
|
Join Date: Jun 2008
Posts: 255
 
Time spent in forums: 3 Days 2 m 4 sec
Reputation Power: 5
|
|
Quote: | Originally Posted by TRectangle Hi,
I had a programmer develop an application that runs in the background, but it even runs in the background when user restarts computer. I would like to revert this action so if they restart computer the program will not run in the background anymore. Could anyone help me on MSN or Skype? I'd be willing to pay for help from there to there.
Thanks! |
Is the application a Windows Service Application that is set up to automatically start, or is it a Windows program that is started during the boot up process?
If it's the first, then you should be able to right click on Computer Icon on your desktop and select Manage. Computer Management Application will come up. Click on Services and Applications on the left pane. Then select Services (double click) in the right pane. Find your service application in the list and right click on it and select properties.
Change the Startup Type to Manual. Now the user will have to start it manually every time they want the service to run.
If its a regular program, they you have to determine how it's being started, it could be as simple as being placed in the Startup folder, and removing it from there.
|

October 13th, 2012, 09:03 AM
|
|
Registered User
|
|
Join Date: Oct 2012
Posts: 4
Time spent in forums: 47 m 4 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by majlumbo Is the application a Windows Service Application that is set up to automatically start, or is it a Windows program that is started during the boot up process?
If it's the first, then you should be able to right click on Computer Icon on your desktop and select Manage. Computer Management Application will come up. Click on Services and Applications on the left pane. Then select Services (double click) in the right pane. Find your service application in the list and right click on it and select properties.
Change the Startup Type to Manual. Now the user will have to start it manually every time they want the service to run.
If its a regular program, they you have to determine how it's being started, it could be as simple as being placed in the Startup folder, and removing it from there. |
Hi,
When the user first runs the program it gets created and run from directory C:\Users\Bob\AppData\Roaming
There is a config ini in there along with the application. It has option 1 in config to allow it to run in startup and if I change it to 0 it wont run in startup. The problem is changing the code in source so when program starts up it changes line to 0 so next time they restart the program wont run in background anymore.
Could you help with me this if you got msn of skype please?
|

October 14th, 2012, 02:47 PM
|
|
Contributing User
|
|
Join Date: Jun 2008
Posts: 255
 
Time spent in forums: 3 Days 2 m 4 sec
Reputation Power: 5
|
|
|
Sorry, I know I'm still in the stone ages, but I don't have skype or msn.
From your explanation, my understanding is that an application is set up to automatically execute on startup. Depending on the value set within an associated INI file, it either continues to run, or terminates.
You want the user to be able to manipulated the setting within the INI file through some interface within the application itself (i.e. flip the value from 1 to 0 or from 0 to 1).
Also, which version of Delphi is the original application written in? Are there any 3rd party components that the application uses.
|

October 15th, 2012, 06:06 AM
|
|
Contributing User
|
|
Join Date: May 2012
Posts: 140
Time spent in forums: 1 Day 4 h 55 m 33 sec
Reputation Power: 2
|
|
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|