Have uploaded the updated Apps and dependency runtime files for Windows 10/11 Also have uploaded the Windows 11 redesigned apps (Calculator, Photos, Snipping Tool, Microsoft Store).
Potentially very noobish question, but is there a list/wiki/doc anywhere of what the more obscure components are/their removal consequences? Most of them are verbose enough to be intuitive, but a few I've no idea and googling seems to not help. AsyncTextService - ?? CapturePicker - part of the snipping feature? CallingShellApp - call app? does removal affect voip calls like through teams? SecureAssessmentBrowser - take test app? SkypeORTC - since skype is dead, is this just left over for skype itself, or framework/lib for all calls? again, would teams calls be affected? Trying to comment out RemovePkgsList like: Code: #camera barcode scanner preview? CBSPreview #eye control app? ECApp #Your Phone app? CommunicationsApps so future me doesn't have to re-search what some of them are.
@MSMG, from [/code] :: Setting Microsoft Edge Chromium Browser Pack Path if "%SelectedSourceOS%" neq "w10" set "EdgeChromium=%EdgeChromium%\%SelectedSourceOS%" [/code] to [/code] :: Setting Microsoft Edge Chromium Browser Pack Path if "%SelectedSourceOS%" neq "w10" if "%SelectedSourceOS%" neq "w11" set "EdgeChromium=%EdgeChromium%\%SelectedSourceOS%" [/code] There are some if "%SelectedSourceOS%" neq "w10" ( that should be replaced for if "%SelectedSourceOS%" neq "w10" if "%SelectedSourceOS%" neq "w11" ( Like in IntLanguagePacks, IntPowerShell7, etc... No? The menu for geq 18362 leq 18363... Code: :: Remove Windows 10 v1903/v1909 Client Edition System Apps Menu if "%SelectedSourceOS%" equ "w10" if "%ImageBuild%" geq "18362" if "%ImageBuild%" leq "18363" ( is conflicting with this: Code: :: Remove Windows 10 v1809/v1903/v1909/v2004/v20H2/v21H1/v21H2, Windows 11 v21H1 Client System Apps Menu if "%SelectedSourceOS%" neq "w7" if "%SelectedSourceOS%" neq "w81" if "%ImageBuild%" geq "17763" if "%ImageBuild%" leq "22000" ( So, could be: Code: :: Remove Windows 10 v2004/v20H2/v21H1/v21H2, Windows 11 v21H1 Client System Apps Menu if "%SelectedSourceOS%" neq "w7" if "%SelectedSourceOS%" neq "w81" if "%ImageBuild%" geq "19041" (
I could not remove packages with toolkit using package list from 22000.184 although i used latest toolkit.cmd uploaded yesterday by MSMG . It says it does not support What is wrong with it ?
I get an error while trying to remove components. edit: ToolkitHelper.exe can't access to certain windows files inside the Mount folder.
He's clearly trying to modify a Windows 10 iso, check the build numbers. Apparently the Windows 11 pre-release has taken priority over the latest stable Windows 10 ISO's.
I have successfully updated a w10 LTSC 17763 iso to the actual build 2145. Integrating only net 4.8 via package downloaded from mega and VC++. When i try to install the ISO is correct, the setup run perfectly until the end, and when i try to search for updates, the OS find this missing updates: - KB890830 - KB2267602 (i think using the cab from user steven4554 is enough) - KB5005568 - KB5004870 Is possible to integrate this updates? Wich metod between Updates folder or WHD folder? Thanks
Make sure you start the Toolkit using Start.cmd. The below source images are the current support images for removal, do check the changelog.txt Windows 10 Client v1809 (v10.0.17763.2061) Source OS. Windows 10 Client v1903/v1909 (v10.0.18362.1679/v10.0.18363.1679) Source OS. Windows 10 Client v2004/v20H2/v21H1 (v10.0.19041.1110/v10.0.19042.1110/v10.0.19043.1110) Windows 10 Client v2004/v20H2/v21H1/v21H2 (v10.0.19041.1151/v10.0.19042.1151/v10.0.19043.1151/v10.0.19044.1151)
For Windows 11, not Windows 11 v21H1,It's v21H2 This means commentary in Toolkit codes speak correct.