I am trying to create a program that has the option to allow the user to have the program start automatically on start-up.
I am currently using the Windows Script Host Object Model but that is not usable by default in Windows 8.1.
Does anyone have an idea of how I can create a shortcut? I am considering adding a key to the registry but I rather have it in the start-up folder. I just rather deal with the registry as little as possible if that is realistic.
Thanks