vivek_shrivastava51@yahoo. Posted November 3, 2008 Posted November 3, 2008 Hi i create one window appliaction in C#.net and create its setup. my client have requirement that the application sholud run at the start up of window but not shown in msconfig start up section. Did any one have any clue how to do that ? I serched but not get any single clue regarding that. Please help me if any one know that
benaw Posted December 15, 2008 Posted December 15, 2008 cant you just drop it into start > all programs > startup ??
Garr99 Posted December 15, 2008 Posted December 15, 2008 Hi i create one window appliaction in C#.net and create its setup. my client have requirement that the application sholud run at the start up of window but not shown in msconfig start up section. Did any one have any clue how to do that ? I serched but not get any single clue regarding that. Please help me if any one know thatlol, now why would you really want to hide it
Mijzelf Posted December 15, 2008 Posted December 15, 2008 According to RegMon the RunOnce keys aren't parsed by msconfig. So you could place your program in HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce or HKCU\... Of course you'll have to reput it there after each boot. This is not recommended by MS, and I wouldn't be surprised if a virus- or malware scanner would alarm on this behaviour.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now