In another post, I am told that this is the way to run something at startup. A registry key is created:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
I am supposed to place a filepath
under that key.
What file types are allowable (or recommended) at the end of that path? *.EXE? (native? managed?) *.BAT?
TIA