2019-11-08 14:52:31, Info CSI 000001bc [SR] Repairing corrupted file \??\C:\Windows\System32\\pwsso.dll from store - Here store is not the Windows Store but it's the Windows Component Store. Do provide the list of components you have removed to know what's the reason for the error.
Thank you. Then the configuration from the last message ... https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-660#post-1558968 Thanks in advance
hi there @MSMG, with the latest toolkit, would it be possible to speed up mount and dismount operations? or a future toolkit version? i'm guessing that dism is the mounter? so if say dism was ran more than one time so more than one image would be loaded at one time? or unloaded? literally running dism twice. is this a possibility? Majid thanks for msmg toolkit,
With each version I do include the latest version of DISM extracted from the Insiders ADK and I do think parallel DISM operations is not possible, just need to test.
hey again, would it also be possible to have in the msmg windo something that tells us what is happening when clean up opperations are in progress? currently it says performing cleanup opperations please wate..., then nuthing in the next version could it have the output like unloadeing image 1 0% 10% etc? like it does when loadeing windows editions for editing? it's more of a cosmetic change i'm requesting here, Majid
@MSMG Hi Master well I after doing the job using the Toolkit V9.5 and done the installation of the operating system in the Case Windows 10 (any version) I have by custom 1º make the backup of the registry and in the sequence install all the necessary drivers, I check in the Device Manager if everything is ok and still check as this the System Configuration and finally apply the tweaks so that the system is more "useable" both in aesthetics and in the general use of the system ; from the beginning of the constant use of the Toolkit I practically "know" the main registry keys and sub-keys in HKLM\Software and System so I could observe a lot of these keys mainly related to everything that refers to UWP applications so I ask it is safe to do a great cleaning by removing these keys and sub-keys "orphans" my intention is to leave the registry even more streamline is what I can try since in HKCR it is virtually impossible to change anything safely unfortunately so what do you think about it right now my thank you very much.
I run parallel DISM operations. For example, I can mount boot.wim along with install.wim. It is NOT possible to run two or more DISM operations on the same file, on two different ones, yes.
hi there, indeed, I ment launching dism twice not one dism process doing 2 or more things, so you could have one dism process doing one thing mounting image 1 as an example and another dism process mounting image 2. I hope this makes sence? would love it if it could be added in a future msmg toolkit version? Majid
It cleans up the sxs folder, compressing or deleting the superseded components. Afaik, dism can't show verbosely show what it exactly is doing when /startcomponentcleanup (/resetbase) is running. And when nothing is present that can be cleaned up, it will only show a start and instantly finish next, something to do with the api responding slowly. Code: =============================================================================== MSMG ToolKit - Cleanup Source Images with Component Cleanup & ResetBase =============================================================================== ------------------------------------------------------------------------------- ####Starting Cleaning Up Source Images with Component Cleanup & ResetBase###### ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- Performing [Boot.wim, Index : 1] Image Component Cleanup... ------------------------------------------------------------------------------- Deployment Image Servicing and Management tool Version: 10.0.18999.1 Image Version: 10.0.18362.418 [=========== 20.0% ] The operation completed successfully. ------------------------------------------------------------------------------- Performing [Boot.wim, Index : 2] Image Component Cleanup... ------------------------------------------------------------------------------- Deployment Image Servicing and Management tool Version: 10.0.18999.1 Image Version: 10.0.18362.418 [=========== 20.0% ] The operation completed successfully. ------------------------------------------------------------------------------- Performing [WinRe.wim, Index : 1] Image Component Cleanup... ------------------------------------------------------------------------------- Deployment Image Servicing and Management tool Version: 10.0.18999.1 Image Version: 10.0.18362.418 [=========== 20.0% ] The operation completed successfully. ------------------------------------------------------------------------------- Performing [Install.wim, Index : 1] Image Component Cleanup... ------------------------------------------------------------------------------- Deployment Image Servicing and Management tool Version: 10.0.18999.1 Image Version: 10.0.18363.418 [=========== 20.0% ] The operation completed successfully. ------------------------------------------------------------------------------- ####Finished Cleaning Up Source Images with Component Cleanup & ResetBase###### ------------------------------------------------------------------------------- =============================================================================== Press any key to continue . . . Can you show the code for that? What would be the use for this?
Then there is no real gain, if mounting 2 indexes of the same image parallel would already have a gain.