Start program at system boot

  • Thread starter Thread starter Shane
  • Start date Start date
S

Shane

I've created a wallpaper changer that I want to start up on system
boot.

I know that I can put a shortcut for my app in the startup folder. How
can I get the install program for my app to add a shortcut for all
users.

If I do have a shortcut in the startup folder, I can see the current
wallpaper before switching to the next wallpaper in the queue after
system boot. Is there a way of executing my app before Windows shows
the desktop?

Shane
 
rawCoder said:
Make a Windows Service
HTH
rawCoder

true, but would someone really want to install a service on the computer
just to change their wallpaper? I would not. A better way would be to
add it to the registry for startup. This is processed on system start
for HKLM or user logon for HKCU.
 
Sorry, I mistook the line
Is there a way of executing my app before Windows shows
the desktop

I considered it as running an executable before everything loads, like
profile etc. So the Windows Service seemed the choice as it runs even when
no one has logged in.

Sorry for the misunderstanding.

rawCoder
 
Thank you for your responses, but you didn't actually answer the
original question.

I know that I could make a registry entry to load first, but what is
the entry?

Even if I do decide to start my app from the registry, I would still
like to know how to drop an icon into the startup folder.

Shane
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top