views:

38

answers:

1

How do I read performance counters in a .NET application without the application running as an administrator?

The application is a Windows Service. The account it will run under is known at install time, so in theory I could add any non-admin permissions to that account at that time.

+2  A: 

Can you add that account to the system's Performance Monitor Users group during install?

Reference:

Jim W