ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

System resources monitor overload warning for Windows 10

(1/1)

questorfla:
If there is already a tool for this I would appreciate a link to it. 

I have a couple of people who can overload any system they are on.  No matter what system they use nor how much memory it has, they always end up with the same complaint:  System crashes and losing all the changes they have made to opened documents without saving them. 
I would like to find an app that creates a display in the taskbar showing how much of their system resources are in use and warn them before they reach a critical point.  Maybe something simple like a green bar which changes to red after reaching a critical point.  It may not help even then but worth a try. 

I have found a couple of utilities that will limit the number of tabs can be opened with a specific
browser but they will just open another browser if I limit that.  I have not found a way to limit the number of simultaneous documents that can be opened in Word, Excel etc.

All problems inevitably get  blamed on the hardware.  Never the "User" even when they are shown that they have so many things opened at once that Windows cannot install updates.

If there is such a "simple resources monitor" which could be set to plainly warn them they are over extending the capacity of their system to prevent a crash before it happens this is what I am looking for.  Something that monitors total available system resources and not just those used by a single application and that runs on Start-up with no user action required.

4wd:
If it were me I'd just keep letting it crash until they get it through their skulls that they are the cause of the problem.

Fix the problem, (PEBKACw), not the symptom.

 ;)  :P


Or you could use Task Scheduler/Performance Monitor to run some command that opens a big window on the screen that displays a warning.

See steps 2-4 here.

And here's a simple VBScript that opens a warning window, (replacement for script in step 1 on that page):

Warning.vbs
--- Code: Visual Basic ---x=msgbox("WARNING: Your computer is low on resources.  Close some programs or risk losing your work." ,16 , "WARNING!")

Shades:
First, I don't know of an existing tool.

But wouldn't you be able to use 'RainMeter' for this purpose?

This software can show whatever statistic of the system (regarding the consumption of resources or otherwise) continuously on the screen.That way your user have immediate feedback and with feedback like that they may actually learn about the errors in their ways. After all, if your words don't convince, better make it (very!) visual...  ;)

Navigation

[0] Message Index

Go to full version