1. pacoolio

    pacoolio MDL Member

    Jun 10, 2009
    121
    104
    10
    Does it work with the latest buildxx Windows 10 LTSC_2019 Build 17763.3650
     
  2. Yes Sir it must work .
     
  3. Ok Ma'am .
     
  4. OpenSourceGhost

    OpenSourceGhost MDL Member

    Feb 14, 2022
    170
    24
    10
    Is it possible to add Windows 11 Pro features, such as BitLocker and Local Group Policy Editor, to Windows 11 Home?
     
  5. Ravzzz

    Ravzzz MDL Novice

    Apr 4, 2021
    17
    6
    0
    #24065 Ravzzz, Nov 17, 2022
    Last edited: Nov 17, 2022
    I can't find SSU for W10 22H2. Should I be applying only the latest CU?

    Edit: Looks like the latest CU includes SSU. Also, what method do you guys prefer DISM or ToolkitHelper to remove Apps and Packages?
     
  6. wall

    wall MDL Novice

    Jan 23, 2011
    1
    0
    0
    which update(s) do I have to download from the Microsoft Update Catalog so that I update a Win11 22H2 .iso with the latest updates? the catalog does not provide any filters, only search by keywords. any help would be greatly appreciated.
     
  7. Ravzzz

    Ravzzz MDL Novice

    Apr 4, 2021
    17
    6
    0
    Servicing Stack Update, Cumulative Update and .NET Framework Cumulative Update(optional). Also, include the version of Windows and architecture at the end of the search, in your case it's 22H2 to filter out the updates.
     
  8. #24068 Deleted member 1531038, Nov 17, 2022
    Last edited by a moderator: Nov 17, 2022
    @MSMG in Win10 1904x.2311 build with CU KB5020030 mount \ Windows \ SystemApps \ shared is found a new directory which contains 4 webview2 files . pl update toolkit helper to remove that too & there dependencies either some more files or registry keys .

    Thanks in Advance.
     
  9. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
    I don't really understand the logs, which is why I post them so others (such as yourself) with a better understanding can check them out.
     
  10. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    144
    67
    10
    #24071 Igor147, Nov 18, 2022
    Last edited: Nov 18, 2022
    People, the question is ... Microsoft releases broken images again? I downloaded this image for maintenance and the SFC /Scannow command shows an integrity violation ...
    Microsoft Windows 11 [10.0.22621.819], Version 22H2 (Updated November 2022) - Original images from Microsoft MSDN [Ru]
    ru-ru_windows_11_consumer_editions_version_22h2_updated_nov_2022_x64_dvd_d94d1eb8
    2022-11-18_204324.png
     
  11. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    @MSMG
    Add MicrosoftWindows.Client.CBS_cw5n1h2txyewy & MicrosoftWindows.UndockedDevKit_cw5n1h2txyewy to removal.:tankyou:
     
  12. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    #24073 inTerActionVRI, Nov 20, 2022
    Last edited: Nov 20, 2022
    @MSMG,
    You started to modify... But you must have had some different commitment from coding and ended up not continuing to modify.
    This block I had posted was 100% directed to the Toolkit code. I did it to save you time, you can simply paste there.



    I had done some work on Dism removing Packages. Please take a look at Custom Toolkit.


    Hug, man!


    EDIT:
    from:
    Code:
        if errorlevel 8 (
           if "%C_WalletService%" equ "+" (
               set "C_WalletService=-"
               set "C_WalletService=-"
           ) else (
               set "C_WalletService=+"
           )
       )
    
    to:
    Code:
        if errorlevel 8 (
           if "%C_WalletService%" equ "+" (
               set "C_Wallet=-"
               set "C_WalletService=-"
           ) else (
               set "C_WalletService=+"
           )
       )
    
     
  13. oveco

    oveco MDL Junior Member

    Apr 10, 2015
    54
    15
    0
    It's "normal" for Microsoft!!! Same situations was with en-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f...
     
  14. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    144
    67
    10
    Yes. I remember. Just wanted to clarify. I thought something was wrong with me. I have already downloaded the image from uupdump.net and no problem.
     
  15. bala1

    bala1 MDL Member

    May 2, 2015
    179
    150
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    477
    274
    10
    You may alerady be aware, so sorry if I'm telling you something you already know.
    I believe removing client.CBS will break WIN+v, screen clip, emoji picker and clipboard history, at least that was my experience from testing.
     
  17. yes absolutely correct plus removing undockeddevkit will result in OOBE POST phase error.
     
  18. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    144
    67
    10
    5 - [1] Cleanup Source Images using DISM Cleanup-Image
    Does clearing the image still cause an integrity violation?