Discussion:
How do I get a program to load when I start Windows 7?
(too old to reply)
Nomen Nescio
2024-10-09 17:29:21 UTC
Permalink
I want a few programs to load along with Windows 7 Ultimate when I
turn on the computer.

Web searches are confusing. They keep explaining how to setup various
devices to boot, but not how to add a program to boot simultaneously
with Windows.
Spalls Hurgenson
2024-10-09 20:13:34 UTC
Permalink
On Wed, 9 Oct 2024 19:29:21 +0200 (CEST), Nomen Nescio
Post by Nomen Nescio
I want a few programs to load along with Windows 7 Ultimate when I
turn on the computer.
Web searches are confusing. They keep explaining how to setup various
devices to boot, but not how to add a program to boot simultaneously
with Windows.
There are numerous ways, but the easiest is to use the Startup folder.
This works in pretty much every version of Windows since Win95.

1) Find the executable to the program you want to start (e.g.,
C:\Program Files\SuperCoolProgram\Launcher.exe
2) Create a shortcut to that executable
3) Drag that shortcut into the following location:
C:\Users\{USERNAME}\AppData\Roaming\Microsoft\Windows\Start
Menu\Programs\Startup

(replace {USERNAME} with whatever your log-in username is)
If there is no startup folder there, create one

Restart windows and the program in that folder should load
automatically.

To stop the program from automatically loading, just delete (or move)
the shortcut

There are other options --for instance, editing the registry or using
Task Manager to set up a scheduled task -- but the Startup folder
method is the most accessible.
Nomen Nescio
2024-10-10 03:34:35 UTC
Permalink
Post by Spalls Hurgenson
On Wed, 9 Oct 2024 19:29:21 +0200 (CEST), Nomen Nescio
Post by Nomen Nescio
I want a few programs to load along with Windows 7 Ultimate when I
turn on the computer.
Web searches are confusing. They keep explaining how to setup various
devices to boot, but not how to add a program to boot simultaneously
with Windows.
There are numerous ways, but the easiest is to use the Startup folder.
This works in pretty much every version of Windows since Win95.
1) Find the executable to the program you want to start (e.g.,
C:\Program Files\SuperCoolProgram\Launcher.exe
2) Create a shortcut to that executable
C:\Users\{USERNAME}\AppData\Roaming\Microsoft\Windows\Start
Menu\Programs\Startup
(replace {USERNAME} with whatever your log-in username is)
If there is no startup folder there, create one
Restart windows and the program in that folder should load
automatically.
To stop the program from automatically loading, just delete (or move)
the shortcut
There are other options --for instance, editing the registry or using
Task Manager to set up a scheduled task -- but the Startup folder
method is the most accessible.
Lordy! I NEVER would have figured that out! It worked!

THANK, you!
Paul
2024-10-10 07:16:05 UTC
Permalink
Post by Nomen Nescio
Post by Spalls Hurgenson
On Wed, 9 Oct 2024 19:29:21 +0200 (CEST), Nomen Nescio
Post by Nomen Nescio
I want a few programs to load along with Windows 7 Ultimate when I
turn on the computer.
Web searches are confusing. They keep explaining how to setup various
devices to boot, but not how to add a program to boot simultaneously
with Windows.
There are numerous ways, but the easiest is to use the Startup folder.
This works in pretty much every version of Windows since Win95.
1) Find the executable to the program you want to start (e.g.,
C:\Program Files\SuperCoolProgram\Launcher.exe
2) Create a shortcut to that executable
C:\Users\{USERNAME}\AppData\Roaming\Microsoft\Windows\Start
Menu\Programs\Startup
(replace {USERNAME} with whatever your log-in username is)
If there is no startup folder there, create one
Restart windows and the program in that folder should load
automatically.
To stop the program from automatically loading, just delete (or move)
the shortcut
There are other options --for instance, editing the registry or using
Task Manager to set up a scheduled task -- but the Startup folder
method is the most accessible.
Lordy! I NEVER would have figured that out! It worked!
THANK, you!
While Spalls saw your post, I don't see your post on my regular
server. Where you post from, may protect your anonymity, but
it might also give you a less-wide distribution. If you're wondering
at times, why you didn't get an answer, that is the reason. In some
cases, the sending server you used, is using a path preload, which
is a filtering agreement between USENET server operators. The defunct
AIOE was using that, before it was blown up by somebody. Paolo was
cleaning up, by getting a few source servers to censor themselves
via path preload. In such cases, it's not the end-users filtering
off your message.

A rough equivalent of the AIOE server is paganini.bofh.team . and
that is where I'm seeing your message. To use Paganini, does not
require an account, just like AIOE.

*******

On Windows 7, you can try running the System Information utility "msinfo32".

Start : msinfo32.exe then "Software Environment" : Startup Programs

lists the sources of startup items.

The Location column indicates the source:

Startup <=== Startup has a folder, just for the user logged in at the moment
Common Startup <=== Startuo items that are involved, when all users are logged in.
This is a common folder used for system-wide items.
My installed Bluetooth software, has a Tray Item, that shows up for everyone.

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run <=== Adding items to this registry key, launches stuff
Reflect UI REG_SZ C:\Program Files\Macrium\Common\ReflectUI.exe <=== runs as my personal account

Not shown might be the contents of "Scheduled Tasks", which
allows scripts to be run as SYSTEM at a scheduled time. The
scheduled time can include delayed start, so an item
starts roughly two minutes after the desktop appears.
It is a lot of work, to set these up, but you can have
elevation above a regular user account by doing that.

Start : taskschd.msc <=== This displays items, most of which are not delayed start after boot

That's a quick summary of some system-supported methods.
Without going into too much detail.

*******

This is a third-party tool (company bought by Microsoft), and it
"shows everything" currently invoked. Via tick boxes, you can
pretend to manage existing items, however, a persistent pest
can reinstall itself. The tick box as a control method, only
works if the developer chooses to let that happen. A malware,
for example, cannot easily be turned off with a tick box approach.

https://learn.microsoft.com/en-us/sysinternals/downloads/autoruns

Paul
Kerr-Mudd, John
2024-10-10 08:50:58 UTC
Permalink
On Thu, 10 Oct 2024 03:16:05 -0400
Post by Spalls Hurgenson
On Wed, 9 Oct 2024 19:29:21 +0200 (CEST), Nomen Nescio
[A naive question]

Nomen is a long-term troll. Note that it posts via dizum.
--
Bah, and indeed Humbug.
Frank Slootweg
2024-10-12 14:08:31 UTC
Permalink
Post by Kerr-Mudd, John
On Thu, 10 Oct 2024 03:16:05 -0400
Post by Spalls Hurgenson
On Wed, 9 Oct 2024 19:29:21 +0200 (CEST), Nomen Nescio
[A naive question]
Nomen is a long-term troll. Note that it posts via dizum.
"Nomen"!? "it"!? You're kidding, right!? You *do* know what 'Nomen
Nescio' means, don't you?
w***@JustMe.Net
2024-10-12 15:42:31 UTC
Permalink
Post by Frank Slootweg
Post by Kerr-Mudd, John
Nomen is a long-term troll. Note that it posts via dizum.
"Nomen"!? "it"!? You're kidding, right!? You *do* know what 'Nomen
Nescio' means, don't you
https://en.wikipedia.org › wiki › Nomen_nescio
Nomen nescio - Wikipedia
Nomen nescio (N.N.) is a Latin phrase meaning "I do not know the name".
It is used to indicate an anonymous or unnamed person in various
contexts, such as crime reporting, chess scoring, genealogy, and online
gaming.
Frank Slootweg
2024-10-12 18:00:37 UTC
Permalink
Post by Frank Slootweg
Post by Kerr-Mudd, John
Nomen is a long-term troll. Note that it posts via dizum.
"Nomen"!? "it"!? You're kidding, right!? You *do* know what 'Nomen
Nescio' means, don't you
https://en.wikipedia.org ? wiki ? Nomen_nescio
Nomen nescio - Wikipedia
Nomen nescio (N.N.) is a Latin phrase meaning "I do not know the name".
It is used to indicate an anonymous or unnamed person in various
contexts, such as crime reporting, chess scoring, genealogy, and online
gaming.
Yes, of course I'm well aware of that, but why isn't John Kerr-Mudd?
(Why did you snip his name from the attribution?)
Kerr-Mudd, John
2024-10-12 20:01:29 UTC
Permalink
On 12 Oct 2024 18:00:37 GMT
Post by Frank Slootweg
Post by Frank Slootweg
Post by Kerr-Mudd, John
Nomen is a long-term troll. Note that it posts via dizum.
"Nomen"!? "it"!? You're kidding, right!? You *do* know what 'Nomen
Nescio' means, don't you
https://en.wikipedia.org ? wiki ? Nomen_nescio
Nomen nescio - Wikipedia
Nomen nescio (N.N.) is a Latin phrase meaning "I do not know the name".
It is used to indicate an anonymous or unnamed person in various
contexts, such as crime reporting, chess scoring, genealogy, and online
gaming.
Yes, of course I'm well aware of that, but why isn't John Kerr-Mudd?
(Why did you snip his name from the attribution?)
It doesn't matter to me, but NN from dizum raises immediate alarms; you
may do as you will.
--
Bah, and indeed Humbug.
Frank Slootweg
2024-10-13 10:20:56 UTC
Permalink
Post by Kerr-Mudd, John
On 12 Oct 2024 18:00:37 GMT
Post by Frank Slootweg
Post by Frank Slootweg
Post by Kerr-Mudd, John
Nomen is a long-term troll. Note that it posts via dizum.
"Nomen"!? "it"!? You're kidding, right!? You *do* know what 'Nomen
Nescio' means, don't you
https://en.wikipedia.org ? wiki ? Nomen_nescio
Nomen nescio - Wikipedia
Nomen nescio (N.N.) is a Latin phrase meaning "I do not know the name".
It is used to indicate an anonymous or unnamed person in various
contexts, such as crime reporting, chess scoring, genealogy, and online
gaming.
Yes, of course I'm well aware of that, but why isn't John Kerr-Mudd?
(Why did you snip his name from the attribution?)
It doesn't matter to me, but NN from dizum raises immediate alarms; you
may do as you will.
Thanks. Same here. I filter dizum (not just NN) as good as I can
(needs several rules to filter most/all).

Daniel70
2024-10-10 09:01:31 UTC
Permalink
Post by Paul
Post by Nomen Nescio
Post by Spalls Hurgenson
On Wed, 9 Oct 2024 19:29:21 +0200 (CEST), Nomen Nescio
Post by Nomen Nescio
I want a few programs to load along with Windows 7 Ultimate when I
turn on the computer.
Web searches are confusing. They keep explaining how to setup various
devices to boot, but not how to add a program to boot simultaneously
with Windows.
There are numerous ways, but the easiest is to use the Startup folder.
This works in pretty much every version of Windows since Win95.
1) Find the executable to the program you want to start (e.g.,
C:\Program Files\SuperCoolProgram\Launcher.exe
2) Create a shortcut to that executable
C:\Users\{USERNAME}\AppData\Roaming\Microsoft\Windows\Start
Menu\Programs\Startup
(replace {USERNAME} with whatever your log-in username is)
If there is no startup folder there, create one
Restart windows and the program in that folder should load
automatically.
To stop the program from automatically loading, just delete (or move)
the shortcut
There are other options --for instance, editing the registry or using
Task Manager to set up a scheduled task -- but the Startup folder
method is the most accessible.
Lordy! I NEVER would have figured that out! It worked!
THANK, you!
While Spalls saw your post, I don't see your post on my regular
server. Where you post from, may protect your anonymity, but
it might also give you a less-wide distribution.
... or some people may have him KILL-FILED for what they thought were
Spamming habits of old!!
--
Daniel
Nomen Nescio
2024-10-10 18:31:26 UTC
Permalink
Post by Daniel70
Post by Paul
Post by Nomen Nescio
Post by Spalls Hurgenson
On Wed, 9 Oct 2024 19:29:21 +0200 (CEST), Nomen Nescio
Post by Nomen Nescio
I want a few programs to load along with Windows 7 Ultimate when I
turn on the computer.
Web searches are confusing. They keep explaining how to setup various
devices to boot, but not how to add a program to boot simultaneously
with Windows.
There are numerous ways, but the easiest is to use the Startup folder.
This works in pretty much every version of Windows since Win95.
1) Find the executable to the program you want to start (e.g.,
C:\Program Files\SuperCoolProgram\Launcher.exe
2) Create a shortcut to that executable
C:\Users\{USERNAME}\AppData\Roaming\Microsoft\Windows\Start
Menu\Programs\Startup
(replace {USERNAME} with whatever your log-in username is)
If there is no startup folder there, create one
Restart windows and the program in that folder should load
automatically.
To stop the program from automatically loading, just delete (or move)
the shortcut
There are other options --for instance, editing the registry or using
Task Manager to set up a scheduled task -- but the Startup folder
method is the most accessible.
Lordy! I NEVER would have figured that out! It worked!
THANK, you!
While Spalls saw your post, I don't see your post on my regular
server. Where you post from, may protect your anonymity, but
it might also give you a less-wide distribution.
... or some people may have him KILL-FILED for what they thought were
Spamming habits of old!!
--
Daniel
There are certain groups in which I also have anon posters kill
filtered because of the sickos who misuse the remailer system.

There are thousands of users of remailers. Some people think all
posts from dizum (Nomen Nescio) are from the same poster. Those
people don't have any understanding of the remailer system.
Nomen Nescio
2024-10-10 17:59:17 UTC
Permalink
Post by Paul
Post by Nomen Nescio
Post by Spalls Hurgenson
On Wed, 9 Oct 2024 19:29:21 +0200 (CEST), Nomen Nescio
Post by Nomen Nescio
I want a few programs to load along with Windows 7 Ultimate when I
turn on the computer.
Web searches are confusing. They keep explaining how to setup various
devices to boot, but not how to add a program to boot simultaneously
with Windows.
There are numerous ways, but the easiest is to use the Startup folder.
This works in pretty much every version of Windows since Win95.
1) Find the executable to the program you want to start (e.g.,
C:\Program Files\SuperCoolProgram\Launcher.exe
2) Create a shortcut to that executable
C:\Users\{USERNAME}\AppData\Roaming\Microsoft\Windows\Start
Menu\Programs\Startup
(replace {USERNAME} with whatever your log-in username is)
If there is no startup folder there, create one
Restart windows and the program in that folder should load
automatically.
To stop the program from automatically loading, just delete (or move)
the shortcut
There are other options --for instance, editing the registry or using
Task Manager to set up a scheduled task -- but the Startup folder
method is the most accessible.
Lordy! I NEVER would have figured that out! It worked!
THANK, you!
While Spalls saw your post, I don't see your post on my regular
server. Where you post from, may protect your anonymity, but
it might also give you a less-wide distribution. If you're wondering
at times, why you didn't get an answer, that is the reason. In some
cases, the sending server you used, is using a path preload, which
is a filtering agreement between USENET server operators. The defunct
AIOE was using that, before it was blown up by somebody. Paolo was
cleaning up, by getting a few source servers to censor themselves
via path preload. In such cases, it's not the end-users filtering
off your message.
A rough equivalent of the AIOE server is paganini.bofh.team . and
that is where I'm seeing your message. To use Paganini, does not
require an account, just like AIOE.
*******
On Windows 7, you can try running the System Information utility "msinfo32".
Start : msinfo32.exe then "Software Environment" : Startup Programs
lists the sources of startup items.
Startup <=== Startup has a folder, just for the user logged in at the moment
Common Startup <=== Startuo items that are involved, when all users are logged in.
This is a common folder used for system-wide items.
My installed Bluetooth software, has a Tray Item, that shows up for everyone.
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run <=== Adding items to this registry key, launches stuff
Reflect UI REG_SZ C:\Program Files\Macrium\Common\ReflectUI.exe <=== runs as my personal account
Not shown might be the contents of "Scheduled Tasks", which
allows scripts to be run as SYSTEM at a scheduled time. The
scheduled time can include delayed start, so an item
starts roughly two minutes after the desktop appears.
It is a lot of work, to set these up, but you can have
elevation above a regular user account by doing that.
Start : taskschd.msc <=== This displays items, most of which are not delayed start after boot
That's a quick summary of some system-supported methods.
Without going into too much detail.
*******
This is a third-party tool (company bought by Microsoft), and it
"shows everything" currently invoked. Via tick boxes, you can
pretend to manage existing items, however, a persistent pest
can reinstall itself. The tick box as a control method, only
works if the developer chooses to let that happen. A malware,
for example, cannot easily be turned off with a tick box approach.
https://learn.microsoft.com/en-us/sysinternals/downloads/autoruns
Paul
Thanks for the extra info on the subject of Startup. As for anon
posting, I know it's limitations. I still prefer it for a number of
reasons.

Thank you for answering.
Loading...