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
    :mad: Bogus information, I don't want to Rename
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,089
    15,292
    340
  3. 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.
     
  4. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,704
    1,728
    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...
  5. 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.
     
  6. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,704
    1,728
    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...
  7. 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?
     
  8. throbber

    throbber MDL Addicted

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

    throbber MDL Addicted

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

    endbase MDL Guru

    Aug 12, 2012
    4,704
    1,728
    150

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

    throbber MDL Addicted

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

    Overseer MDL Novice

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

    jaladhjin MDL Novice

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

    lobo11 TOMAHAWK CHOP

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

    kuroda MDL Senior Member

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

    xinso MDL Guru

    Mar 5, 2009
    15,089
    15,292
    340
    #316 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?

     
  17. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,421
    1,107
    90
    #317 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
     
  18. agarbar90

    agarbar90 MDL Novice

    Feb 29, 2016
    41
    22
    0
    #318 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.
     
  19. Prosto

    Prosto MDL Addicted

    Mar 18, 2015
    768
    307
    30
    #319 Prosto, Mar 8, 2016
    Last edited: Mar 10, 2016
    Delete.......
     
  20. throbber

    throbber MDL Addicted

    Mar 13, 2008
    585
    32
    30
    Well I did a enterprise N 10586 X64 last week and I must say it works really good.
    .installed some updates
    .added a after market
    Video/music player
    .image viewer
    .startisback
    things are a bit odd coming straight from win7 but I prefer this to a full blown win10.
    look forward to trying the conversation on the next build.