1. iskakfatoni

    iskakfatoni MDL Novice

    Mar 19, 2010
    13
    1
    0
    Thank you very much. Is there any solution about dot net 6 for Windows 7? I've missing its file too
     
  2. Tested & Working Boss .
     
  3. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    For this package, we have to wait for @MSMG to launch the update.
    At the moment, what you can do is put the last NET5 pack inside the NET6 folder and rename to NET6.
     
  4. #21784 Deleted member 1385001, Dec 8, 2021
    Last edited by a moderator: Dec 8, 2021
    Created AIO win10 Current Installed Online OS packages Removal Script. working great at my side from 10586 till latest 1904x but the way MSMG toolkit removes leftovers too is awesome . still recommend users not to use my packages removal script but to Use MSMG toolkit on offline Image which does the job flawlessly.
     
  5. dead0

    dead0 MDL Junior Member

    Jan 15, 2010
    68
    17
    0
    if anyone uses defender application guard in w10 enterprise ltsc 2021, removing remotedesktopclient & remotedesktopserver will break it
     
  6. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    @MSMG,
    Someone had reported a bug from the InboxApps AppLicense.
    Microsoft Default Inbox Apps .xml files are missing...

    Please copy the missing files to <Packs\Apps\w10> folder...

    This will occur for anyone who has never downloaded the licenses or already deleted them from the .\Packs\Apps\w81 folder, .\Packs\Apps\w10 or .\Packs\Apps\w11.

    In order to be able to integrate the Inbox Apps, simply delete the following block of the toolkit code,
    Code:
    if not exist "%Apps%\*.xml" (
       echo.Microsoft Default Inbox Apps .xml files are missing...
       echo.
       echo.Please copy the missing files to ^<Packs\Apps\%SelectedSourceOS%^> folder...
       echo.
       goto :Stop
    )
    
    or replace by the suggested below.
    Code:
    if not exist "%AppLicense%\*.xml" (
       echo.Microsoft Default Inbox Apps .xml License files are missing...
       echo.
       echo.Please copy the missing files to ^<Bin\AppLicense^> folder...
       echo.
       goto :Stop
    )
    
     
  7. iskakfatoni

    iskakfatoni MDL Novice

    Mar 19, 2010
    13
    1
    0
    Nice trick , thx you...
     
  8. iskakfatoni

    iskakfatoni MDL Novice

    Mar 19, 2010
    13
    1
    0
    But it's normal on other version (Windows 8.1)... But okey i'll try your solution...
     
  9. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    258
    152
    10
    #21791 正义羊, Dec 9, 2021
    Last edited: Dec 9, 2021
    @MSMG , In toolkit 12.0 between lines 18163 and 18175:
    Code:
    echo.-------------------------------------------------------------------------------
    echo.####Starting Remove Windows Apps Using Apps List###############################
    echo.-------------------------------------------------------------------------------
    echo.
    echo.
    echo.    映像文件名称             :Install.wim
    echo.    映像索引                 :%ImageIndexNo%
    echo.    映像体系结构             :%ImageArchitecture%
    echo.    映像版本                 :%ImageVersion%.%ImageServicePackBuild%.%ImageServicePackLevel%
    echo.
    echo.-------------------------------------------------------------------------------
    echo.####Removing Windows Apps Using Apps List######################################
    echo.-------------------------------------------------------------------------------
    It should be like:
    Code:
    echo.-------------------------------------------------------------------------------
    echo.####Starting Remove Windows Apps Using Apps List###############################
    echo.-------------------------------------------------------------------------------
    echo.
    echo.    映像文件名称             :Install.wim
    echo.    映像索引                 :%ImageIndexNo%
    echo.    映像体系结构             :%ImageArchitecture%
    echo.    映像版本                 :%ImageVersion%.%ImageServicePackBuild%.%ImageServicePackLevel%
    echo.
    echo.-------------------------------------------------------------------------------
    echo.####Removing Windows Apps Using Apps List######################################
    echo.-------------------------------------------------------------------------------
    Pay attention under line "echo.####Starting Remove Windows Apps Using Apps List###############################".

    It has an extra line of white space that shouldn't exist
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    Hoping you can solve.

    Yes, your Windows 8.1 files are allocated elsewhere in HD.
    It is very likely that there are windows 7 files that you are working, corrupted or in some HD area that has a problem. Check the hash from your official ISOS.
     
  11. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,857
    1,520
    60
    Offline commands:

    capability.cmd
    Code:
    @echo off
    
    set mountdir=C:\mount
    
    setlocal EnableExtensions EnableDelayedExpansion
    
    for %%c in (
       DirectX.Configuration.Database~~~~0.0.1.0
       Hello.Face.18967~~~~0.0.1.0
       Hello.Face.Migration.18967~~~~0.0.1.0
       Language.Handwriting~~~en-US~0.0.1.0
       Language.OCR~~~en-US~0.0.1.0
       Language.Speech~~~en-US~0.0.1.0
       Language.TextToSpeech~~~en-US~0.0.1.0
       Language.Basic~~~en-US~0.0.1.0
       MathRecognizer~~~~0.0.1.0
       OneCoreUAP.OneSync~~~~0.0.1.0
       OpenSSH.Client~~~~0.0.1.0
       Print.Fax.Scan~~~~0.0.1.0
       Print.Management.Console~~~~0.0.1.0
       Windows.Client.ShellComponents~~~~0.0.1.0
    ) do (
       dism /image:%mountdir% /remove-capability /CapabilityName:%%c
    )
       dism /image:%mountdir% /get-capabilities /format:table | find "Installed" | more
    )
       pause
    
    features.cmd
    Code:
    @echo off
    
    set mountdir=C:\mount
    
    setlocal EnableExtensions EnableDelayedExpansion
    
    for %%f in (
       LegacyComponents
       DirectPlay
    ) do (
       dism /image:%mountdir% /enable-feature /featurename:%%f
    )
    
    for %%f in (
       Printing-PrintToPDFServices-Features
       Printing-XPSServices-Features
       WCF-Services45
       WCF-TCP-PortSharing45
       MediaPlayback
       WindowsMediaPlayer
       SmbDirect
       Windows-Defender-Default-Definitions
       SearchEngine-Client-Package
       MSRDC-Infrastructure
       WorkFolders-Client
       Printing-Foundation-Features
       Printing-Foundation-InternetPrinting-Client
       MicrosoftWindowsPowerShellV2Root
       MicrosoftWindowsPowerShellV2
       NetFx4-AdvSrvs
       Internet-Explorer-Optional-amd64
    ) do (
       dism /image:%mountdir% /disable-feature /featurename:%%f
    )
       dism /image:%mountdir% /get-features /format:table | find "Enabled" | more
    )
       pause
    
    install_wim_tweak.cmd
    Code:
    @echo off
    
    cd /d "%~dp0"
    
    set mountdir=C:\mount
    
    setlocal EnableExtensions EnableDelayedExpansion
    
    for %%p in (
       Microsoft-Windows-FodMetadata-Package
       Microsoft-Windows-MediaPlayer-Package
    ) do (
       install_wim_tweak.exe /p %mountdir% /c %%p /r
    )
       pause
    )
       del SOFTWAREBKP
    
     
  12. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    665
    532
    30
    Does anyone know what shouldn't i delete in msmg toolkit to get snipping tool working?
     
  13. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    Should be without closing parentheses:
    Code:
    dism /image:%mountdir% /get-capabilities /format:table | find "Installed" | more
    pause
    

    Should be without closing parentheses:
    Code:
    dism /image:%mountdir% /get-features /format:table | find "Enabled" | more
    pause
    

    Should be without closing parentheses:
    Code:
    pause
    del SOFTWAREBKP
    

    I know that by being small scripts, this extra closure parentheses will not be problems, but may be, if they are used in the middle of a more complex code.

    Only closing the "do command block" should be with parentheses.

    Thnx for the very good contribution!
     
  14. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    665
    532
    30
    OK i think I found it it's called screen sketch
     
  15. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    382
    161
    10
    I think it's SnippingTool..!!
     
  16. solare

    solare MDL Novice

    Jul 15, 2020
    16
    0
    0
    Could you please provide the download link of MSMG again? It seems to have failed. Thank you very much!
     
  17. solare

    solare MDL Novice

    Jul 15, 2020
    16
    0
    0