Dice que el cleanup solo se hace cuando NO vas a integrar actualizaciones, pero si vas a integrar actualizaciones no se requiere hacer este paso. Tu sabes que LTSC EVAL no se puede activar cierto? Saludos.
Gracias! Lo se, prefiero que sea asi, cada mes formateo e instalo desde 0, soy un purista. -------------------- Thank you! I know, I prefer it to be that way, every month I format and install from 0, I am a purist.
how long before this is fixed: The "ToolKitHelper_CEIP_SQM" command does not work in Removal component via Package List still not fixed in 9.3.2
Do check the RemovePkgsList_Template.txt, the syntax has been changed, now ToolKitHelper: is used instead if ToolKitHelper_
:: Checking whether the selected Source OS is a Windows 10 19H1 Client Non-refreshed Image if "%SelectedSourceOS%" equ "w10" if "%ImageBuild%" equ "18362" if "%ImageServicePackBuild%" neq "1" if "%ImageServicePackBuild%" neq "30" ( echo.ToolKit component removal only work with the below Source OS Images... echo. echo.Windows 10 v1809 ^(10.0.18362.1 and 10.0.18362.30^). goto :Stop the text is Windows 10 v1903 ^(10.0.18362.1 and 10.0.18362.30^) instead of Windows 10 v1809 ^(10.0.18362.1 and 10.0.18362.30^). please change this text.because 10.0.18362.* is not 1809,it's 1903
@MIMMO61 As a temporary measure, to get rid of most of those apps I run these commands in PowerShell: Code: Get-AppxPackage -AllUsers | Remove-AppxPackage Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage -online
You're welcome.I will continue to make the Toolkit Chinese Simplified localization for every future version.
Is it a good idea to rename isos to shorter names ("18362.1.190318-1202.19H1_RELEASE_CLIENTMULTI_X64FRE_EN-US.ISO" - > "183621")? Windows is notoriously bad with long paths/filenames, so I thought this could help speed up iso modification and avoid some complications. Or does the toolkit depend on the filename following a certain naming scheme?
Very sorry can't give an ETA for v1903 as the component removal needs to be worked to the minute level so that the removed components shouldn't not get restored with an update as well as the Windows Update should also work.