Thankyou inTerActionVRI and MSMG I'm not sure I follow the linked response, I assume I need to integrate the update manually after extracting the msu and cab files?? Is it just "windows10.0-kb5014699-x64_1807d6b5df2947669d4cb00d322969ccd43030a3.msu" that has this issue? (as I've had no issues with previous attempts) Could I also just use a version of the toolkit designed for 19044.1288 to remove components and let windows update deal with the updates? If so, could you advise which version I need to use and provide a link if possible (or for that matter any previous version upto but not including kb5014699)
@MSMG, will you stop using MediaFire? In each part of the world a different problem. Here Mediafire offers a better download band. The cloud.mail.ru I have no band problem either. The cloud.mail.ru maintains the team stamp of the files, right. But the download.ru is breaking me... To download yesterday's packs is sending only 28 to 56 kb (kilobytes) of transfer. Only 10 hours left to download 1.38gb... It kills me, hehehehh My band is 70Mbps (mega bits per second).
I just know about links for download. You would need to rename for use with Toolkit or Custom Toolkit. But only MSMG can provide how files should be renamed. It is therefore recommended for Abbodi links to use the tool provided by him. You need to get help from abbodi1406's thread (here in the forum), on how to use the W10MUI. First of all: Read the main post of W10MUI not W10UI (all spoilers) and the Readme files. abbodi1406 Scripts Repo https://forums.mydigitallife.net/threads/abbodi1406s-batch-scripts-repo.74197/#post-1343297 W10MUI main post https://forums.mydigitallife.net/th...on-automated-batch-script.68791/#post-1217467
Just a nub question. Is it necessary to mount setup boot / recovery image if I only want to remove components (using toolkit helper method) and apply tweaks?
so far so good.. anything else i can remove.? what are the steps to check an iso run scf cannow only.?
@MSMG Is it possible to perhaps have the ToolKit read the RemovePkgsList.txt file and show removed apps in the menus, using the - character? Another thing to consider is the ability to choose which apps you want to remove from the menus and export that selection to RemovePkgsList.txt.
This is available in Custom Toolkit. for the read: Code: if exist "%RemovePkgsList%" for /f "eol=# tokens=*" %%z in ('type "%RemovePkgsList%" 2^>nul') do ( set "C_%%z=-" ) EDIT: Translated the sentence from portuguese. for the exporting list: Code: for /f "skip=6 eol== tokens=1,2* delims=- " %%# in ('%ToolKitHelper% "%InstallMount%\!SpecifiedSourceIndex!" /? ^| findstr.exe /I /V "Group" ^| findstr.exe /I /V /C:" All "') do ( if "%%#" neq "Internet" if "%%#" neq "Multimedia" if "%%#" neq "Network" if "%%#" neq "Privacy" if "%%#" neq "Remoting" if "%%#" neq "System" if "%%#" neq "Windows" if "%%#" neq "Group" if "%%#" neq "SystemApps" if "%%#" neq "WindowsApps" if "%%#" neq "AllComponents" ( set "TKHC_%%#=Present" ) ) Code: :: DateTime ISO version Stamp :DateTimeStamp set DateTimeStamp= for /f "tokens=*" %%d in ('PowerShell.exe -NoP -C "Get-Date -f yyyyMMdd_HHmmss"') do ( set "DateTimeStamp=%%d" ) goto :EOF Code: :: DateTime version Stamp call :DateTimeStamp set "C_PersonalLists=+" set "RemovedPkgsNamesList=RemovedPkgsList(%ImageArchitecture%)_%ImageVersion%_[!DateTimeStamp!]" set "RetainedPkgsNamesList=RetainedPkgsList(%ImageArchitecture%)_%ImageVersion%_[!DateTimeStamp!]" Code: if "!C_PersonalLists!" equ "+" ( call :CreateFolder "!PersonalLists!" for %%# in ( Menu1 AdobeFlashForWindows EdgeChromium InternetExplorer Menu2 FirstLogonAnimation GameExplorer LockScreenBackground ScreenSavers SnippingTool SoundThemes SpeechRecognition Wallpapers WindowsMediaPlayer WindowsPhotoViewer WinSAT WindowsThemes WindowsTIFFIFilter Menu3 OfflineFiles OpenSSH RemoteDesktopClient RemoteDifferentialCompression SimpleTCPIPServices TelnetClient TFTPClient WindowsMail Menu4 AssignedAccess CEIP FaceRecognition KernelDebugging LocationService PicturePassword PinEnrollment UnifiedTelemetryClient WiFiNetworkManager WindowsErrorReporting WindowsInsiderHub Menu5 HomeGroup OneDrive MultiPointConnector RemoteAssistance RemoteDesktopServer RemoteRegistry WorkFoldersClient Menu678 Cortana Paint QuickAssist Menu6 AccessibilityTools Calculator DeviceLockdown EaseOfAccessCursors EaseOfAccessThemes EasyTransfer FileHistory Magnifier ManualSetup Narrator Notepad OnScreenKeyboard ProjFS SecurityCenter StepsRecorder StorageSpaces SystemRestore WindowsBackup WindowsFirewall WindowsSubsystemForLinux WindowsToGo Wordpad Menu7 AccountsControl AddSuggestedFoldersToLibraryDialog AppResolverUX AssignedAccessLockApp AsyncTextService AADBrokerPlugin CallingShellApp CBSPreview CapturePicker ContentDeliveryManager CredDialogHost Edge EdgeDevToolsClient WindowsReaderPDF ECApp FileExplorer FilePicker LockApp MapControl XGpuEjectDialog NarratorQuickStart NcsiUwpApp OOBENetworkCaptivePortal OOBENetworkConnectionFlow ParentalControls PeopleExperienceHost PinningConfirmationDialog PPIProjection PrintDialog RetailDemoContent SearchApp SettingSync SkypeORTC SmartScreen SecureAssessmentBrowser WebcamExperience Win32WebViewHost WindowsDefender BioEnrollment WindowsMixedReality WindowsStoreClient XboxClient XboxGameCallableUI Menu8 AdvertisingXaml Alarms CalculatorApp Camera ClipChamp VP9VideoExtensions HEIFImageExtension HEVCVideoExtension RawImageExtension WebMediaExtensions WebpImageExtension DesktopAppInstaller Family FeedbackHub GetHelp ZuneMusic ZuneVideo Maps Messaging WalletService MixedRealityPortal 3DViewer OneConnect OfficeHub BingNews NotepadApp OfficeOneNote Paint3D People Photos PowerAutomateDesktop Print3D ServicesStoreEngagement SkypeApp ScreenSketch SolitaireCollection StickyNotes StorePurchaseApp Terminal Getstarted Todos SoundRecorder BingWeather ClientWebExperience CommunicationsApps WindowsStoreApp XboxApp GamingApp XboxGamingOverlay XboxGameOverlay XboxIdentityProvider XboxSpeechToTextOverlay XboxTCUI YourPhone ) do ( if "%%#" equ "Menu1" ( ( echo.# :: [1] Internet )>>"!PersonalLists!\!RemovedPkgsNamesList!.txt" ( echo.# :: [1] Internet )>>"!PersonalLists!\!RetainedPkgsNamesList!.txt" ) if "%%#" equ "Menu2" ( ( echo. echo.# :: [2] Multimedia )>>"!PersonalLists!\!RemovedPkgsNamesList!.txt" ( echo. echo.# :: [2] Multimedia )>>"!PersonalLists!\!RetainedPkgsNamesList!.txt" ) if "%%#" equ "Menu3" ( ( echo. echo.# :: [3] Network )>>"!PersonalLists!\!RemovedPkgsNamesList!.txt" ( echo. echo.# :: [3] Network )>>"!PersonalLists!\!RetainedPkgsNamesList!.txt" ) if "%%#" equ "Menu4" ( ( echo. echo.# :: [4] Privacy )>>"!PersonalLists!\!RemovedPkgsNamesList!.txt" ( echo. echo.# :: [4] Privacy )>>"!PersonalLists!\!RetainedPkgsNamesList!.txt" ) if "%%#" equ "Menu5" ( ( echo. echo.# :: [5] Remoting )>>"!PersonalLists!\!RemovedPkgsNamesList!.txt" ( echo. echo.# :: [5] Remoting )>>"!PersonalLists!\!RetainedPkgsNamesList!.txt" ) if "%%#" equ "Menu678" ( ( echo. echo.# :: [6 ^| 7 ^| 8] System, SystemApps and WindowsApps )>>"!PersonalLists!\!RemovedPkgsNamesList!.txt" ( echo. echo.# :: [6 ^| 7 ^| 8] System, SystemApps and WindowsApps )>>"!PersonalLists!\!RetainedPkgsNamesList!.txt" ) if "%%#" equ "Menu6" ( ( echo. echo.# :: [6] System )>>"!PersonalLists!\!RemovedPkgsNamesList!.txt" ( echo. echo.# :: [6] System )>>"!PersonalLists!\!RetainedPkgsNamesList!.txt" ) if "%%#" equ "Menu7" ( ( echo. echo.# :: [7] SystemApps )>>"!PersonalLists!\!RemovedPkgsNamesList!.txt" ( echo. echo.# :: [7] SystemApps )>>"!PersonalLists!\!RetainedPkgsNamesList!.txt" ) if "%%#" equ "Menu8" ( ( echo. echo.# :: [8] WindowsApps )>>"!PersonalLists!\!RemovedPkgsNamesList!.txt" ( echo. echo.# :: [8] WindowsApps )>>"!PersonalLists!\!RetainedPkgsNamesList!.txt" ) if "%%#" neq "Menu1" if "%%#" neq "Menu2" if "%%#" neq "Menu3" if "%%#" neq "Menu4" if "%%#" neq "Menu5" if "%%#" neq "Menu678" if "%%#" neq "Menu6" if "%%#" neq "Menu7" if "%%#" neq "Menu8" ( if "!TKHC_%%#!" neq "" if "!C_%%#!" equ "-" ( echo.%%# )>>"!PersonalLists!\!RemovedPkgsNamesList!.txt" if "!TKHC_%%#!" neq "" if "!C_%%#!" equ "+" ( echo.%%# )>>"!PersonalLists!\!RetainedPkgsNamesList!.txt" ) ) ) EDIT: The phrase that had remained in Portuguese was translated.
I hope that importing and exporting of lists is soon supported on the original ToolKit and also your own. It would make things easier for everybody.
I get dism Error: 0xc1420117 when I apply changes. The directory could not be completely unmounted. This is usually due to applications that still have files opened within the mount directory. Close these files and unmount again to complete the unmount process. Can someone please tell me if this error has any effect on the image? It seems to be somewhat irrelevant to the .wim file but I want to be sure it won't break the install.