Show and Alert Memory , CPU on windows 10

Giovanni Peppa 1 Reputation point
2022-09-08T16:17:08.153+00:00

want to know which tool I can show CPU and Memory usage on windows 10 (laptops, PCs).
The alerts that I want is when a memory or cpu consumption is exceeded, it emits a pop up or an email alert on the screen. The purpose is that the user can know the reason why the machine is slow, suddenly see what it is consuming and have some option to release resources.

In the begining I was thinking to add a windows gadget but Microsoft disable this gadgets for security reason and when I was searching i found gadget Rainmeter that its similar to the old microsoft gadgets.

But I want to know If Microsoft recommed some tool to do this job or if you know some tool to test it.

And I appreciate your commets if you heard about Rainmeter.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,608 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. S.Sengupta 15,111 Reputation points MVP
    2022-09-09T00:40:53.863+00:00

    Use Resource Monitor as default tool.

    To open this program, just click Start, then Run, then type Resmon to open the Resource Monitor.

    If you like to know more then download and install Hwinfo


  2. Castorix31 81,636 Reputation points
    2022-09-09T23:42:00.69+00:00

    You can program it yourself with APIs like PDH
    For example, an old MS sample in C++ : How To Retrieve Performance Counter Value Using PDH