Query Tool v75.0 will be released soon as just finalizing the last bits of code and removing debug data.
Query Tool v75.0 has been uploaded and 2nd post download link, password and hashes updated. Spoiler: QT Summary + Fixed reported glitches (hopefully!) + Minor cosmetic changes here and there within the code. + If MS Office detected the reports will show the version such as 2010, 2013 etc also the activation state of the product. If no Office detected the line will not show. This is experimental and may have not always detect the correct details or even if MS Office is installed. + Code tidy up. + The QTLog.log file will now only delete once the GUI is closed, while the GUI is on the screen you can access the QTLog file. If the QT crashes the Log will still be present, it will be auto deleted on the next run of the QT. - Removed RS5's October Release information due to the current build having problems, so it will say just 1 for the time being on the UBR part. MRP is still at RC4 stage as not much time today due to work commitments.
# :NoShortCutSuffix - Setting to Yes removes the '-shortcut' end part added to icons, No {Default} leave '-shortcut' reference present. :NoShortCutSuffix=Yes # Windows 10 RS3 onward Only # Remove People icon from the Taskbar. Yes to remove the icon, or No {default} to leave it present. # If you set to Yes, {to remove the icon}, then a Log-Out maybe required after setup has completed to make this tweak work. # This does not uninstall the People App. :RemovePeopleBand=Yes Today, this does not work on RS5, yesterday on another notebook
hmm interesting - looks like something within the setupcomplete.cmd has deleted the rest of the MRP files Check the setupcomplete.cmd for any del scripts\*.* or RD scripts /s type lines as they will auto delete the whole scripts folder! It is not a fault of MRP but the what is at the end of the setupcomplete.cmd - hence why it says in the log it is beyond the control of MRP. [SCDET] Note: SetupComplete was detected. [NOTES] This file is system ran beyond MRP's control. <------------------
as i not know the setupcomplete.cmd used (no need to post it here!), usually the deletion lines are at the very bottom. something like DEL "%WinDir%\Setup\Scripts\*.*" /F /Q and/or RD /S /Q "%WinDir%\Setup\Scripts" it could use C:\Windows\Setup\Scripts it all depends on the code writer.
that would only delete the script it is at the end of Something was deleting/clearing the scripts folder itself during the reboot stage. It not in MRP as that will only clean up the scripts folder once everything has completed.
Prefer to do the cleanup from a file that isn't in the folder i want to purge, this avoids issues. In that case i need to terminate the delete script .
the cleanup file is ran from runonce reg entry so it not interfere with any other 3rd party scripts as the clean up only done once a reboot/sign out cycle has been done. just thought the setupcomplete.cmd that caused the mrp deletion may have a 'shutdown /r' type command in which would initialize the cleanup script too early. so many factors...
as it a 3rd party script/program etc i can only give limited support as it beyond the project's control.