Code: ------------------------------------------------------------------------------------------------------------------- Query Tool GUI v0.10.0.72 ------------------------------------------------------------------------------------------------------------------- Log Date {UTC}: 10/29/2022 -- 18:44 {24-hour} Some results may be shortened to fit the output stage, such as RAM information. This is the postable report that does not contain full serial or sensitive information. =================================================================================================================== Operating System Information =================================================================================================================== Installation Type : Client Name : Microsoft Windows 10 Education OS/CPU Architecture : CPU and OS is 64 bit Build : 10.0.19045 {UBR:2132} {22H2} Language : English (United States) Native Language : English Installed/Available Languages : en-US Stock Keeping Unit {SKU} : 121 Experience Pack : 120.2212.4180.0 Installation Date : 6/19/2021 at 22:1 PM {UTC} MSDM Key Detected : Not Present Dirty Shutdown Count : N/A Build Branch : vb_release Product ID : 00328-10000-00001-AA550 Windows Key{s} Installed : Key1 : VCFB2 (Last 5 digits shown) Windows Key{s} Installed : DpID4 : VCFB2 (Last 5 digits shown) Windows Key{s} Installed : Default : 8HV2C (Last 5 digits shown) Windows Key{s} Installed : Default4 : 8HV2C (Last 5 digits shown) TPM Information : N/A =================================================================================================================== System Drive C: Partition Information =================================================================================================================== Drive Type : SSD BUS Type : Serial ATA (SATA) Total Space : 237.44 GB Free Space : 203.25 GB Partition Type : GPT Firmware Boot Type : UEFI Mode Secure Boot Status : Disabled [Ref:1] File System : NTFS Model Name : SAMSUNG MZNLN256HCHP-00000 =================================================================================================================== Memory Information =================================================================================================================== Total Physical : 8249504 KB (7.87 GB) Available Physical : 2550064 KB (2.43 GB) Total Page Size : 16638112 KB (15.87 GB) Available Page Size : 10279400 KB (9.8 GB) Total Virtual Size : 4194176 KB (4 GB) Available Virtual : 4034084 KB (3.85 GB) Memory Type : DDR4 Memory Error Correction : Non-ECC Memory Slots Fitted : 2 DIMM Information {First Four} : ChannelA-DIMM0 4096MB @ 2133MHz ChannelB-DIMM0 4096MB @ 2133MHz =================================================================================================================== Graphics Information =================================================================================================================== Adaptor 1 Name : Intel(R) HD Graphics 530 Adaptor 1 Memory : 1024 MB (1 GB) {Routine:P1} Adaptor 1 DACType : Internal Adaptor 1 Video Memory Type : Unknown (2) Adaptor 2 Name : NVIDIA GeForce GTX 960M Adaptor 2 Memory : 4096 MB (4 GB) {Routine:P1} Adaptor 2 DACType : Integrated RAMDAC Adaptor 2 Video Memory Type : Unknown (2) Virtual Desktop Resolution : 1920 x 1080 Bits Per Pixel : 32 Video Mode Description : N/A =================================================================================================================== Network Adaptor Information =================================================================================================================== Adaptor 1 Name : TAP-Windows Adapter V9 Connection Status : Media Disconnected Adaptor 2 Name : Realtek PCIe GBE Family Controller Connection Status : Media Disconnected Adaptor 3 Name : Qualcomm Atheros QCA61x4A Wireless Network Adapter Connection Status : Connected =================================================================================================================== Processor 1 Information =================================================================================================================== Name : Intel(R) Core(TM) i5-6300HQ CPU @ 2.30GHz Architecture : 64 L2 Cache Size : 1024 L3 Cache Size : 6144 Current Clock Speed : 2300 Physical Cores : 4 Logical Cores : 4 Processor Id : BFEBFBFF000506E3 Virtualization Mode : Enabled Manufacturer : GenuineIntel Description : Intel64 Family 6 Model 94 Stepping 3 =================================================================================================================== DMI/BIOS Information =================================================================================================================== System Manufacturer : Acer System Product Name : Aspire VN7-792G BaseBoard Manufacturer : Acer BaseBoard Product : Aspire VN7-792G BaseBoard Version : V1.09 BIOS Vendor : Insyde Corp. BIOS Release Date : 05/17/2016 BIOS Version : V1.09 Primary BIOS : True SMBIOS Present : True SMBIOS Version : 3.0 SLIC/BIOS Data : ACRSYS - 0 Valid SLIC Name : Acer Possible Brand Theme : Acer {System Manufacturer} =================================================================================================================== Miscellaneous Information =================================================================================================================== Which MRP Version Used : CY21M05D28-R137.1.BR Installed .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} : Windows Defender Defender Tamper Protection : Both Tamper and Cloud-delivered Protections are enabled Defender Service Status : Auto Windows Firewall Service State : Running {Reg: Auto} Windows Activation Status : VL activation expires 5560 Days / 8007027 minutes Windows Licence Reason : Verify the products use rights, as no SLIC/MSDM is present Windows Product Key Channel : KMS:Client {VOLUME_KMSCLIENT} Device has KMS Enabled : Yes KMS Auto Renewal (hook) : No ------------------------------------------------------------------------------------------------------------------- For aligning the keys properly, you'd need to use a Monospace font for that section only.
Will see what i can do as i not tried to change font on the GUISetText lines before, as i was only able to do a whole GUI font change... Those result blocks are a concentrated string so will have to read the help files again A job for tomorrow as it my chill out time
1. Main GUI font changed where needed, the font is selected by OS and if a font is not available then an alternative one is used, failing any suitable font available then the default OS font will be used which is not ideal but at least shows output. This only affects the GUI text, the saved reports are not affected. 2. Adjusted font (monospaced) for certain result boxes, this allows proper alignment on some 'stacked' text. 3. Some cosmetic tweaks done. Remember the save report(s) context menu is operational, even that output has had a small tweak to make it look a bit neater. example: Code: 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) Instead of the original 'Windows Key(s) Installed' repeated lines. The GUI is starting to mature finally, took a while to work out the quirks and syntax (still learning that one!) of the programming language but hard work and persistence is slowly paying off. @Carlos Detweiller , thanks for the heads up on font adjustment for certain GUI elements. Thanks to all that give the GUI QT a test and post results (or glitches), it will expand in data over time and i am working on a special version that should be able to work in the WinPE environment , that will be a very cut down version but hopefully allow retrieving any Windows Key and possible Office ones from a 'offline' windows amongst other information retrieved. That will be a way off for now as concentrating on the main GUI first.
Added for next GUI QT Code: TimeZone {TZUtil} : GMT Standard Time Hours offset from GMT : 0 Daylight Saving In Effect : No The hours offset could be interesting as not sure how it will handle negative numbers when behind GMT 00:00 Also managed to get the 'Video Mode Description' to work for w8.x and above.
Code: ------------------------------------------------------------------------------------------------------------------- Query Tool GUI v0.10.0.75 ------------------------------------------------------------------------------------------------------------------- Log Date {UTC}: 10/30/2022 -- 17:19 {24-hour} Some results may be shortened to fit the output stage, such as RAM information. This is the postable report that does not contain full serial or sensitive information. =================================================================================================================== Operating System Information =================================================================================================================== Installation Type : Client Name : Microsoft Windows 10 Education OS/CPU Architecture : CPU and OS is 64 bit Build : 10.0.19045 {UBR:2006} {22H2} Language : English (United States) Native Language : English Installed/Available Languages : de-DE en-GB en-US Stock Keeping Unit {SKU} : 121 Experience Pack : 120.2212.4180.0 Installation Date : 6/19/2021 at 23:26 PM {UTC} MSDM Key Detected : Not Present Dirty Shutdown Count : 1 Build Branch : vb_release Product ID : 00328-00000-00000-AA106 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 : N/A =================================================================================================================== System Drive C: Partition Information =================================================================================================================== Drive Type : SSD BUS Type : NVMe Total Space : 476.32 GB Free Space : 440.98 GB Partition Type : GPT Firmware Boot Type : UEFI Mode Secure Boot Status : Disabled [Ref:1] File System : NTFS Model Name : Micron_2210_MTFDHBA512QFD =================================================================================================================== Memory Information =================================================================================================================== Total Physical : 7779928 KB (7.42 GB) Available Physical : 4135612 KB (3.94 GB) Total Page Size : 8566360 KB (8.17 GB) Available Page Size : 3154436 KB (3.01 GB) Total Virtual Size : 4194176 KB (4 GB) Available Virtual : 4033208 KB (3.85 GB) Memory Type : DDR4 Memory Error Correction : Non-ECC Memory Slots Fitted : 2 DIMM Information {First Four} : DIMM 0 8192MB @ 3200MHz =================================================================================================================== Graphics Information =================================================================================================================== Adaptor 1 Name : NVIDIA GeForce RTX 2060 Adaptor 1 Memory : 6144 MB (6 GB) {Routine:P1} Adaptor 1 DACType : Integrated RAMDAC Adaptor 1 Video Memory Type : Unknown (2) Adaptor 2 Name : AMD Radeon(TM) Graphics Adaptor 2 Memory : 6144 MB (6 GB) {Routine:P1} Adaptor 2 DACType : Internal DAC(400MHz) Adaptor 2 Video Memory Type : Unknown (2) Virtual Desktop Resolution : 1920 x 1080 Bits Per Pixel : 32 Video Mode Description : N/A =================================================================================================================== Network Adaptor Information =================================================================================================================== Adaptor 1 Name : Realtek PCIe GbE Family Controller Connection Status : Media Disconnected Adaptor 2 Name : Realtek 8822CE Wireless LAN 802.11ac PCI-E NIC Connection Status : Connected =================================================================================================================== Processor 1 Information =================================================================================================================== Name : AMD Ryzen 7 4800H with Radeon Graphics Architecture : 64 L2 Cache Size : 4096 L3 Cache Size : 8192 Current Clock Speed : 2900 Physical Cores : 8 Logical Cores : 16 Processor Id : 178BFBFF00860F01 Virtualization Mode : Enabled Manufacturer : AuthenticAMD Description : AMD64 Family 23 Model 96 Stepping 1 =================================================================================================================== DMI/BIOS Information =================================================================================================================== System Manufacturer : ASUSTeK COMPUTER INC. System Product Name : ASUS TUF Gaming A15 FA506IV_FA506IV BaseBoard Manufacturer : ASUSTeK COMPUTER INC. BaseBoard Product : FA506IV BaseBoard Version : 1.0 BIOS Vendor : American Megatrends Inc. BIOS Release Date : 03/12/2021 BIOS Version : FA506IV.316 Primary BIOS : True SMBIOS Present : True SMBIOS Version : 3.2 SLIC/BIOS Data : _ASUS_ - 1072009 Valid SLIC Name : Asus Possible Brand Theme : Asus {System Manufacturer} =================================================================================================================== Miscellaneous Information =================================================================================================================== Which MRP Version Used : CY21M05D28-R137.1.BR Installed .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} : COMODO Antivirus Defender Tamper Protection : Disabled Defender Service Status : Manual 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 Device has KMS Enabled : No KMS Auto Renewal (hook) : No -------------------------------------------------------------------------------------------------------------------
Making the gui size slightly larger helped as the fonts could sort of auto fit better. Was a calculated guess and careful selection of font types if needed. Thanks for letting me know it works ok on 2k resolution.
Ah just saw, as im on phone to view i had to zoom and move about to see the text was cut off. Will fix that in the morning.
It is always a issue when a screen is above 100% scaling, i know a lot of programs can have odd effects with scaling. I also noticed the g y letters get the bottom bit chopped in the result boxes at times. I will try my best to mitigate most of the size issues, but cant guarantee it.
I always do this (now it automatic via cmd script) but did it before on my 17 inch laptop too. 115-120 its fine, no need more than that Code: >nul 2>&1 REG ADD "HKCU\Control Panel\Desktop" /f /v LogPixels /t REG_DWORD /d 00000115 >nul 2>&1 REG ADD "HKCU\Control Panel\Desktop" /f /v Win8DpiScaling /t REG_DWORD /d 00000001
My laptop resolution is 1920x1080 but at 100% i cant read it even with glasses on, so i adjust to 125% scaling which is just right for my old eyes. 150% looks very odd so the 125 is max i use, will try 115% via that reg tweak.
My laptop is a Clevo/CyberPower W230SS with 13.3" screen at 1920x1080 - it supposed to of been a gaming laptop, but with the noise the fan makes when doing any work gaming would not be pleasurable audio wise
Adjusted the text on the Miscellaneous tab so it should fit better as shortened the line. Will upload the new test exe soon.