Question:

Sometimes you may wonder how to add a .net application on startup.


Solutions:

You can write a registry file to do that, Here is an example reg file and dll file for you, please check the attachment, and there are somethings you should know:


1. Please pay attention to the path, 

---you can put the .dll file in the installation folder directly and just write the dll file name in the registry file

---or put the file in another specific path, and then remember to write the right path in the registry file.
2. LOADCTRLS Here we generally write 13 (load on demand) or 15 (auto load), this number must be hexadecimal.
3. The Command name and the Group name should be as same as the definition when it is defined in the dll.