It should do, as now i only remove the D3D variable's result when win10 is detected. So much has been happening recently i forgot to add that to my notes to put in the changelog, it was one of the very first changes i made when it was mentioned that it was not showing on v99.0. As can be seen by the code snippet below if it not win10 then to show all scores if the WinSATAssessment variable is 'true' -- when there are valid scores to display such as if WinSat has been ran and the values are detectable. Code: IF /I "%RunWinSat%"=="Yes" IF /I "%WinSATAssessmentState%"=="1" ( SET "ShowWinSat=CPU: %CPUScore% ^| RAM: %MemoryScore% ^| D3D Gaming: %D3DScore% ^| Graphics: %GraphicsScore% ^| Primary Disk: %DiskScore% ^| Base Rating: %WinSPRLevel%" IF /I "%Only10%"=="1" SET "ShowWinSat=CPU: %CPUScore% ^| RAM: %MemoryScore% ^| Graphics: %GraphicsScore% ^| Primary Disk: %DiskScore% ^| Base Rating: %WinSPRLevel%" )
As you can see MRP 118 is at BC1 (Baseline Candidate) stage. Once it has passed my scrutiny and I cannot see/find any showstopper bugs etc, then later this evening, (After 7pm GMT), it will finally be released.
MRP v118.0 has been uploaded, 2nd post's download link, password and hashes updated. Spoiler: MRP 118 Summary + Fixed a small oversight in which when on 19h1+ the Cortana icon was still showing on the taskbar when the option to 'Block Cortana' was used, even though clicking it nothing happened. The icon is now correctly hidden when the option is now set to Yes. + The disable Defender tweak has been hardened to make sure that it is disabled and stays that way. Note that a OS Upgrade 'over the top' or a possible Cumulative Update may attempt to re-enable it. + Added three new 'General OS' options: 1} 'Always Show Menus' basically displays 'File|Edit|View' etc at the top of any folder opened in Explorer for easy access to them. This is for all supported OS's. 2} 'Show Hidden files/folders' this should show all folders and files that are 'Hidden' such as "<BootDrive>:\ProgramData" folder etc. It may not show any 'Super Hidden' items. 3} 'Shortcut Arrow Design' this allows you to choose from 'No Arrows', 'Classic/Small', 'Large' and 'OS Default' that last one is used if nothing is selected or other error. This is experimental and may not always perform correctly as it depends on the OS and any later Windows Updates which could alter certain internal registry entries used. Please note that 'Large' is VERY large it almost takes over all the icon it is on! + Added new Windows 10 {RS5+} option: Use the 'PrtScn' keyboard button to initialize the OS's 'Snipping Tool' App. If you have disabled or removed the Snipping Tool then this will have no effect. + Updated the Creator {v23} for the above new options and other changes as follows: a} There is a slight redesign on the first 'General' tab there is now a button to click to show any User entered data for the Drive and Model names etc which is now shown in a separate popup window. b} If you now load a previous 'MRPConfig.ini' file if it is next to the program, then when saving, it will now save in the same location as the original loaded config '.ini' - it will automatically OVERWRITE the original configuration '.ini' file, however you can change the location on the 'save' requester window, if required, so not to overwrite the old config file. c} If the screen/display resolution is less than '1024 x 768' the Creator program will show a popup message stating that the program cannot work in less than the required resolution shown and will exit. + Enhanced the MSDM key and MSDM Brand name routine to hopefully be more acurate and less failures to obtain the name etc. Used four methods to obtain the data required, if it is available. + Added information about the installed OS's Edition 'Type': 1} 'Created Virtually' = Basically those not usually found in any original M$oft Consumer/Business ISO/ESD -- unless you 'create' that specific Edition. 2} 'General' = Normally available Edition not created by the User. 3} Other Types include 'HoloLens', 'China Related/Government', 'Teams' etc. + Wintel.cmd has had a little update too with some new tweaks.