Jump to content

Recommended Posts

Posted

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

  • 1 month later...

Posted
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

lol, now why would you really want to hide it :whistle:

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...