wow was stupid to change WUI mount drive to the root of a my F drive and it wiped everything on it...Data seems to be there, it shows the same "used space" but lost in space...I think I will cry
WHD-W7UI 5.1 - Readded SSU KB4490628 - SHA2 update KB4474419 will now be installed independently after SSU - Extended SSU KB4516655 will now be installed independently after SSU & SHA2 - To prevent accidental closing of cmd when finished, it's now required to Press 9 to exit. thanks to @garf02 for notifying
I forgot to mention that on clean live OS, KB4474419 needs a reboot to complete installation in that case, ESSU KB4516655 and Monthly Rollup will be skipped until the reboot therefore, you would need to run the script afterwards to install them
W10UI v7.2 Mount Directory will be always created as a subdirectory (even if it's already a subdirectory) @Thomas Dubreuil sorry for your loss
I forgot to update the version number in the script you can do it yourself or redownload, i updated the file and gathered changelog for versions
Thank you for these. KMS_VL_ALL worked fine for 2016 LTSB, 2019 LTSC, Office 2013 and Office 2016. Office 2016 also used the convert to volume. Will be testing it for Server 2019 and Server 2016 Essentials next. Perfect.
This means that the directories W10UImount and W10UImountre are not deleted from the systemdrive root at the process end. Instead of : Code: set "mountdir=%mountdir%\%rnd%" set "winremount=%winremount%\%rnd%" you could use : Code: set "mountdir=%mountdir%-%rnd%" set "winremount=%winremount%-%rnd%"
rem but F:- or F:\- would not be valid set/a rnd=27100 md F:-27100 dir /b f: -27100 rd F:-27100 md F:\-27100 dir /b f: -27100 rd F:\-27100 dir /b f:
W10UI v7.3 - Enhanced Mount and Extraction Directories processing (thanks to @rpo for the suggestion)