1. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,758
    14,469
    340
    #841 xinso, Dec 5, 2016
    Last edited by a moderator: Apr 20, 2017
    @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
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,758
    14,469
    340
    #842 xinso, Dec 5, 2016
    Last edited: Dec 5, 2016
    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.
     
  3. NM156

    NM156 MDL Novice

    Jun 10, 2016
    18
    7
    0
    Had a play with this. Works very nice. Thank you. :Egypt:
     
  4. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,836
    19,075
    340
    #844 Tito, Dec 6, 2016
    Last edited by a moderator: Apr 20, 2017
  5. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    @Tito
    thanks a lot for very good and useful information I learn more one thing :biggrin::p
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,758
    14,469
    340
    #846 xinso, Dec 6, 2016
    Last edited by a moderator: Apr 20, 2017
  7. Mayjoko

    Mayjoko MDL Junior Member

    Oct 15, 2015
    59
    29
    0
    Welcome back! Does anyone have that script to select options automatically? That post no longer exists. :(:mad::weep:

    Please/thank you. :worthy::mushy::clap:
     
  8. cz3k

    cz3k MDL Novice

    Sep 21, 2016
    3
    0
    0
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Then, we have to repack the Edge package with the updated components.

     
  10. malakoulis

    malakoulis MDL Novice

    Feb 3, 2012
    42
    13
    0
    #851 malakoulis, Dec 7, 2016
    Last edited by a moderator: Apr 20, 2017

    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
    ::-------------------------------------------------------------------------------------------
     
  11. ultimate11

    ultimate11 MDL Novice

    Jun 28, 2015
    24
    2
    0
    Interesting. Thank you.
     
  12. wazzock

    wazzock MDL Senior Member

    Oct 22, 2016
    337
    187
    10
    #853 wazzock, Dec 8, 2016
    Last edited: Dec 8, 2016
    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. :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. wazzock

    wazzock MDL Senior Member

    Oct 22, 2016
    337
    187
    10
    Thanks tiger, but i had read the pdf included in the toolkit and i couldnt find an answer in that. Thats why i posted. :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. wazzock

    wazzock MDL Senior Member

    Oct 22, 2016
    337
    187
    10
    Sod it, i'll run it and see what it shows up :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. wazzock

    wazzock MDL Senior Member

    Oct 22, 2016
    337
    187
    10
    Solved - Select All, option 1, does not renove advanced components. poo :(
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    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 ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. wazzock

    wazzock MDL Senior Member

    Oct 22, 2016
    337
    187
    10
    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 :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,758
    14,469
    340
    #860 xinso, Dec 8, 2016
    Last edited: Dec 10, 2016
    But it's digitally singed?