1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    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.


     
  2. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    144
    67
    10
  3. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    368
    144
    10
    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,
     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    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.

     
  5. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    368
    144
    10
    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
     
  6. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,734
    240
    @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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. boyonthebus

    boyonthebus MDL Expert

    Sep 16, 2018
    1,168
    753
    60
    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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    368
    144
    10
    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
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,306
    450
    #13189 Enthousiast, Nov 9, 2019
    Last edited: Nov 9, 2019
    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?
     
  10. boyonthebus

    boyonthebus MDL Expert

    Sep 16, 2018
    1,168
    753
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. boyonthebus

    boyonthebus MDL Expert

    Sep 16, 2018
    1,168
    753
    60
    good question. I am checking it out.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,306
    450
    But still the question about what to gain when doing that?
     
  13. boyonthebus

    boyonthebus MDL Expert

    Sep 16, 2018
    1,168
    753
    60
    #13194 boyonthebus, Nov 9, 2019
    Last edited: Nov 9, 2019
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,306
    450
  15. boyonthebus

    boyonthebus MDL Expert

    Sep 16, 2018
    1,168
    753
    60
    I can try. Be right back.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. boyonthebus

    boyonthebus MDL Expert

    Sep 16, 2018
    1,168
    753
    60
    No, you can not.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,306
    450
    Then there is no real gain, if mounting 2 indexes of the same image parallel would already have a gain.
     
  18. boyonthebus

    boyonthebus MDL Expert

    Sep 16, 2018
    1,168
    753
    60
    Exactly. Not being able to do that poses no gain.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. Rr0

    Rr0 MDL Member

    Jul 8, 2017
    151
    14
    10
    Just out of curiosity: what changed after 1803? I suspect something major?