Great Cheers :)
     
  1. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    363
    10
    In fact, Windows-19 been with us a far long time.
    Calling 911 for MSMG vaccine v11.9.
    :)
    (At least for Server 2022 LTSC to try).
     
  2. geese howard

    geese howard MDL Member

    Aug 18, 2009
    112
    15
    10
    I´ve removed Windows defender from w11 using MSMG, however it still quarantined suspicious files...what i´m did wrong?
     
  3. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,613
    270
    yep,no problems here, because I use the LTSC 2019 version so I'm quiet until 2029 i.e. if M$FT doesn't change the rules of the game...;):D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. dany0071199661

    dany0071199661 MDL Member

    Oct 5, 2021
    136
    20
    10
    #21085 dany0071199661, Nov 1, 2021
    Last edited: Nov 2, 2021
    any tool to showing which updates can be integrated into windows 11 iso ? i mean windows 11 22.000.194 version thx
    i want integrated into iso updates

    i put toolkit on C drive
    i go remove component then after choose what not want i press 2
    i see toolkithelper.exe error
    invalid
    why it showing and whats wrong ?
    i have install.wim on DVD folder
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. gdeliana

    gdeliana MDL Senior Member

    Oct 2, 2010
    365
    429
    10
    Gaming???
    Adobe???
    Microsoft paying them to make those apps exclusives to windows???
    But lutris has made good progress and wine for linux as well. Hang a bit more and maybe we will say once and for all farewell to Microsoft :)
    Ok me i C# ... that is the only good thing they made, and thanks god there is mono :D
     
  6. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    363
    10
    @gdeliana
    Almost here.
    Sadly, not yet (not succeeded for tens years).
    If we summarize what we have, it looks like this. At least, they sticked together very close.
    Same as Firefox depends on cash injections from Google. Wow. Lets think about our days: Firefox. depends. on. Google.

    And Microsoft paying to Linux Foundation also as Platinum investor (because M$ is scared now).
    I blessing your words.

    Can't wait to try "Manjaro" (my first time Linux installation).
     
  7. gdeliana

    gdeliana MDL Senior Member

    Oct 2, 2010
    365
    429
    10
    I would pay Microsoft 200$ for a lifetime license of Windows officially debloated .. ability to open Win32 apps + kernel + hw support + Directx ... yes that is all what i want.
     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    The Toolkit's primary download MEGA account was terminated and so all packs are gone.

    1) For Server 2022 these packs can be applied

    Apps
    DaRT
    DirectX9c
    Games
    NET5
    PowerShell7
    Skins
    VCRuntime

    Multimedia Restricted Codecs Pack (No Client edition present for 20348).

    2) Template list for Package removal?

    3) The issue is not yet resolved, been busy with other issues here, will soon identify the cause for that error.

     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Yes checked it will remove it.

     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    1) Specify the source image CU version.
    2) Removed components will be returned upon using Windows Updates.


     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Have upload these updated custom packs.

    Microsoft .NET Framework 4.8 Pack (Windows 7/Server 2008 R2) with .NET 4.8 KB5007149 (4.8.4450.1)
    Microsoft .NET 5 Desktop Runtime Pack (Windows 10) with Microsoft .NET 5 Desktop 5.0.11 Runtime.
    Microsoft DaRT Pack with Windows 11 v21H2 (v10.0.22000.194) Debug Tools.
    Microsoft Windows PowerShell 7 Pack (Windows 10) with PowerShell 7.1.5 Runtime.
    Microsoft Visual C++ Runtime Pack (Windows 7/Windows 8.1) for MSMG Toolkit with VC++ 2022 v14.30.30704.0 Runtime.

    Microsoft .NET 5 Desktop Runtime & Microsoft Windows PowerShell 7 Pack (Windows 10) can also be used for Windows 11 just rename the pack file to as

    NET5_w10.tpk to NET5_w11.tpk
    NET5_w10_x64.reg to NET5_w11_x64.reg

    PowerShell7_w10.tpk to PowerShell7_w11.tpk
    PowerShell7_w10_x64.reg to PowerShell7_w11_x64.reg

    If you get any errors using it with W11 do report me will create a separate pack for it.
     
  12. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    162
    75
    10
    Will it be fixed soon?
    Thanks in advance.
     
  13. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    @MSMG,

    This endlocal does not need params.
    from
    Code:
    endlocal EnableExtensions EnableDelayedExpansion
    
    to
    Code:
    endlocal
    
    You only modified on the part of the integration for all inboxapps, missed modify in that part.
    from
    Code:
    if "%InboxApp%" equ "ScreenSketch" if "%SelectedSourceOS%" equ "w11" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Snip and Sketch", "%ScreenSketch_Appx%", "%UIXaml26_Appx% %VCLibs14_Appx%", "%ScreenSketch_License%"
    
    to
    Code:
    if "%InboxApp%" equ "ScreenSketch" if "%SelectedSourceOS%" equ "w11" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Snipping Tool", "%ScreenSketch_Appx%", "%UIXaml26_Appx% %VCLibs14_Appx%", "%ScreenSketch_License%"
    You left a "pause" in the code I suppose it was for testing, on the part of ConvertReg.ps1.
    Code:
    PowerShell -Executionpolicy Bypass -File "%Bin%\ConvertReg.ps1" "%CustomRegistry%" "%Temp%\CustomRegistry"
    echo.
    echo.-------------------------------------------------------------------------------
    echo.####Importing Custom Registry Settings from Registry File######################
    echo.-------------------------------------------------------------------------------
    pause
    for /l %%i in (1, 1, %ImageCount%) do (
    .
    .
    .
    
    Remember to review and place fixed "ConvertReg.ps1" in the package Bin folder.

    all from
    Code:
    v21H2/v22H2
    
    to
    Code:
    v21H2/v22H1
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    363
    10
    @MSMG
    Yes. There are no ANY template in ...\Bin\Lists\ for ..._W10_10.0.20348
    I want it all, as usual. Please.
     
  15. heller390

    heller390 MDL Novice

    Jun 20, 2020
    21
    1
    0
  16. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
    #21099 graver.x, Nov 3, 2021
    Last edited: Nov 3, 2021
    MSMG,
    can these drivers be added to one of the lists?
    Code:
    ; Wifi-Drivers-FOD
    Microsoft-Windows-Wifi-Client-Broadcom-Bcmpciedhd63-FOD-Package~31bf3856ad364e35~amd64
    Microsoft-Windows-Wifi-Client-Broadcom-Bcmwl63a-FOD-Package~31bf3856ad364e35~amd64
    Microsoft-Windows-Wifi-Client-Broadcom-Bcmwl63al-FOD-Package~31bf3856ad364e35~amd64
    Microsoft-Windows-Wifi-Client-Intel-Netwbw02-FOD-Package~31bf3856ad364e35~amd64
    Microsoft-Windows-Wifi-Client-Intel-Netwew00-FOD-Package~31bf3856ad364e35~amd64
    Microsoft-Windows-Wifi-Client-Intel-Netwew01-FOD-Package~31bf3856ad364e35~amd64
    Microsoft-Windows-Wifi-Client-Intel-Netwlv64-FOD-Package~31bf3856ad364e35~amd64
    Microsoft-Windows-Wifi-Client-Intel-Netwns64-FOD-Package~31bf3856ad364e35~amd64
    Microsoft-Windows-Wifi-Client-Intel-Netwsw00-FOD-Package~31bf3856ad364e35~amd64
    Microsoft-Windows-Wifi-Client-Intel-Netwtw02-FOD-Package~31bf3856ad364e35~amd64
    Microsoft-Windows-Wifi-Client-Intel-Netwtw04-FOD-Package~31bf3856ad364e35~amd64
    Microsoft-Windows-Wifi-Client-Intel-Netwtw06-FOD-Package~31bf3856ad364e35~amd64
    Microsoft-Windows-Wifi-Client-Intel-Netwtw08-FOD-Package~31bf3856ad364e35~amd64
    Microsoft-Windows-Wifi-Client-Marvel-Mrvlpcie8897-FOD-Package~31bf3856ad364e35~amd64
    Microsoft-Windows-Wifi-Client-Qualcomm-Athw8x-FOD-Package~31bf3856ad364e35~amd64
    Microsoft-Windows-Wifi-Client-Qualcomm-Athwnx-FOD-Package~31bf3856ad364e35~amd64
    Microsoft-Windows-Wifi-Client-Qualcomm-Qcamain10x64-FOD-Package~31bf3856ad364e35~amd64
    Microsoft-Windows-Wifi-Client-Ralink-Netr28x-FOD-Package~31bf3856ad364e35~amd64
    Microsoft-Windows-Wifi-Client-Realtek-Rtl8187se-FOD-Package~31bf3856ad364e35~amd64
    Microsoft-Windows-Wifi-Client-Realtek-Rtl8192se-FOD-Package~31bf3856ad364e35~amd64
    Microsoft-Windows-Wifi-Client-Realtek-Rtl819xp-FOD-Package~31bf3856ad364e35~amd64
    Microsoft-Windows-Wifi-Client-Realtek-Rtl85n64-FOD-Package~31bf3856ad364e35~amd64
    Microsoft-Windows-Wifi-Client-Realtek-Rtwlane-FOD-Package~31bf3856ad364e35~amd64
    Microsoft-Windows-Wifi-Client-Realtek-Rtwlane01-FOD-Package~31bf3856ad364e35~amd64
    Microsoft-Windows-Wifi-Client-Realtek-Rtwlane13-FOD-Package~31bf3856ad364e35~amd64
    
    ; Ethernet-Clients-FOD
    Microsoft-Windows-Ethernet-Client-Intel-E1i68x64-FOD-Package~31bf3856ad364e35~amd64
    Microsoft-Windows-Ethernet-Client-Intel-E2f68-FOD-Package~31bf3856ad364e35~amd64
    Microsoft-Windows-Ethernet-Client-Realtek-Rtcx21x64-FOD-Package~31bf3856ad364e35~amd64 

    (I remove them all using Dism).
     
  17. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
    #21100 graver.x, Nov 3, 2021
    Last edited: Nov 3, 2021