Home
Products
Inno Setup
Toolbar2000
Toolbar97
StripReloc
More...
Support
Newsgroups
Contact Me
 visitors since Jan. 1998
|
HOWTO: Start a program when Windows starts
Article Created: 2004-07-30 21:38 GMT by Jordan Russell
Last Updated: 2004-07-30 21:44 GMT by Jordan Russell
There are two different ways to accomplish this:
- Create a shortcut in the Startup group.
- Create a value in the Run key of the registry:
[Registry]
Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"; ValueType: string; ValueName: "YourApplicationName"; ValueData: """{app}\YourApplicationName.exe"""; Flags: uninsdeletevalue
Administrative privileges are needed to write to that key, so be sure this is in your [Setup] section:
PrivilegesRequired=admin
Site contents Copyright © 1997-2012 Jordan Russell. All rights reserved.
|