Installation Type : N/A -- should of been 'Server' , maybe that registry entry isn't present on Server 2008 ? Current Keyboard Language : {66567} -- I am looking into why it not showing the name, but the numeric value is not in the database m$ gave, so i just show the value anyway to help decipher, probably en-US or de-DE in your case? Sadly quite a lot of WMI/registry information isn't available on 6.0 kernels and no other methods that are reliable can be made to retrieve the data. VBox like some VM Hypervisors not have info 'configured' out the box and so a lot is missing, like the DMI section etc.
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
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)"
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.
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.
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.
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 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.
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.
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.
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.