Why Console App don't Auto Run at Windows Startup ?
Hi guys, hope you're doing well,
My question is very simple, I have a
Console App
, in the program.cs
, in the Main
method I have wrote this code :
The issue is in the part where I add the application to the auto run programs when Windows
startup using Registry
But it doesn't work and the app don't run when windows statup.
I go to this Registry
path Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
and I found that the app registred itself as the code written but windows
don't auto start it up.
Please any fix for this issue?
Massive thanks in advance <36 Replies
that worked up until some versions of windows ago, i don't think that's sufficient anymore
Please is this any other efficient way ?
One way could be creating a shortcut of your app and placing it in
Where to find that
IWshRuntimeLibrary
please???try searching for add reference -> com -> windows scripting host
^^