I redesigned the layout to make it easier to add anything new as time goes by. Plus it does look clearer with section headers and the data within better presented. A few little things i still need to move on to separate lines but for now and just rearranging what you see now took quite a few hours to do as there is two reports, one for GUI and the 2nd for the saved one.
@mxman2k, this QT is EXCELLENT, and I really like the NEW layout of the window and the saved report... Good Job...
MRP 104.0 will be done soon. usually a sign when a QT is released as i work on both in tandem. No new layout for MRP yet, maybe one day.
Took a break from MRP code today, instead updated the next QT v79 code Made quite a few changes internally which makes things easier for me to keep on top of. Added some new information which may or may not show depending on hardware results in the following areas so far: Motherboard Boot Drive BIOS
Quite a few parts will show under a VM if the data is available. Known missing/odd results on VM installations: CPU L2/L3 cache - on a VM it usually just returns 0 {zero} so if that the case the line(s) won't show. Missing extended memory information for slots etc - this is because if the data is returned invalid it tends to crash the routines used, so made the decision to ignore certain parts under a VM or certain older OS's. Motherboard information is a bit strange, unless you set the data up in the VM's configuration. BIOS information may look a bit strange too - depends on what is found. Have filtered most erroneous results out. The KMS information will show if that was used for Office/Windows. If 'Customized {0}' is shown for the 'VL Activation Type' that could mean a customized version of KMS was used. I can't explain that here.
@mxman2k I haven't done a Win7x64 install for some time but just have to do a fresh install on a new SSD and using PremiumExperience_M102.0BL_Compiled_27th_Oct_2018 (did't came to check for new version), I had the following problem: All was running fine, untill the screen: TITLE Master Add-On Module in progress... DO NOT CLOSE THIS WINDOW...., then installation remained there for more than 30 minutes (no activity on HD led) and I had to close the window, then install finished but some settings in MRPConfig.ini weren't applied (made with MRPConfigCreator and untouched/unchanged) and WinTel.cmd wasn't run, tried twice (using same Win7x64 image updated with Simplix Pack to Dic/2017 I allways use since then) and same thing, install allways blocks on same place and do not apply some settings, attached bout logs and another file with incomplete parts (compared with a good Win10x64 install on another partition). taviruni
That glitch was fixed in 103. On windows 7 for some reason the Wifi detection routine 'hung', but it only did on some computers, that routine is now disabled. From Changelog in v103.0: Fixed the issue with the log/project aborting on OS's below 8.1 kernels due to the WiFi routine giving invalid results, it was not used within MRP anymore to check if there was an adaptor present so it has been disabled for all OS's for the time being.
Does this tool can prevent Win 10 Pro from installing apps like OneNote, My Office, Microsoft Solitaire Collection, Weather etc. ?
MRP 104 Baseline will be released shortly, just doing last minute checks... Plus writing up the change log etc.
That time has arrived!! - a bumper release, two in one MRP v104.0 Baseline has been uploaded, 2nd post download link, password and hashes updated. QTv79.0 has been also uploaded, 2nd post download link, password and hashes updated too. Spoiler: MRP104 ChangeLog Summary + Added new Advanced option under General Tab: Transfer majority of tweaks/options to any new user created later. This is experimental and may not always perform the actions as expected, however most will be transferred. + Prevent OneDrive installing has been extended to also prevent it from installing on any new users created later, plus removes the redundant shortcut from the new user Start Menu too. + New option for Build 18282 (Insider) onward only for the moment - Set 'Windows Mode' to Dark Theme. If Microsoft keeps this in for 19H1 public release then i will change the wording accordingly. + New Icons added to the projects EXE files, also the Query Tool has a new icon. + Updated MRPCreator to v8.0 with the option additions. + Some code optimizing here and there. + Reduced a single routine's code from 93 lines down to just one line, which makes it very efficient. + Some rewording. Spoiler: Query Tool 79.0 Changelog Summary + Added new clearer Locale details. Uses latest Microsoft's Locale database information. + Added 'Last Boot' time/date. + Added 'Device Role' - such as Standalone Workstation, Server etc. + Added 'CPU Cache' information (if available) for L2/L3. + If using Primary BIOS chip - this is more for those with switchable bios's. + Motherboard Maker (if present), Version/Revision and Security Status, this last one is usually None or Unknown, it depends what the results give back, if the board has some specialized features etc. + If KMS or other VL activation method is used for Windows activation you will now see the method ie KMS, Active Directory etc also the activation time interval and renewal internal. They are usually shown as 120 mins, 7 days (10080 Mins) but may change to reflect any changes you altered within the KMS emulator's parameters. + If MS Office is installed and using KMS you may also see the reactivation time information. + Minor update to internal structure and reduction of duplicated code within sections. Note: Not all results will be shown, as it depends on the OS, Hardware or if a Virtual Machine is being used. Some results may look strange, it is what is returned by the OS calls.
The joys of Lenovo Version/Revision - [Not] <-- i believe that should say 'Not Defined' as i only check for the first 'word' so anything after a space is ignored. Tweaked that now so it says 'Not Defined' ------------ Adaptor(s) RAM Total - -1024 MB for 1 video adapter, {May not be accurate} <-- not sure where the extra ' - ' came from unless the result was a minus number meaning is set to take up to 1GB of system ram for the graphics being that it is a mobile (Notebook) device. ------------ Windows VL Key Management - Yes <-- this is only triggered if KMS/VL/Active Directory etc is in use. Then once triggered the QT does the VL type and times checking. VL Activation Type - Unknown/Custom Activation Interval Time - 0 days / 0 minutes It may of picked up the KMS from MS Office, but in our testing it separated them, so i am guessing WMIC results got a bit confused because the KMS emulation in use. I only display what the results give so it may just be a cosmetic glitch, because if the OS was w10 with HWID and KMS'd MS Office the results are more defined. There again Windows 7 does throw some weird results to WMIC anyway.
Not at moment, sadly. I am planning a version that will do the theme changes etc on a installed OS but it will be a while yet til that is ready.