|
-
March 29th, 2007, 07:36 PM
#1
Adding to Start Up
I'm quite new to visual basic, and I was wondering how to add a program to start up. I'm just curious, and would really like to find out thanks.
-
March 29th, 2007, 08:59 PM
#2
Re: Adding to Start Up
There are a couple of places in the registry, or you could copy an exe to the startup folder. There are also services, which start automatically, and can't be stopped usually.
-
March 29th, 2007, 09:17 PM
#3
Re: Adding to Start Up
Also, simply adding a shortcut to your exe in the startup menu works.
The registry locations are:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
or
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|