I have made a program with vb.net and I want that program to run when the windows start up.
I don’t know the code.
I want that program to add the window startup when he/she install the program.
I have made a program with vb.net and I want that program to run
Share
You can add it to registry with the following code
you can remove it using
The above code will add it to all users. You can add it to current user in the following key