Hello,
I have written a C# WinForm application. I have put the .exe in the Program Files (x86) folder.
Later in the registry "COMPUTER\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WINDOWS\CURRENTVERSION\RUN" I have put my application
Value Name : ABC
Value Data : "C:\Program Files(x86)\ABC\ABC.EXE"
Is there any chemical change to registry in Win 10 for applications to load on startup ? Where am I heading wrong..??
FYI : 1. User Access Control is turned off on Win 10
2. I have also tried "Current User" instead of "Local Machine" both seem to revolt from working.
Thanks for trying to help.