1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,486
    210
    For removal get the image specified in the latest changelog.


     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,486
    210
    No You can't stop the components getting returned when updating the system, now with Windows 11 it has been become more complex.

    Only way is to patch the update package and update the system but it's very difficult.

     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,486
    210
    I haven't checked the IoT, if it doesn't contain the Teams or Chat then it will shed the light on it's removal.

     
  4. spriditis

    spriditis MDL Novice

    Mar 7, 2014
    33
    39
    0
    #20824 spriditis, Oct 14, 2021
    Last edited: Oct 14, 2021
    BugReport: Toolkit_v11.8.7z + Toolkit.cmd (2021-10-08)
    - in quite a few places pipe symbol was incorrectly escaped (^|), so it is passed as param to previous command (often errors are just hidden by >nul):
    Error: 87 DISM doesn't recognize the command-line option "|"

    For Example:
    %DISM% /Image:"%InstallMount%\%%i" /Get-FeatureInfo /FeatureName:NetFX3 ^| findstr /c:"State : Enable Pending" >nul
    %DISM% /Image:"%InstallMount%\%%i" /Get-FeatureInfo /FeatureName:NetFx3 ^| findstr /c:"State : Enabled" >nul
    %DISM% /Image:"%InstallMount%\%%i" /Get-DefaultAppAssociations ^| findstr /c:"file could not be" >nul
    %DISM% /Image:"%InstallMount%\%%i" /Get-DefaultAppAssociations ^| findstr "<" >> "%DefaultMetroAppsAssociationXML%"
    %DISM% /Image:"%InstallMount%\%%i" /Get-DefaultAppAssociations ^| findstr /c:"file could not be" >nul
    %DISM% /Format:Table /Image:"%InstallMount%" /Get-Packages ^| findstr /c:"GVLK-Package" >nul



    = those that aren't cmd in: FOR () or text => should not have ^..
     
  5. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    342
    476
    10
    There's no need for that. I believe you. I hope that my information is at least a little useful for you.
     
  6. kovadimka

    kovadimka MDL Novice

    Mar 19, 2020
    40
    12
    0
    @MSMG
    In windows x64, while integrating Default Inbox Apps, only x64 dependency apps (VCLibs, UI.Xaml and NET.Framework) are being installed, x86 dependency apps are getting missed, although they are present in the folder.
     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,486
    210
    Had fixed few things recently, will check with the below lines.

     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,486
    210
    For x64 apps x64 runtimes appx are enough.

    These are the default runtimes appx present in untouched x64 image

    Code:
    Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x64__8wekyb3d8bbwe
    Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x64__8wekyb3d8bbwe
    Microsoft.UI.Xaml.2.4_2.42007.9001.0_x64__8wekyb3d8bbwe
    Microsoft.VCLibs.140.00.UWPDesktop_14.0.29231.0_x64__8wekyb3d8bbwe
    Microsoft.VCLibs.140.00_14.0.29231.0_x64__8wekyb3d8bbwe
    

     
  9. robymetallaro

    robymetallaro MDL Junior Member

    Aug 17, 2016
    72
    2
    0
    Does MSMG ToolKit v11.8 work perfectly with windows 11 italy ? takes everything away ? also the defender ? can updates be made ? I'm sorry if I ask here, but I don't know the English language very well and even with the translator I can't understand the explanations very well, but can you please answer my questions ?
     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,486
    210
    Yes it works with multi-language ISO's and removes all the components specified in the menu or here including defender too.

    Yes you can update but the only issue is updating the system will restore most of the components except the Windows Apps.

     
  11. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    767
    616
    30
    @MSMG
    Thank you for letting me know. I shall check later this evening for updated Win32Calc files and new ToolKithelper and shall test with 19043.1288.
     
  12. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    342
    476
    10
  13. kovadimka

    kovadimka MDL Novice

    Mar 19, 2020
    40
    12
    0
    #20833 kovadimka, Oct 14, 2021
    Last edited: Oct 14, 2021
    In win11 ru-RU image with removed and re-integrated Microsoft.WindowsCalculator_8wekyb3d8bbwe the Calculator app doesn't start up. So it's not because of VCLibs x86, it's because of language resources missing?
     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,486
    210
    Make sure if you have added the necessary Calculator dependency appx.

    The latest Calculator app for Windows 11 is

    Code:
    Microsoft.WindowsCalculator_11.2109.9.0_neutral_~_8wekyb3d8bbwe.appx
    
    The dependency appx are

    Code:
      <Dependencies>
        <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.22000.0" MaxVersionTested="10.0.22000.0"/>
        <PackageDependency Name="Microsoft.UI.Xaml.2.6" MinVersion="2.62108.18004.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"/>
        <PackageDependency Name="Microsoft.NET.Native.Framework.2.2" MinVersion="2.2.27912.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"/>
        <PackageDependency Name="Microsoft.NET.Native.Runtime.2.2" MinVersion="2.2.28604.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"/>
        <PackageDependency Name="Microsoft.VCLibs.140.00" MinVersion="14.0.30035.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"/>
      </Dependencies>
    


     
  15. Randy Bobandy

    Randy Bobandy MDL Novice

    Mar 18, 2021
    40
    4
    0
    Question: someone who doesn't like all the Windows 10 glamour, apps that look as if designed for touch screen tablets,
    wants only bare bones OS, to be able to search from start menu bar and only receive installed apps or shortcuts to specific windows settings,
    and to use BitLocker with no hardware TPM, only password, still make system auto change wallpaper from given directory every xy minutes,
    play HEVC videos with gpu hw acceleration on installed by me player and codecs, install and use google chrome, atom NOT vscode,
    and WSL2, and play DirectX 11 games f.i. Civilization V might consider installing Windows IoT Enterprise or Windows Enterprise for Virtual Desktops as main daily driver operating system?
     
  16. kovadimka

    kovadimka MDL Novice

    Mar 19, 2020
    40
    12
    0
    #20839 kovadimka, Oct 14, 2021
    Last edited: Oct 14, 2021
    Is there a register tweak to disable Focus Assist including icon in the right part of the taskbar?
     
  17. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,642
    3,384
    60
    A beautiful reason to adopt the InPlace upgrade with images already prepared (customized), disable windows update and a great reason to keep the Manual Setup Component.