System Information Unit v5.4 Released

Well, well, well.

Never thought I'd ever release any software again. But I've given the System Information Unit a long overdue update in an attempt to detect all updates of Windows 10 to date, along with Windows Server 2016 and 2019.

I've only been able to test for my Windows 10 installation using - the rest of the code is based on research.

There's also a new TPJComputerInfo.ProcessorSpeedMHz method to return the host computer's processor speed.

Get the latest version from SourceForge at https://sourceforge.net/projects/ddablib/files/sysinfo/

Comments

  1. Tested the demo on Windows Server 2019

    From Demo, some select bits:

    BuildNumber | 17763
    Description | Windows Server 2019 Server Datacenter (full installation) (64-bit) Version 1809 (Build 17763)
    Edition | Server Datacenter (full installation) (64-bit)
    MajorVersion | 10
    MinorVersion | 0
    Product | osWinSvr2019
    ProductName | Windows Server 2019
    ServicePackEx | Version 1809
    IsReallyWindows10OrGreater | True
    IsWindowsServer | True

    Looks to all be good to me :)

    ReplyDelete
  2. Also, Processor Speed matches what Windows tells me. Thanks

    ReplyDelete
  3. Thanks for checking those Martin ... Looks like I guessed right then ... Few!!

    Cheers

    ReplyDelete
  4. Handy units, thanks for updating them. Ever thought about implementing something like this but for remote computers on the network? Sort of like msinfo32 /computer xxx?

    ReplyDelete
  5. Thx for kind comment Nateloaf.

    I like your suggestion, but I'm afraid haven't a clue how to him about this. I don't use a network - it's just me and my lil ol' laptop - real cottage industry stuff.

    Any code you could point me at would be helpful.

    Cheers
    Peter

    ReplyDelete

Post a Comment

Comments are very welcome, but please don't comment here if:

1) You have a query about, or a bug report for, one of my programs or libraries. Most of my posts contain a link to the relevant repository where there will be an issue tracker you can use.

2) You have a query about any 3rd party programs I feature, please address them to the program's developer(s) - there will be a link in the post.

3) You're one of the tiny, tiny minority who are aggressive or abusive - in the bin you go!

Thanks

Popular posts from this blog

New String Property Editor Planned For RAD Studio 12 Yukon 🤞

Multi-line String Literals Planned For Delphi 12 Yukon🤞

Call JavaScript in a TWebBrowser and get a result back