❔ Question Autorun
I would like to integrate my C# app into the autostart after clicking a switch. When the user clicks this switch I create the entry in Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
to my exe file. see image. Unfortunately, the app does not start when the computer boots up. What could be the reason?
6 Replies
some windows versions ago this was sufficient, i'm not sure this is enough anymore, i should check
you could use sysinternal autoruns to check if it detects your entry
You could create a shortcut and throw it into
shell:startup
.
Or simply creating a Task.what is the red background? not verified ?
Yes.
ok, but the entry is correct?
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.