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?

有帮助吗?

解决方案

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

其他提示

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top