My app in C# / Winforms is not showing in the start up
I developed to my C# app a start up (means: that if the PC turned on the app will run), in Visual Studio. But if I turn on my PC, it will not show. I tiyed to see in the registry keys (press win + r , and type in regedit
, and paste the path ComputerHKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionRun) and my app is still there. I also tried to create a new project and set it to the startup but it still the same, and I tried to see in the task manager the start up section and my app are still there so why it didn’t show when I start the PC.