DISCUSSION: Windows Server 2016 14393 (1607)

Discussion in 'Windows Server' started by murphy78, Jul 26, 2016.

  1. murphy78

    murphy78 MDL DISM Enthusiast

    Joined:
    Nov 18, 2012
    Messages:
    6,943
    Likes Received:
    10,704
    Trophy Points:
    210
    Well, I would obviously recommend waiting til Aug 2 before making any build dependent stuff, but it's gonna be the same as this one.
    Hopefully they won't try to sneak in a new KMS protocol in an update. I can't imagine they would, as it would be terrible for business, but you never know.
     
  2. LiteOS

    LiteOS MDL Expert

    Joined:
    Mar 7, 2014
    Messages:
    1,893
    Likes Received:
    814
    Trophy Points:
    60
    use dism, google enable dotnet from dvd with dism
     
  3. correcto

    correcto MDL Novice

    Joined:
    Jun 25, 2010
    Messages:
    14
    Likes Received:
    2
    Trophy Points:
    0
    To install dotnet just change source path to the image folder(or dvd drive path) you used to install windows srver, ie x:\Sources\SxS\
     
  4. W2K8

    W2K8 MDL Junior Member

    Joined:
    Sep 2, 2011
    Messages:
    50
    Likes Received:
    4
    Trophy Points:
    0
    I have no problems with .net 3.5 from an alternate Source....
     
  5. MrChris

    MrChris MDL Addicted

    Joined:
    Jun 23, 2007
    Messages:
    515
    Likes Received:
    120
    Trophy Points:
    30
    What if you where to upgrade a win2012 server (daz activated) to win2016? would it stay activated?

    ~MC
     
  6. T-S

    T-S MDL Guru

    Joined:
    Dec 14, 2012
    Messages:
    3,988
    Likes Received:
    1,327
    Trophy Points:
    120
    It's very unlikely.

    But if kms activated and the kms service is installed (I guess) it should be activated automagically on the first boot.
     
  7. Myrrh

    Myrrh MDL Expert

    Joined:
    Nov 26, 2008
    Messages:
    1,496
    Likes Received:
    601
    Trophy Points:
    60
  8. maddogster

    maddogster MDL Member

    Joined:
    Mar 23, 2015
    Messages:
    242
    Likes Received:
    81
    Trophy Points:
    10
    and nt server 3.5 and nt server 3.1 and cheap ole windows for workgroups 3.1x for our token ring and sneaker networks :) probably more internally that never got released
     
  9. bjf2000

    bjf2000 MDL Expert

    Joined:
    Apr 11, 2008
    Messages:
    1,015
    Likes Received:
    156
    Trophy Points:
    60
    They didn't forget about those earlier releases. One of the MS higher-ups tweeted today:

    "4.0 was the real start in most people's mind."

    Those earlier releases were pretty nascent as I recall, so there's something of a point to it.
     
  10. Tito

    Tito Super Mod / Adviser Staff Member

    Joined:
    Nov 30, 2009
    Messages:
    17,888
    Likes Received:
    16,542
    Trophy Points:
    340
    No, as Server 2016 requires a new revision of SLIC, probably 2.4.

    Tested myself - installed Server 2016 Datacenter in VirtualBox with HP SLIC 2.3, installed certificate & generated OEM:SLP key but its still in notification mode.
     
  11. TCM

    TCM MDL Addicted

    Joined:
    Aug 25, 2011
    Messages:
    808
    Likes Received:
    417
    Trophy Points:
    30
    That's the point. You make it sound like that's a bad thing.
     
  12. sXpTv

    sXpTv MDL Member

    Joined:
    Jul 14, 2014
    Messages:
    190
    Likes Received:
    41
    Trophy Points:
    10
    Still no language packs available yet? 14393 lps doesn't work with Server :/
     
  13. T-S

    T-S MDL Guru

    Joined:
    Dec 14, 2012
    Messages:
    3,988
    Likes Received:
    1,327
    Trophy Points:
    120
  14. RobrPatty

    RobrPatty MDL Addicted

    Joined:
    Jul 23, 2009
    Messages:
    677
    Likes Received:
    232
    Trophy Points:
    30
    Damn means starting all over with the slic setup. I guess MDL will get on top off it.
     
  15. sXpTv

    sXpTv MDL Member

    Joined:
    Jul 14, 2014
    Messages:
    190
    Likes Received:
    41
    Trophy Points:
    10
    Nice, can you send me a link to the lps pls :) or did you used Windows Update?
     
  16. T-S

    T-S MDL Guru

    Joined:
    Dec 14, 2012
    Messages:
    3,988
    Likes Received:
    1,327
    Trophy Points:
    120
    I don't have it

    I took the MUIs from w10 14393 and wserver 14300
     
  17. hitman47

    hitman47 MDL Novice

    Joined:
    Oct 27, 2012
    Messages:
    18
    Likes Received:
    3
    Trophy Points:
    0
    @T-S: Can you tell me from where do you have the MUIs for Server 2016? I tried an language pack from W10 14393 but I couldn't install it. Thanks.
     
  18. T-S

    T-S MDL Guru

    Joined:
    Dec 14, 2012
    Messages:
    3,988
    Likes Received:
    1,327
    Trophy Points:
    120
    #78 T-S, Jul 29, 2016
    Last edited by a moderator: Apr 20, 2017

    As I said, I did install them manually

    Export the MUI reg (from a W10 en-US plus MUI) and import install the reg in W Server

    (this is for it_IT)

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MUI\UILanguages\en-US]
    "LCID"=dword:00000409
    "Type"=dword:00000111
    
    
    
    
    
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MUI\UILanguages\it-IT]
    "DefaultFallback"="en-US"
    "en-US"=hex(7):00,00,00,00
    "LCID"=dword:00000410
    "Type"=dword:00000092
    
    
    
    then copy the MUIs from the W10 iso to W Server installation

    90% of them are in


    \windows\it_it

    \windows\system32\it

    \windows\system32\it_IT

    \windows\syswow64\it

    \windows\syswow64\it_IT

    (again the examples are for Italian)

    Then reboot and set your language as usual.


    You can refine further by copying other it_IT folders from other places (program files and so on) and adding the missing server ones taking them from Wsever build 14300

    Just use another installation, or 7zip to open the WIM
     
  19. EFA11

    EFA11 Avatar Guru

    Joined:
    Oct 7, 2010
    Messages:
    8,729
    Likes Received:
    6,728
    Trophy Points:
    270
    maybe I missed this, but using this on the current build (Pre-Anniversary) does the updated dedup mess with previous dedup setups? Im still on the last release of files for my drives.
     
  20. T-S

    T-S MDL Guru

    Joined:
    Dec 14, 2012
    Messages:
    3,988
    Likes Received:
    1,327
    Trophy Points:
    120
    Too long to test ATM, but I assume that nothing has changed on that regard since the TPs