Is there a way to run resource monitor (resmon.exe) without administrator privileges?

14,532

As Resource Monitor displays live statistics on network-traffic and open files and tasks of ALL users, it needs access to that Information. This access requires admin access.

So, the answer is: no it's not possible for the Process to not have admin rights.

What you CAN do however, is to set up a (sheduled) task, that the user is allowed to start. that task in turn, could start the res mon. So the user can start the ressource monitor without requireing adminrights, and he also can't do other stuff with the rights (apart from the options resmon.exe gives him, like stopping/starting tasks ...)

Hope this helps you.

Share:
14,532

Related videos on Youtube

MRalwasser
Author by

MRalwasser

Updated on September 18, 2022

Comments

  • MRalwasser
    MRalwasser over 1 year

    Is there a way to run resource monitor (resmon.exe) without administrator privileges?

    The user is member of the debug users, power users, performance monitor and performance log groups, however, this does not seem enough, he is still getting no data and an "access denied" message when trying to start logging

    • Synetech
      Synetech over 10 years
      Had you really wanted them to not have admin privileges or just not need an admin to enter their credentials?
    • MRalwasser
      MRalwasser over 10 years
      The user (and if possible, the resource monitor process) should not have admin privileges at all.
  • Wildcard
    Wildcard over 8 years
    Would love a little more detail on this answer, even just a link to a general guide for setting up scheduled tasks and allowing specific users to run them....
  • T3rminat0r
    T3rminat0r over 8 years
    @Wildcard, actually I just found the answer to that in another superuser.com question: superuser.com/questions/402070/…
  • Ben N
    Ben N almost 8 years
    Interesting. Is there an English version of that tool? A screenshot with English text would be preferable, since this is an English-only site.