Notice this? Code: CPU Name - Intel{R} Core{TM} i3 CPU M 380 @ 2.53GHz {x1} The spacings between CPU and M 380?
that's how the information is returned i only check for ( ) and convert to { } to prevent a crash of Echo command.
When i decided to add the tweaks and 'features' i wasn't sure how people would react or even if they would be used much. It seems quite a lot of the options are used. I research to see what tweaks can be safely used and pick the best ones to add as it can be a challenge to fit everything in and to make sure one tweak not affect another, as the phone + advert block did, but with a bit of thought that was sorted. I am taking a bit of a break. The QT will be updated shortly as testing the 'extra spaces in some results' removal routine like the CPU name etc. Also a revamped .Net 4.7.x routine - which is in the latest MRP not that you will see it.
Hmmm about extra spaces... I think you should check Drive label option too because every time I set it up after Windows installation there is always one space at the end of the partition/disc name.
The drive label if set should not contain any extra spaces I know MRP does not add any at the end. Well it shouldn't is using the auto rename or if no name is set - unless Windows adds it.
Have rechecked the code that does the drive label and i have added a little tweak to remove any leading and trailing spaces. Hopefully that should fix that. so ' my drive label ' would become 'my drive label' the ' ' are just to show the spaces in this example.
Better explanation: Code: Original: [ Extra spaces at begining, within and at the end removal ] FixedVer: [Extra spaces at begining, within and at the end removal] As you can see it removes the leading, trailing and most within! Just enhanced it to do the 'within' bit, sometimes it can get it a bit wrong but 98% it works. Code: Original: [ Extra spaces at begining , within and at the end removal ] FixedVer: [Extra spaces at begining , within and at the end removal] The area it gets a bit wrong is where the , (comma) has spaces around it. Cosmetic and almost impossible to sort that.