Search code examples
c#startup

Startup Application Show "Not Measured" Not Running At Startup


My application need some administrator previlage. So i made it run as administrator. In my application i am getting all user from PC. Then I am modifying startup entry of registry for some user. after that when i show task it shows "Not measured". And also not starting application at startup.


Solution

  • To do this I created shortcut for to the application in startup folder. then modified my app to run normal mode.