@MSMG How does dism extract a cab file? I mean the one like Windows Update: Code: C:\windows\system32>dir /b D:\Downloads\Windows\WIN10\14393\Updates\64\Windows10.0-KB3202790-x64-Flash-10.0.1.0 0 1 2 3 4 5 6 7 8 9 amd64_32017d490474790e3ac05e86e2f413a6_31bf3856ad364e35_10.0.14393.445_none_28b25ae2bef097f8.manifest amd64_adobe-flash-for-windows_31bf3856ad364e35_10.0.14393.445_none_6577e4eb0779fecf.manifest package_1_for_kb3202790~31bf3856ad364e35~amd64~~10.0.1.0.cat package_1_for_kb3202790~31bf3856ad364e35~amd64~~10.0.1.0.mum package_for_kb3202790_rtm~31bf3856ad364e35~amd64~~10.0.1.0.cat package_for_kb3202790_rtm~31bf3856ad364e35~amd64~~10.0.1.0.mum update.cat update.mum wow64_adobe-flash-for-windows_31bf3856ad364e35_10.0.14393.445_none_6fcc8f3d3bdac0ca.manifest _manifest_.cix.xml
Feedback@Edge The Preview CU windows10.0-kb3201845 (14393.479.1.2) won't update the 14393.0 Edge installed on Windows 10 ProfessionalEducation, EnterpriseS(N) and Windows Server 2016.
Welcome back! Does anyone have that script to select options automatically? That post no longer exists. Please/thank you.
Do you mean something like that? Code: REM search for ":: Remove Windows 10 Redstone 1 RTM Components Menu." REM v6.0 line ~16259 choice /C:ABCDEFGHIJKLMNOPQ120X /N /M "Enter Your Choice : " if errorlevel 21 goto :RemoveMenu if errorlevel 20 ( REM comment/uncomment as needed REM undefine var as below right before the final call set CustomRemove=1 REM call :RemoveWindowsComponents "Biometrics" REM call :RemoveWindowsComponents "ConnectApp" REM call :RemoveWindowsComponents "Maps" call :RemoveWindowsComponents "OneDriveDesktop" REM call :RemoveWindowsComponents "TelemetryServices" call :RemoveWindowsComponents "SkypeVideoApp" call :RemoveWindowsComponents "XboxGaming" REM call :RemoveWindowsComponents "ContactSupportApp" REM call :RemoveWindowsComponents "ContentDeliveryManager" REM call :RemoveWindowsComponents "CortanaSearchApp" REM call :RemoveWindowsComponents "EmbeddedFeatures" REM call :RemoveWindowsComponents "GeoLocation" REM call :RemoveWindowsComponents "HomeGroup" REM call :RemoveWindowsComponents "ParentalControls" call :RemoveWindowsComponents "RetailDemoContent" REM call :RemoveWindowsComponents "TakeTestApp" REM call :RemoveWindowsComponents "QuickAssistApp" REM call :RemoveWindowsComponents "AdobeFlash" REM call :RemoveWindowsComponents "EdgeBrowserApp" call :RemoveWindowsComponents "HyperV" REM call :RemoveWindowsComponents "InternetExplorer" set CustomRemove= call :RemoveWindowsComponents "Defender" REM call :RemoveWindowsComponents "WindowsManualSetup" REM call :RemoveWindowsComponents "StoreClient" REM call :RemoveWindowsComponents "SystemRestore" ) REM search for ":: Function to Remove Windows Manual Setup Feature" REM v6.0 line ~18962 :Stop echo. echo.=============================================================================== echo. set SetWinCP= set PkgArch= endlocal if defined CustomRemove goto :eof pause :: Returning to Main Menu. goto :MainMenu ::------------------------------------------------------------------------------------------- ::------------------------------------------------------------------------------------------- :: Function to Remove Windows Manual Setup Feature ::-------------------------------------------------------------------------------------------
Question - Removals. On the removals page, where components are listed A to O, if i select option 1 All, does this include components in Advanced Removals too or do those have to be removed separately? ps, i am giving the toolkit my 1st ever run through with a full updates and removals run on w10 LTSB 2016 N 1607.
Thanks tiger, but i had read the pdf included in the toolkit and i couldnt find an answer in that. Thats why i posted.
select option 2 (Advanced Windows Components) in sequence select itens desired for example: (1)Remove Adobe Flash for Windows, (2)M$ Internet Explorer UI, (3)Windows Defender, (5) Windows Store Client if you are satisfect and don't want more nothing then use item (6)Apply Changes on install.Wim after this item is complete use again item (6) and use Re-build in sequence use item (7)Target on it you can make your ISO there have also another options so you can choose ok
I did give the kit a few trial runs, see whats what etc. Dat why i asked about advanced stuff. Not a problem to do each one. would be nice to select All on that page too. Thanks Tigs