1. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Are you starting the toolki with start.cmd?
    You have checked that the storage space is sufficient.
    I was having a similar problem with only 10gb of free space.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    768
    560
    30
    I've tested the toolkit on latest public build 19042.867, both x86 and x64, all OK including deployment.

    Cheers.
     
  3. prozinhubr

    prozinhubr MDL Novice

    Dec 12, 2014
    40
    9
    0
    #18703 prozinhubr, Mar 11, 2021
    Last edited: Mar 11, 2021
    nvm
     
  4. Thvle

    Thvle MDL Senior Member

    Oct 7, 2012
    254
    58
    10
    Hello, I removed dge, IE, etc, and when I update Windows it reinstalls Edge. Can this be avoided? Thanks.
     
  5. niche99

    niche99 MDL Junior Member

    Oct 5, 2009
    79
    14
    0
    Thanks for replying.
    Yes I use the start.cmd to launch the toolkit.
    I start with 30GB free space so I think that should be enough?
     
  6. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Nice!

    Are you using the toolkit with a short folder structure?
    So... Like:
    C:\Toolkit (no version, etc.)

    If it is not something like that, we have to wait that MSMG can answer.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Mount the Image
    Code:
    Dism /Mount-Image /ImageFile:<ImageFile> /Index:<Image-Index> /MountDir:<Mount-Folder>
    
    Get the package list
    Code:
    DIR/B "<Mount-Folder>\Windows\Servicing\Packages\*.mum" | findstr /v "en-US"
    
    Mount the Image Registry
    Code:
    REG LOAD HKLM\TK_SOFTWARE "<Mount-Folder>\windows\system32\config\SOFTWARE"
    
    Call the UnHidePackage function from my previous post
    Code:
    CALL :UnHidePackage "<Package-Name>"
    
    Un-mount the Image Registry
    Code:
    REG UNLOAD HKLM\TK_SOFTWARE
    
    Remove the Package
    Code:
    Dism /Image:<Mount-Folder> /Remove-Package /PackageName:<Package-Name>
    
    Un-Mount the Image
    Code:
    Dism /Unmount-Image /MountDir:<Mount-Folder> /Discard
    
     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Do follow the steps specified in the readme.txt for proper working of the Toolkit.

    19043.844 is not supported, from next version 19043 component will be supported with .867 CU, do use it.

    Not it's not supported, Please do use next version and

     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Yes it's fixed now, do wait for the next version.

     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    You need to do the integration before removal.

     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    1) Do use the standard tool

    CHKDSK /F

    2) To remove the files use NSudo or boot from WinPE image and remove the files.

    3) Use Any HDD health checking software to know if the Drive is OK.

     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    If there are no browsers then the Edge becomes the default one.

     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Currently not supported.

     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Sort of Yes but it will keep the old installation files too.

    You better use UUP image and don't use the Perform Image Cleanup menu as it causes a ghost SFC error which gets fixed once the SFC /SCANNOW is performed.

    Yes you can download and use free Apps from Store.

     
  15. niche99

    niche99 MDL Junior Member

    Oct 5, 2009
    79
    14
    0
    I use D:\MSMG as the root of the toolkit.
    Hopefully MSMG can solve the error.
     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Now the Store and Xbox have been split into back-end and front-end components, removing the below components will remove complete Store feature.

    • WindowsStoreApp
    • StorePurchaseApp
    • ServicesStoreEngagement
    • WindowsStoreClient

    Removing just these components, you will get a build like the LTSC with Store back-end for installing DCH drivers.

    • WindowsStoreApp
    • StorePurchaseApp
    • ServicesStoreEngagement


     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    These are filesystem access privileges as shown within 7-zip but may be displayed differently in other Windows tools.

     
  18. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    It's for all Windows 10 editions or builds.

     
  19. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    No now the Toolkit extracts the SSU and CU from MSU and integrates them properly, do wait for the next release.