@MSMG, %DefaultIndex% to !DefaultIndexNo! and %DefaultImageIndex% to !DefaultIndexNo! remove C_ManualSetup from for loop in :RemoveWindowsComponents.
I placed this check for N editions. Maybe you need some improvement to support something else, but it's working right. Code: :: Checking whether exists N Editions supported for Windows Media Feature Integration are selected as source. set /A ImageEditionCount=0 for /d %%j in (StarterN, StarterKN, HomeBasicN, HomeBasicKN, CoreN, CloudN, ProessionalN, ProfessionalKN, ProfessionalEducationN, ProfessionalEducationKN, EnterpriseN, EnterpriseKN, EnterpriseSN, EnterpriseGN, UltimateN, UltimateKN, EducationN, EducationKN) do ( if "%ImageEdition%" equ "%%j" set /A ImageEditionCount+=1 ) if %ImageEditionCount% equ 0 ( echo.No N Edition was found. And, Non-N Editions are not supported. echo. goto :Stop )
This pack is only for N Editions like Enterprise N LTSC 2019. Did you removed any components? if so did you tried installing iCloud on untouched ISO?
2) I had tested the Firefox issue with Firewall removed and found out the error is related to UAC, if you don't accept yes when the UAC prompt is shown the Firefox installation doesn't give any errors. Will test the same with DELL Audio Drivers Package also and see if they are related to UAC.
The manual removal is only support from v1809 to v21H2, for v1709 and below use the Remove Windows Apps using Apps list method.
Since Windows 11 is still in preview, I have added only initial support for it like selecting source, integration of drivers and packs. For component removal still time is there until GA and moreover the Windows 11 uses a newer update package format which is still new to know how it works with the images with components removed. So which Toolkit features didn't work for you with Windows 11?
Have made the corrections, will upload the newer Toolkit.cmd later. For C_ManualSetup, I'm thinking of adding the removal code inside the ToolKitHelper itself.
ok, so where i can get this pack for norman LTSC2019? i remove components yes. i cant write all, too much. but thereis nothing about iCLoud ask. so i dont know.. no i dont try it on clean iso. even if it works how can i understand what affects icloud, becouse too much component
Normal LTSC 2019 or Non N Editions already contains Media Feature Pack. If you could post the remove components list then I can try out what's causing the issue with iCloud. Check the <Bin\Lists\ToolkitHelper_Templates\RemovePkgsList_W10_LTSC_2019.txt> and remove the components from the list you haven't removed and post the list here, will debug.
for %%i in (imageres.dll.res, imagesp1.dll.res, shell32.dll.res, zipfldr.dll.res) do ( to for %%i in (imageres.dll.res, imagesp1.dll.res, mydocs.dll.res, shell32.dll.res, zipfldr.dll.res, taskmgr.exe.res) do ( But that will be no problem if the users download the new MSMG Pack of Sun Valley Icons Skin.
Yes forgot to add the new resource entries to the check list, have fixed it now and will be uploading the newer Toolkit.cmd Thanks
if i remember correct, i delete almost all i can. lol Spoiler AdobeFlashForWindows FirstLogonAnimation GameExplorer WindowsMediaPlayer WinSAT AssignedAccess CEIP FaceRecognition KernelDebugging LocationService PicturePassword PinEnrollment UnifiedTelemetryClient WiFiNetworkManager WindowsErrorReporting WindowsInsiderHub HomeGroup MultiPointConnector RemoteAssistance DeviceLockdown EaseOfAccessThemes EasyTransfer FileHistory SecurityCenter StepsRecorder SystemRestore WindowsBackup WindowsSubsystemForLinux AADBrokerPlugin AccountsControl AssignedAccessLockApp AsyncTextService BioEnrollment CapturePicker CBSPreview ContentDeliveryManager Cortana CredDialogHost ECApp EdgeDevToolsClient FileExplorer LockApp MapControl NarratorQuickStart OOBENetworkCaptivePortal OOBENetworkConnectionFlow ParentalControls PeopleExperienceHost QuickAssist RetailDemoContent SettingSync SkypeORTC SmartScreen Win32WebViewHost WindowsDefender WindowsMixedReality WindowsReaderPDF WindowsStoreClient XboxClient XboxGameCallableUI XGpuEjectDialog
UAC is one of the first things I disable when installing Windows. Despite being off, the error occurred.
Always do the same: "UAC is one of the first things I disable when installing Windows" But @MSMG mean UAC should be ENABELD and BYPASSED as it is, as I understand. Not a proper / acceptable solution as well. Moreover, some time ago I have read about some UAC issues in new Windows builds / CU. So (potentially) that's stupid M$ once again. And LTSC affected too after recent CUs.
@MSMG - BUG found Task Manager doesn't work. - When pressing Ctrl+Shift+Esc : Nothing happens - When launching from the Start menu : blue spalshing screen "Can't run this App on your PC" (same kind of screens that appear when you run apps that not existing) ( Icons...? )
It's working here when all components are removed including Firewall and choosing no to UAC prompt when Firefox installer is started, will fix this issue ASAP until then don't remove Firewall. Disabling is the not solution, what I meant was if I don't select yes to UAC elevate prompt asked by running the Firefox installer, the Installation goes fine without that exception error that occurs at the end of installation, so need to identify the relation b/w firewall removal and UAC.
You mean you are missing the Remove Windows Component menu or Remove Windows Apps/Components using List is not working? The Remove Windows Component menu is not added yet since as I have already said the Windows 11 is still under preview, need to wait if MS changes the major build numbers when it arrives at GA.