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
The issue is in the part where I add the application to the auto run programs when
But it doesn't work and the app don't run when windows statup.
I go to this
Please any fix for this issue?
Massive thanks in advance <3
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 RegistryBut 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 <3
