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.