Multi-OEM/Retail Project {MRP} - Mk3

Discussion in 'MDL Projects and Applications' started by mxman2k, Oct 15, 2016.

  1. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,328
    7,044
    210
    66567 = 0x10407 = "German (IBM)".
     
  2. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,731
    19,232
    180
    I had a guess and was very close :)

    No idea why m$ not updated their DBase, but that's M$ slacking yet again. At least the numeric codes show and so i can add in the wording which they relate to...

    Will fix that on the GUI QT.

    Thanks :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,731
    19,232
    180
    Hmm seems like i had similar in the QT but wrong value (was from a m$ doc too) either way added 66567 in too.

    IF $KeyLANG="66569" then $LANGLOC="German (IBM)"
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,731
    19,232
    180
    :eek: they not make things easy!!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,328
    7,044
    210
    If the value is bigger than 65536, you could subtract 65536 from it until it is smaller that 65536. That would neglect the sort order, which is not that important in many cases.
     
  6. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,328
    7,044
    210
    66567, not 66569.
     
  7. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,731
    19,232
    180
    I left it in as well because that is the info i got from the M$ doc i used to check as i converted the table into the if -- then statement lines.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,731
    19,232
    180
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,731
    19,232
    180
    GUI QT v6.08 has been uploaded, 3rd post updated with download link and hashes. :)

    Changes:

    1. Icon adjustments on the 'Tools' tab.

    2. Asks for confirmation on Exit.

    3. When clicking 'Save Logs' , either by the C/T menu entry or the disk Icon in the 'Tools' section, you are now asked if the location is correct etc, just so that you not click by mistake and save the logs in the wrong place.
    This does not affect the command line 'SaveOnly' parameter as that will still ask you where to save the logs prior to saving and auto-exiting the QT.

    4. Added Pointing Device/Mouse name.

    5. Shows the default save location in the bottom 'Notes' section when on the 'Tools' tab so at a glance you can see where all saved logs will go.

    6. Various internal code updates or wording.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Dec 27, 2012
    867
    1,463
    30
    1.JPG 2.JPG
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,731
    19,232
    180
    Updating the GUI QT code so that the GeoID Location is now shown (like it was on the old QT), also moved bits around and added another OS info tab so that win 11 stuff can be on its own tab for when i add more info in there for the OS.

    Shuffled a few lines about in the [OS Info1] tab so that it looks a bit more organized :D

    OS3 tab is a bit sparse at the moment but will soon fill that out as time goes on.

    Spent ages sorting the GUI side out then realized the saved logs was not in sync so sorted that out to match. There may be a line or two not in sync but im sure i got 99% of them, all data is present that is shown in the GUI side - it just may not be in the same place in the saved logs.

    As going to be busy today (OET exam shortly) i wont have time to upload as still adjusting a few bits so it may be later.

    For private testers i have uploaded this updated version (as-is) , all looks ok and the saved logs look in sync from what i can see. But as mentioned above it is still being adjusted so the test version i uploaded will change in some way later when the public one is released/uploaded.

    I did take a step back for a couple of days that why there was no posts after Tuesday.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,731
    19,232
    180
    #9555 mxman2k, Feb 11, 2023
    Last edited: Feb 11, 2023
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,731
    19,232
    180
    The GUI QT is still being worked on, got a bit side tracked with the above code changes in MRP/Creator but as those are worth the time to get fixed now before i forget to do the changes, so the GUI QT will be resumed work on tomorrow as it been a long day and i need to rest. :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,731
    19,232
    180
    Added boot up time to the GUI QT [OSInfo 3] tab. It is still a bit sparse on that tab for the time being, although it has given me more space to add things in now. :)

    Plus a few little internal code tweaks here and there as I mentioned in previous posts.

    The older Query Tool v125 is at RC 8 stage so that is getting close to release now.

    Private test versions of the above two QT's have been uploaded for those that have access. ;)

    Later today i will release the GUI_QT_v0.10.6.10 for general public testing as i have limited time this morning.

    Also:
    MRP 150 (TV4 stage) is progressing too although not as quick as most is just a refresh of code at this time, plus the 'Code Integrity' and 'Disable Defender' tweaks are more efficient.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,731
    19,232
    180
    GUI QT v0.10.6.10 has been uploaded, post #3 has been updated with download link and hashes. :)

    Save and Exit requesters added:

    When saving you will be asked if the location is correct, shown in the requester and also on the notes section of the Tools tab.

    When Exiting the QT you will be asked if you are sure.

    Other things as mentioned in previous posts. :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. haris_mdlf69

    haris_mdlf69 MDL Senior Member

    Oct 23, 2018
    424
    664
    10
    Code:
    -------------------------------------------------------------------------------------------------------------------
                                                 Query Tool GUI v0.10.6.10
    -------------------------------------------------------------------------------------------------------------------
    
    Log Date {UTC}: 02/12/2023 -- 19:16 {24-hour}
    
    Some results may be shortened to fit the output stage, such as RAM information or storage drive names.
    
    This is the postable report that does not contain full serial or sensitive information.
    
    GUI Font Used : Lucida Console Size: 11
    
    ===================================================================================================================
                                                 Operating System Information
    ===================================================================================================================
    Installation Type               : Client
    Name                            : Microsoft Windows 10 Pro
    Edition Name {Registry}         : Professional
    Composition Name {Registry}     : Enterprise
    OS/CPU Architecture             : CPU and OS is 64 bit
    Build                           : 10.0.19045 {UBR:2486} {22H2}
    Initial Full Build Information  : 19041.1.amd64fre.vb_release.191206-1406
    Setup/Install Locale            : English (United States)
    GeoID Nation ISO Location       : United States
    Current Keyboard Language       : English - United States {1033}
    Current Keyboard Name           : Enhanced (101- or 102-key)
    Number of Function Keys         : 12
    Keyboard Description            : Standard PS/2 Keyboard
    Installed/Available Languages   : en-US
    Stock Keeping Unit {SKU}        : 48
    Experience Pack                 : 120.2212.4190.0
    Installation Date               : 1/29/2023 at 14:25 PM {UTC}
    Shipped with Reserved 7GB       : Yes
    Dirty Shutdown Count            : N/A
    Build Branch                    : vb_release {Vibranium}
    Product ID                      : 00330-80214-45488-AA837  {Extended: 03612-03308-021-445488-00-1033-19045.0000-0292023}
    Time Zone Data                  : India Standard Time
    Hours offset from GMT           : 5.5
    Daylight Saving In Effect       : --
    Daylight Adjust Clock Mode      : Enabled/Checked
    Upgrade or Clean Installation   : Clean
    Previous OS Upgraded From       : N/A
    
    StorageSense Policy             : Disabled {0x0}
    Number of Licensed Users        : 1
    Data Execution Prevention       : OptIn/Default {Ref: 2}
    DEP Available                   : Yes
    DEP 32Bit Applications          : Yes
    DEP Drivers                     : Yes
    DEP Support Policy              : Enabled for OS Kernel, essential binaries and all Windows-based Services.
    Clipboard History Service       : Manual {Value:3}
    Clipboard History               : Disabled {0}
    Allow Cross Device History      : Enabled {Default}
    Allow Clipboard History         : Enabled {Default}
    Current Power Policy Used       : Home/Office Desk
    Power Plans Available           : Balanced Only {Others may be 'hidden'}
    Current Active Power Plan       : Balanced
    Long File Paths Enabled         : No {0x0} NTFS is not set to allow file paths greater than 260 characters
    Part of a Domain                : No
    Domain/Device Role              : Standalone Workstation {Ref: 0}
    Portable OS {Win to Go}         : No
    Feature Update Status           : Not paused
    Quality Update Status           : Not paused
    WSH Availability Status         : Windows Scripting Host is not restricted. {All Users}
    WSH 'DisplayLogo' Value         : Enabled {1} [All Users]
    HVCI Protection Status          : N/A
    Download Over Metered Internet  : Undefined
    Exclude Drivers from MS/WU      : Undefined
    Pointing Device {Mouse}         : USB Input Device
    
    Hypervisor Present/Installed    : No
    Virtual Machine Data            : This computer does not appear to be a virtual machine
    Last Boot Up Date/Time {UTC}    : 01/29/2023 19:54:56
    
    Windows Key 1 Installed         : X2FC6 (Last 5 digits shown)
    Windows DpID4 Installed         : X2FC6 (Last 5 digits shown)
    Windows Default Installed       : 8HV2C (Last 5 digits shown)
    Windows Default4 Installed      : 8HV2C (Last 5 digits shown)
    
    TPM Information                 : Active : Yes, Enabled : Yes, Owned : Yes, Version : 2.0, Vendor : Nuvoton Technology
    
    =============== Windows 11 Checks ===============
    Checked for W11 Target Upgrade  : No
    Target Build Number             : N/A
    Device is OEM Specific          : N/A
    DirectX 12 Detected             : N/A
    Device is Genuine               : N/A
    Touch Capable Hardware          : N/A
    22H2 UpgradeExperience {1}      : N/A
    22H2 UpgradeExperience {2}      : N/A
    22H2 UpgEx Red Fail Reason Info : N/A
    Bypass TPM Check                : N/A
    Bypass Secure Boot Check        : N/A
    Bypass RAM Check                : N/A
    Allow W11 WU Upgrade            : N/A
    
    Red Fail Reason Notes: If any listed then those are not compatible.
    On the W11 checks, if 'N/A' is shown then the data may not of been fully compiled by the OS or via WU yet.
    
    ===================================================================================================================
                                      Booted System Drive Partition Information
    ===================================================================================================================
    Drive Type                      : SSD
    BUS Type                        : SATA
    Total Space                     : 79.89 GB
    Free Space                      : 55.04 GB
    Partition Type                  : GPT
    Firmware Boot Type              : UEFI Mode {R:1}
    Secure Boot Status              : Enabled [Ref:1]
    File System                     : NTFS
    System Drive Letter             : C:
    
    Interface Information           : What mode an interface is in
    IDE Controller Mode             : Advanced Host Controller Interface {AHCI}
    SCSI Controller Mode            : Microsoft Storage Spaces
    
    Disk and Partition Information  : Driveletter | Disk #, Partition # | Model Name {50 Chars max} | Size 'GB'
    \\.\PHYSICALDRIVE0                C: | Disk #0, Partition #1 | WDC WDS480G2G0A-00JH30                             | 79.89 GB
    \\.\PHYSICALDRIVE0                D: | Disk #0, Partition #2 | WDC WDS480G2G0A-00JH30                             | 367.13 GB
    
    Drive letters/Partitions are shown as they are defined via the connected ports in the BIOS.
    Partitions without Drive letters assigned are not shown.
    
    ===================================================================================================================
                                              Memory Information                                                       
    ===================================================================================================================
    Total Physical                  : 8251224 KB (7.87 GB)
    Available Physical              : 6502524 KB (6.2 GB)
    Total Page Size                 : 10217304 KB (9.74 GB)
    Available Page Size             : 8628172 KB (8.23 GB)
    Total Virtual Size              : 4194176 KB (4 GB)
    Available Virtual               : 4002528 KB (3.82 GB)
    Memory Type                     : DDR4 {26}
    Memory Error Correction         : Non-ECC
    Memory Slots Fitted             : 2
    Memory Slots Used               : 2
    Memory Slots Free               : 0
    Motherboard's Max Memory        : 33554432 KB (32 GB}
    DIMM Information {First Eight}  : DIMM A 4096MB @ 2400MHz
                                      DIMM B 4096MB @ 2133MHz
    
    ===================================================================================================================
                                              Graphics Information                                                     
    ===================================================================================================================
    Adaptor Name                    : Intel(R) HD Graphics 520
    Adaptor DACType                 : Internal {iGPU}
    Adaptor Driver Information      : 30.0.101.1340 {2022/02/03}
    Adaptor Status                  : Active
    
    Adaptor Name                    : Not Detected
    Adaptor DACType                 : N/A
    Adaptor Driver Information      : N/A
    Adaptor Status                  : Inactive
    
    Virtual Desktop Resolution      : 1366 x 768
    Bits Per Pixel                  : 32
    Video Mode Description          : 1366 x 768 x 4294967296 colors {Ref:1}
    
    Some values may not be accurate due to 32 bit API limitations.
    
    ===================================================================================================================
                                            Network Adaptor Information                                               
    ===================================================================================================================
    Adaptor 1 Name                  : Realtek PCIe GBE Family Controller
    Connection Status               : Media Disconnected
    MAC Address                     : 98:40:BB:xx:xx:00
    
    Adaptor 2 Name                  : Qualcomm QCA9377 802.11ac Wireless Adapter
    Connection Status               : Connected
    MAC Address                     : 90:CD:B6:xx:xx:6F
    
    Adaptor 3 Name                  : Bluetooth Device (Personal Area Network)
    Connection Status               : Media Disconnected
    MAC Address                     : 90:CD:B6:xx:xx:70
    
    ===================================================================================================================
                                              Processor 1 Information                                                 
    ===================================================================================================================
    Name                            : Intel(R) Core(TM) i3-6100U CPU @ 2.30GHz
    Architecture  {Bits}            : 64
    L2 Cache Size {MB}              : 512
    L3 Cache Size {MB}              : 3072
    Current / Max Speed {MHz}       : 2300 / 2300 {Not Turbo Speed}
    Physical Cores                  : 2
    Logical Cores                   : 4
    Processor Id                    : 0xBFEBFBFF000406E3
    Virtualization Mode             : Enabled
    Manufacturer                    : GenuineIntel [Intel]
    Description                     : Intel64 Family 6 Model 78 Stepping 3
    Motherboard Connection          : U3E1
    OS Loaded Microcode Revision    : 0x00000000EC000000
    Bios Microcode Revision         : 0x00000000EC000000
    Processor Family                : 206
    Sockets/CPU's Present           : 1
    Feature Set                     : 0x000000003D1B3FFF
    
    Motherboard Connection is based on a OS internal database, MS may not have updated it.
    Microcode registry values are converted from binary to hexadecimal, not reliable for all devices.
    
    ===================================================================================================================
                                                 DMI/BIOS Information                                                 
    ===================================================================================================================
    System Manufacturer             : Dell Inc.
    System Product Name             : Vostro 15-3568
    BaseBoard Manufacturer          : Dell Inc.
    BaseBoard Product               : 0D70P6
    BaseBoard Version               : A00
    PC System Type                  : Mobile {Ref: 2}
    
    BIOS Vendor                     : Dell Inc.
    BIOS Release Date               : 12/15/2021
    BIOS Version                    : 3.11.0
    Primary BIOS                    : Yes
    SMBIOS Present                  : Yes
    SMBIOS Version                  : 3.1
    SLIC/BIOS Data                  : DELL   - 1072009
    
    Valid SLIC Name                 : Dell {See notes below}
    Possible Brand Theme            : Dell {System Manufacturer}
    
    SLIC Table Status               : SLIC table with valid marker present  {v2.1} {See notes below}
    Emulated SLIC                   : Not required/used for this OS
    
    MSDM Key Description            : No MSDM key Description found
    MSDM Key Detected               : Not Present
    MSDM Key OS Version/Edition     : N/A
    
    Notes                           : When in UEFI mode the SLIC information may not be shown fully as it may be partially 'hidden' by the OEM/BIOS.
    
    ===================================================================================================================
                                              Miscellaneous Information                                               
    ===================================================================================================================
    Which MRP Version Used          : N/A
    
    Wallpaper Style                 : Fill image to display resolution
    Current Theme Used              : aero.theme
    
    Installed Dot Net Frameworks    : 2.0  3.0  3.5  4.8  4.0 
    Installed Powershell Versions   : 1.0, 2.0, 3.0, 4.0, 5.0, 5.1
    
    Security Product Name{s}        : No Security Installed
    Defender Tamper Protection      : Disabled
    Defender Service Status         : Disabled
    Defender Code Integrity Mode    : N/A
    Defender Credential Guard       : Disabled
    Windows Firewall Service State  : Running {Reg: Auto}
    
    Windows Activation Status       : Activated
    Windows Licence Reason          : Digital Store Licence
    Windows Product Key Channel     : Retail {RETAIL} with HWID {R:PKC}
    Device has KMS Enabled          : No
    KMS Auto Renewal (hook)         : No
    
    MS Office {MSI/Traditional}     : Not Detected
    C2R MS Office                   : Not Detected
    C2R Excluded Apps               : N/A
    C2R Last Update Channel         : N/A
    C2R Office Activation Status    : N/A
    C2R Partial Product Key         : N/A
    Office Reason Information       : No reason information to show/No Issues
    Office MAK/KMS Information      : No MAK or KMS activation detected
    
    -------------------------------------------------------------------------------------------------------------------
                                                  End of Report
    -------------------------------------------------------------------------------------------------------------------
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,731
    19,232
    180
    Working on a few changes/additions to the GUI QT - can you spot them? :)

    Code:
    -------------------------------------------------------------------------------------------------------------------
                                                 Query Tool GUI v0.10.6.11
    -------------------------------------------------------------------------------------------------------------------
    
    Log Date {UTC}: 02/14/2023 -- 10:56 {24-hour}
    
    Some results may be shortened to fit the output stage, such as RAM information or storage drive names.
    
    This is the postable report that does not contain full serial or sensitive information.
    
    GUI Font Used : Lucida Console Size: 11
    
    ===================================================================================================================
                                                 Operating System Information
    ===================================================================================================================
    Installation Type               : Client
    Name                            : Microsoft Windows 10 Education
    Edition Name {Registry}         : Education
    Composition Name {Registry}     : Enterprise
    OS/CPU Architecture             : CPU and OS is 64 bit
    Build                           : 10.0.19045 {UBR:2486} {22H2}
    Initial Full Build Information  : 19041.1.amd64fre.vb_release.191206-1406
    Build Branch                    : vb_release {Vibranium}
    Setup/Install Locale            : English (United Kingdom)
    GeoID Nation ISO Location       : United Kingdom
    Current Keyboard Language       : English - United Kingdom {2057}
    Current Keyboard Name           : Enhanced (101- or 102-key)
    Number of Function Keys         : 12
    Keyboard Description            : USB Input Device
    Installed/Available Languages   : en-GB en-US
    Stock Keeping Unit {SKU}        : 121
    Experience Pack                 : 120.2212.4190.0
    Installation Date/Time {UTC}    : 11/26/2021 at 7:24 AM
    Last Boot Up Date/Time {UTC}    : 02/14/2023 at 5:10 AM
    Product ID                      : 00328-00000-00000-AA636  {Extended: 03612-03280-000-000000-00-2057-19043.0000-3302021}
    Time Zone Data                  : GMT Standard Time
    Hours offset from GMT           : 0
    Daylight Saving In Effect       : No
    Daylight Adjust Clock Mode      : Enabled/Checked
    Upgrade or Clean Installation   : Clean
    Previous OS Upgraded From       : N/A
    
    StorageSense Policy             : Disabled {0x0}
    Number of Licensed Users        : 1
    Data Execution Prevention       : OptIn/Default {Ref: 2}
    DEP Available                   : Yes
    DEP 32Bit Applications          : Yes
    DEP Drivers                     : Yes
    DEP Support Policy              : Enabled for OS Kernel, essential binaries and all Windows-based Services.
    Clipboard History Service       : Disabled {Value:4}
    Clipboard History               : Disabled {0}
    Allow Cross Device History      : Enabled {Default}
    Allow Clipboard History         : Enabled {Default}
    Current Power Policy Used       : Home/Office Desk
    Power Plans Available           : Balanced Only {Others may be 'hidden'}
    Current Active Power Plan       : Balanced
    Long File Paths Enabled         : Yes {0x1} NTFS set to allow file paths greater than 260 characters
    Part of a Domain                : No
    Domain/Device Role              : Standalone Workstation {Ref: 0}
    Portable OS {Win to Go}         : No
    Feature Update Status           : Not paused
    Quality Update Status           : Not paused
    WSH Availability Status         : Windows Scripting Host is not restricted. {All Users}
    WSH 'DisplayLogo' Value         : Enabled {1} [All Users]
    HVCI Protection Status          : Disabled {0}
    Download Over Metered Internet  : No
    Exclude Drivers from MS/WU      : Yes
    Pointing Device {Mouse}         : Logitech HID-compliant Cordless Mouse
    
    Hypervisor Present/Installed    : No
    Virtual Machine Data            : This computer does not appear to be a virtual machine
    Shipped with Reserved 7GB       : No
    Dirty Shutdown Count            : N/A
    
    Windows Key 1 Installed         : 7CFBY (Last 5 digits shown)
    Windows DpID4 Installed         : 7CFBY (Last 5 digits shown)
    Windows Default Installed       : 8HV2C (Last 5 digits shown)
    Windows Default4 Installed      : 8HV2C (Last 5 digits shown)
    
    TPM Information                 : Active : Yes, Enabled : Yes, Owned : Yes, Version : 2.0, Vendor : Intel
    
    =============== Windows 11 Checks ===============
    Checked for W11 Target Upgrade  : No
    Target Build Number             : N/A
    Device is OEM Specific          : N/A
    DirectX 12 Detected             : N/A
    Device is Genuine               : N/A
    Touch Capable Hardware          : N/A
    Upgrade Experience {1}          : N/A
    Upgrade Experience {2}          : N/A
    Upgrade Fail Reason{s}          : N/A
    Bypass TPM Check                : N/A
    Bypass Secure Boot Check        : N/A
    Bypass RAM Check                : N/A
    Allow W11 WU Upgrade            : Yes {1}
    CompatTelRunner.exe {Appraiser} : Process is not running. {File is not present in C:\Windows\System32}
    
    If 'N/A' is shown then the data may not of been fully compiled by the OS or via WU yet.
    When Fail Reason's are listed then they are not compatible and will be blocked for the upgrade.
    If any Upgrade Experience's are listed as 'Orange' then they will require attention to pass the OS checks.
    If CompatTelRunner.exe is prevented from running then the W11 checks will not be performed.
    
    ===================================================================================================================
                                      Booted System Drive Partition Information
    ===================================================================================================================
    Drive Type                      : SSD
    BUS Type                        : NVMe
    Total Space                     : 232.26 GB
    Free Space                      : 193.32 GB
    Partition Type                  : GPT
    Firmware Boot Type              : UEFI Mode {R:1}
    Secure Boot Status              : Disabled [Ref:1]
    File System                     : NTFS
    System Drive Letter             : C:
    
    Interface Information           : What mode an interface is in
    IDE Controller Mode             : Advanced Host Controller Interface {AHCI}
    SCSI Controller Mode            : Non-Volatile Memory Express {NVMe} / M$ Storage Spaces
    
    Disk and Partition Information  : Driveletter | Disk #, Partition # | Model Name {50 Chars max} | Size 'GB'
    \\.\PHYSICALDRIVE1                F: | Disk #1, Partition #0 | WDC WD40EFRX-68N32N0                               | 3725.9 GB
    \\.\PHYSICALDRIVE0                D: | Disk #0, Partition #0 | ST2000DM001-1E6164                                 | 1863.01 GB
    \\.\PHYSICALDRIVE2                C: | Disk #2, Partition #1 | KINGSTON SA2000M8250G                              | 232.26 GB
    
    Drive letters/Partitions are shown as they are defined via the connected ports in the BIOS.
    Partitions without Drive letters assigned are not shown.
    
    ===================================================================================================================
                                              Memory Information                                                     
    ===================================================================================================================
    Total Physical                  : 16622312 KB (15.85 GB)
    Available Physical              : 12582752 KB (12 GB)
    Total Page Size                 : 17670888 KB (16.85 GB)
    Available Page Size             : 12890700 KB (12.29 GB)
    Total Virtual Size              : 4194176 KB (4 GB)
    Available Virtual               : 4022772 KB (3.84 GB)
    Memory Type                     : DDR4 {26}
    Memory Error Correction         : Non-ECC
    Memory Slots Fitted             : 2
    Memory Slots Used               : 2
    Memory Slots Free               : 0
    Motherboard's Max Memory        : 33554432 KB (32 GB}
    DIMM Information {First Eight}  : Controller0-ChannelA 8192MB @ 2133MHz
                                      Controller0-ChannelB 8192MB @ 2133MHz
    
    ===================================================================================================================
                                              Graphics Information                                                   
    ===================================================================================================================
    Adaptor Name                    : NVIDIA GeForce GTX 1050 Ti
    Adaptor DACType                 : Integrated RAMDAC {Addon}
    Adaptor Driver Information      : 31.0.15.2756 {2022/12/05}
    Adaptor Status                  : Active
    
    Adaptor Name                    : Not Detected
    Adaptor DACType                 : N/A
    Adaptor Driver Information      : N/A
    Adaptor Status                  : Inactive
    
    Virtual Desktop Resolution      : 1920 x 1080
    Bits Per Pixel                  : 32
    Video Mode Description          : 1920 x 1080 x 4294967296 colors {Ref:1}
    
    Some values may not be accurate due to 32 bit API limitations.
    
    ===================================================================================================================
                                            Network Adaptor Information                                             
    ===================================================================================================================
    Adaptor 1 Name                  : Intel(R) Ethernet Connection (14) I219-V
    Connection Status               : Connected
    MAC Address                     : FC:34:97:xx:xx:30
    
    ===================================================================================================================
                                              Processor 1 Information                                               
    ===================================================================================================================
    Name                            : Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz
    Architecture  {Bits}            : 64
    L2 Cache Size {MB}              : 1536
    L3 Cache Size {MB}              : 12288
    Current / Max Speed {MHz}       : 2904 / 2904 {Not Turbo Speed}
    Physical Cores                  : 6
    Logical Cores                   : 12
    Processor Id                    : 0xBFEBFBFF000A0653
    Virtualization Mode             : Enabled
    Manufacturer                    : GenuineIntel [Intel]
    Description                     : Intel64 Family 6 Model 165 Stepping 3
    Motherboard Connection          : LGA1200
    OS Loaded Microcode Revision    : 0x00000000EA000000
    Bios Microcode Revision         : 0x00000000EA000000
    Processor Family                : 205
    Sockets/CPU's Present           : 1
    Feature Set                     : 0x000000003D1B3FFF
    
    Motherboard Connection is based on a OS internal database, MS may not have updated it.
    Microcode registry values are converted from binary to hexadecimal, not reliable for all devices.
    
    ===================================================================================================================
                                                 DMI/BIOS Information                                               
    ===================================================================================================================
    System Manufacturer             : ASUS
    System Product Name             : System Product Name
    BaseBoard Manufacturer          : ASUSTeK COMPUTER INC.
    BaseBoard Product               : PRIME B560M-K
    BaseBoard Version               : Rev 1.xx
    PC System Type                  : Desktop {Ref: 1}
    
    BIOS Vendor                     : American Megatrends Inc.
    BIOS Release Date               : 05/13/2022
    BIOS Version                    : 1605
    Primary BIOS                    : Yes
    SMBIOS Present                  : Yes
    SMBIOS Version                  : 3.3
    SLIC/BIOS Data                  : ALASKA - 1072009
    
    Valid SLIC Name                 : No Valid SLIC Table {See notes below}
    Possible Brand Theme            : Asus {System Manufacturer}
    
    SLIC Table Status               : No valid SLIC table {See notes below}
    Emulated SLIC                   : Not required/used for this OS
    
    MSDM Key Description            : No MSDM key Description found
    MSDM Key Detected               : Not Present
    MSDM Key OS Version/Edition     : N/A
    
    Notes                           : When in UEFI mode the SLIC information may not be shown fully as it may be partially 'hidden' by the OEM/BIOS.
    
    ===================================================================================================================
                                              Miscellaneous Information                                             
    ===================================================================================================================
    Which MRP Version Used          : CY21M11D16-R141.BC6
    
    Wallpaper Style                 : Stretch image to display resolution
    Current Theme Used              : Current.theme
    
    Installed Dot Net Frameworks    : 2.0  3.0  3.5  4.8  4.0
    Installed Powershell Versions   : 1.0, 2.0, 3.0, 4.0, 5.0, 5.1
    
    Security Product Name{s}        : ESET Security
    Defender Tamper Protection      : Both Tamper and Cloud-delivered Protections are disabled
    Defender Service Status         : Disabled
    Defender Code Integrity Mode    : Disabled
    Defender Credential Guard       : Disabled
    Windows Firewall Service State  : Running {Reg: Auto}
    
    Windows Activation Status       : Activated
    Windows Licence Reason          : Digital Store Licence
    Windows Product Key Channel     : Retail {RETAIL} with HWID {R:PKC}
    Device has KMS Enabled          : No
    KMS Auto Renewal (hook)         : No
    
    MS Office {MSI/Traditional}     : Not Detected
    C2R MS Office                   : Not Detected
    C2R Excluded Apps               : N/A
    C2R Last Update Channel         : N/A
    C2R Office Activation Status    : N/A
    C2R Partial Product Key         : N/A
    Office Reason Information       : No reason information to show/No Issues
    Office MAK/KMS Information      : No MAK or KMS activation detected
    
    -------------------------------------------------------------------------------------------------------------------
                                                  End of Report
    -------------------------------------------------------------------------------------------------------------------
    

    A clue for one addition is the task was not as easy as using cmd script! ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...