1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    May be [FONT=&amp]abbodi1406[/FONT] can help in repacking the package.

     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Can anyone know what's the package name for the Windows Defender App (Microsoft.Windows.SecHealthUI_cw5n1h2txyewy), which is present in latest Windows 10 RS2 Build?
     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    The GUI version of the ToolKit is getting readied in which you can select the components as you wish at once.

     
  4. wazzock

    wazzock MDL Senior Member

    Oct 22, 2016
    337
    187
    10
    Nice one :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    @MSMG waiting anxious:tasty: although I also like the version with command line :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,702
    14,431
    340
    #866 xinso, Dec 10, 2016
    Last edited by a moderator: Apr 20, 2017
  7. 13dk13

    13dk13 MDL Novice

    Feb 11, 2011
    41
    12
    0
    after remove xbox gaming, game bar still persist its same thing ?

    any way to remove it ?
     
  8. Caballonegro

    Caballonegro MDL Novice

    Feb 27, 2015
    7
    2
    0
    I removed internet explorer.

    is there any way to have internet explorer app back again.

    thank you so much

    ps. amazing script
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,702
    14,431
    340
    #869 xinso, Dec 11, 2016
    Last edited: Dec 13, 2016
    MSMG is busy making GUI-based version. Please be patient.
     
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,702
    14,431
    340
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,702
    14,431
    340
    #872 xinso, Dec 14, 2016
    Last edited by a moderator: Apr 20, 2017
    delims=Package_1637_for_KB3206632?

    I don't get it.

    But there are more Package_*_for_KB3206632 than 5000?

    Remember when I told you that there is only one file we need for the package?

    Those .mum files of CU KB3206632 are:
    Code:
    package_1000_for_kb3206632~31bf3856ad364e35~amd64~~10.0.1.8
    package_1001_for_kb3206632~31bf3856ad364e35~amd64~~10.0.1.8
    package_1002_for_kb3206632~31bf3856ad364e35~amd64~~10.0.1.8
    package_1003_for_kb3206632~31bf3856ad364e35~amd64~~10.0.1.8
    package_1004_for_kb3206632~31bf3856ad364e35~amd64~~10.0.1.8
    package_1005_for_kb3206632~31bf3856ad364e35~amd64~~10.0.1.8
    package_1006_for_kb3206632~31bf3856ad364e35~amd64~~10.0.1.8
    package_1007_for_kb3206632~31bf3856ad364e35~amd64~~10.0.1.8
    package_1008_for_kb3206632~31bf3856ad364e35~amd64~~10.0.1.8
    package_1009_for_kb3206632~31bf3856ad364e35~amd64~~10.0.1.8
    package_100_for_kb3206632~31bf3856ad364e35~amd64~~10.0.1.8
    package_1010_for_kb3206632~31bf3856ad364e35~amd64~~10.0.1.8
    package_1011_for_kb3206632~31bf3856ad364e35~amd64~~10.0.1.8
    package_1012_for_kb3206632~31bf3856ad364e35~amd64~~10.0.1.8
    package_1013_for_kb3206632~31bf3856ad364e35~amd64~~10.0.1.8
    package_1014_for_kb3206632~31bf3856ad364e35~amd64~~10.0.1.8
    package_1015_for_kb3206632~31bf3856ad364e35~amd64~~10.0.1.8
    package_1016_for_kb3206632~31bf3856ad364e35~amd64~~10.0.1.8
    package_1017_for_kb3206632~31bf3856ad364e35~amd64~~10.0.1.8
    package_1018_for_kb3206632~31bf3856ad364e35~amd64~~10.0.1.8
    package_1019_for_kb3206632~31bf3856ad364e35~amd64~~10.0.1.8
    package_101_for_kb3206632~31bf3856ad364e35~amd64~~10.0.1.8
    package_1020_for_kb3206632~31bf3856ad364e35~amd64~~10.0.1.8
    package_1021_for_kb3206632~31bf3856ad364e35~amd64~~10.0.1.8
    package_1022_for_kb3206632~31bf3856ad364e35~amd64~~10.0.1.8
    package_1023_for_kb3206632~31bf3856ad364e35~amd64~~10.0.1.8
    .
    .
    .
    
    delims=Package_?

    OK. I'll have a test when I finished the update and feed back. Thanks a lot.
     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    #873 MSMG, Dec 14, 2016
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Ok, know I have modified the code to search all *.mum files in the current directory and find the string "Microsoft-Windows-Server" in each found .mum file and if it matches then it will insert the .mum filename into a list.txt file

    Code:
    
    @echo off
    
      for /f %%a in ('"dir /b *.mum" 2^>nul') do (
        for /f "tokens=* delims=" %%b in ('type %%a ^| find /I "Microsoft-Windows-Server"') do (
          echo.%%a>>C:\List.txt
        )
      )
    
    
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,702
    14,431
    340
    #874 xinso, Dec 14, 2016
    Last edited by a moderator: Apr 20, 2017
    Yeah! That's what I am after for my crippled System never will get updated by CU. Thank you.
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,702
    14,431
    340
    #875 xinso, Dec 14, 2016
    Last edited by a moderator: Apr 20, 2017
    @MSMG

    To enable the Edge (installed on unsupported editions like ProfessionalStudent/EnterpriseS(N)/Server 2016) updatable, simply add this registry trick before applying the latest CU:

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.14393.0]
    "InstallClient"="DISM Package Manager Provider"
    "InstallName"="Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.14393.0.mum"
    "InstallLocation"="\\\\?\\d:\\rs1.bin.amd64fre.dep\\mergedcomponents\\images\\client\\packages\\"
    "CurrentState"=dword:00000070
    "SelfUpdate"=dword:00000000
    "Visibility"=dword:00000001
    "InstallTimeHigh"=dword:01d1dfb2
    "InstallTimeLow"=dword:048e4271
    "InstallUser"="S-1-5-18"
    

     
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,702
    14,431
    340
    #877 xinso, Dec 14, 2016
    Last edited: Dec 14, 2016
    Yes. There are too many unnecessary packages (for WinPE and Windows 10).
     
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,702
    14,431
    340
    #878 xinso, Dec 14, 2016
    Last edited: Dec 14, 2016
    I use UWF 10 and ELM 8.1. So far so smooth.
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,702
    14,431
    340
    #879 xinso, Dec 14, 2016
    Last edited: Dec 14, 2016
    Thank you, MSMG.
     
  19. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    762
    556
    30
    #880 Supern00b, Dec 14, 2016
    Last edited by a moderator: Apr 20, 2017
    Awesome Xinso, you found it!
    Can you expand on that?
    Do we change the key text in blue so it reflects ProfessionalEdition or do we add the key?
    Because if we add it, there will be two, one for enterpriseS and the new one, ProfessionalEdition.

    Another question: Will this registry trick "stick" or do we have to apply it before each subsequent CU?

    Thanks for your help!