How to: Make a Windows 10 "1703 LTSB" ISO

Discussion in 'Windows 10' started by damianfox, Nov 19, 2015.

  1. paroid

    paroid MDL Novice

    Feb 7, 2016
    2
    0
    0
    Same here...

    ...didn't work, still same size, tried 3 times :confused: original 3.4gb - new export 3.5gb
    (I did 6 => 1, then 6 => 3, then 7 => 1 in the menus)
     
  2. kuroda

    kuroda MDL Senior Member

    Aug 25, 2012
    445
    32
    10
    ...Paroid...6>1...8>1>2...then..6>3....end...
     
  3. paroid

    paroid MDL Novice

    Feb 7, 2016
    2
    0
    0
    :mad: Bogus information, I don't want to Rename
     
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,021
    14,670
    340
  5. throbber

    throbber MDL Addicted

    Mar 13, 2008
    585
    32
    30
    Hi guys
    dos this only work with this version of enterprise/pro 1511 ??
    Because I'm assuming that there's a much higher buld number now.
    I don't now because I'm still on win7 but was quite tempted to try this.
     
  6. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,694
    1,718
    150

    Yep it works just make sure you get the latest version of MSMG ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. throbber

    throbber MDL Addicted

    Mar 13, 2008
    585
    32
    30
    Sorry I just looked at my question, Looks a bit vague.
    dos it work with the newest build??.lol
    What ever that is.
     
  8. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,694
    1,718
    150

    Insider build or th2 latest build ? anyway works like an charm :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Overseer

    Overseer MDL Novice

    Jul 29, 2009
    27
    0
    0
    Excuse the ignorance, but can the MSMG Toolkit be run on/from a Windows 7 Ultimate machine?
     
  10. throbber

    throbber MDL Addicted

    Mar 13, 2008
    585
    32
    30
    No...................
     
  11. throbber

    throbber MDL Addicted

    Mar 13, 2008
    585
    32
    30
    i guess the insider build 14257 would have the time bomb??
     
  12. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,694
    1,718
    150

    Yes it is time bombed :tea:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. throbber

    throbber MDL Addicted

    Mar 13, 2008
    585
    32
    30
    ok i will give th2 10586 a go.
    many thanks for your help:biggrin:
     
  14. Overseer

    Overseer MDL Novice

    Jul 29, 2009
    27
    0
    0
    Many thanks :)
     
  15. jaladhjin

    jaladhjin MDL Novice

    Nov 26, 2013
    48
    3
    0
    what does ltsb actually stand for ? o_O
     
  16. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,364
    210
    Long Term Service Branch
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. kuroda

    kuroda MDL Senior Member

    Aug 25, 2012
    445
    32
    10
    ...MSMG TOOLKIT UPDATED V.3.9 .....:biggrin:
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,021
    14,670
    340
    #318 xinso, Feb 29, 2016
    Last edited: Feb 29, 2016
    How to add/remove package(s) manually?

    Now, to remove a package, people do it this way - modify registry:

    1. Unhide by changing "Visibility"=dword:00000002 to "Visibility"=dword:00000001
    2. Delete Owners
    3. Add "DefVis"=dword:00000002

    ex. To make Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.14271.1000 removable

    Before
    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.14271.1000]
    "InstallClient"="DISM Package Manager Provider"
    "InstallName"="Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.14271.1000.mum"
    "InstallLocation"="\\\\?\\d:\\rs1.bin.amd64fre.dep\\mergedcomponents\\images\\client\\packages"
    "CurrentState"=dword:00000070
    "SelfUpdate"=dword:00000000
    "Visibility"=dword:00000002
    "InstallTimeHigh"=dword:01d16b21
    "InstallTimeLow"=dword:7b10ae4f
    "InstallUser"="S-1-5-21-397955417-626881126-188441444-4882392"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.14271.1000\Owners]
    "Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.14271.1000"=dword:00020070

    After
    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.14271.1000]
    "InstallClient"="DISM Package Manager Provider"
    "InstallName"="Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.14271.1000.mum"
    "InstallLocation"="\\\\?\\d:\\rs1.bin.amd64fre.dep\\mergedcomponents\\images\\client\\packages"
    "CurrentState"=dword:00000070
    "SelfUpdate"=dword:00000000
    "Visibility"=dword:00000001
    "InstallTimeHigh"=dword:01d16b21
    "InstallTimeLow"=dword:7b10ae4f
    "InstallUser"="S-1-5-21-397955417-626881126-188441444-4882392"
    "DefVis"=dword:00000002

    But how can we Install/Uninstall a package without modifying the registry and capturing a package?

     
  19. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,366
    1,075
    90
    #319 LiteOS, Feb 29, 2016
    Last edited: Feb 29, 2016
    @ xinso
    Need to find a way to run dism as the owner id

    like when install new flash version it recognize it self and uninstall the old version and install the lastest
     
  20. agarbar90

    agarbar90 MDL Novice

    Feb 29, 2016
    41
    22
    0
    #320 agarbar90, Feb 29, 2016
    Last edited: Mar 1, 2016
    Thanks @damianfox for this thread.

    I didn't know about this MSMG Toolkit and I find it quite useful. I decided to make the process with a Pro ISO tough (I think that Enterprise editions aren't included in the free upgrade program), in order to keep it activated when going from 8.1 to 10.