Question

I'm developing an Windows DLL and I want to know more about windows c++ programming.

The first problem I'm facing is know how to load my application when Windows is loading?

There is any guide on Windows Documentation describing that?

Was it helpful?

Solution

There are 2 ways that I know how to do this:

1) You can create a shortcut to the .exe in the autostart folder

2) You can add the .exe in the registry at Software\Microsoft\Windows\CurrentVersion\Run

OTHER TIPS

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top