Here are some useful programs to help you:
Here are some useful programs to help you:
Hello I use Aida64 and HD Sentinel, both of which are excellent at telling me information about my system. I also use Geek Uninstaller and PatchMyPC, the former being excellent at keeping things tidy, the latter used as a guide for keeping programs up to date. Can anyone recommend any key programs they think are pretty good like these?
If you want a quick tool, try using PowerShell. It comes with Windows and is very strong and handy. Also, there are lots of single-line "Get" commands that can show all kinds of info about your computer. These Get things can only read, they cannot change anything. Examples: Get-PNPDevice, Get-Process, Get-Counter, Get-NetAdapter And you can write your own scripts to make changes like filtering, sorting, and showing system data. About RAM: https://mhelp.pro/how-to-find-out-ram-ch...uency-etc/ The PowerShell methods are at the end of that link. You might need to install some extra modules for CIM and WMI