1. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
    There's no need for that. I believe you. I hope that my information is at least a little useful for you.
     
  2. 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.
     
  3. MSMG

    MSMG MDL Developer

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

     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    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
    

     
  5. 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 ?
     
  6. MSMG

    MSMG MDL Developer

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

     
  7. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    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.
     
  8. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
  9. kovadimka

    kovadimka MDL Novice

    Mar 19, 2020
    40
    12
    0
    #20809 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?
     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    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>
    


     
  11. 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?
     
  12. kovadimka

    kovadimka MDL Novice

    Mar 19, 2020
    40
    12
    0
    #20815 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?
     
  13. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Titanos

    Titanos MDL Novice

    Dec 11, 2019
    31
    28
    0
    Check if those reg files contains references to "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet" .
    Replace "CurrentControlSet" with "ControlSet001".


    @MSMG
    It should be a Warning on 1st page about this.
     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    When the Toolkit imports the registry from registry file, it will convert all the registry hives to Toolkit compatible format including HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet

     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210