Is it possible to add Windows 11 Pro features, such as BitLocker and Local Group Policy Editor, to Windows 11 Home?
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?
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.
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.
@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.
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.
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
@MSMG Add MicrosoftWindows.Client.CBS_cw5n1h2txyewy & MicrosoftWindows.UndockedDevKit_cw5n1h2txyewy to removal.
@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=+" ) )
It's "normal" for Microsoft!!! Same situations was with en-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f...
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.
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.
5 - [1] Cleanup Source Images using DISM Cleanup-Image Does clearing the image still cause an integrity violation?