[DISCUSSION] Windows 10 Enterprise (N) LTSB 2016

Discussion in 'Windows 10' started by Tito, Jul 21, 2016.

  1. uaaysakk112

    uaaysakk112 MDL Novice

    Jan 21, 2018
    22
    4
    0
    No, I don't think so.
    "This release will have the same features as the Windows 10 Semi-Annual Channel release made available at the same time" - ok, it means it will share windows features.
    "with the usual exceptions (including apps... Microsoft Edge, and Cortana)." - good, the exceptions (features not included) are things like edge and cortana.
    Don't worry.
     
  2. palikuca

    palikuca MDL Member

    Oct 23, 2017
    122
    33
    10
    I already got a shock, haha
    THX
     
  3. goodflood

    goodflood MDL Member

    Feb 16, 2011
    112
    11
    10
    @xinso

    From @Enthousiast list above, on another laptop, I tried to use the same files for update

    2216 is already there from before
    7146 failed with same error
    4590 worked
    7131 worked (is installing as I write)

    So, not sure what this means.

    I don't think 7146 or other files are corrupt; something else is the matter, with respect to, "This update is not applicable to your computer" error.

    Question: WHDownloader shows total four flash update 7146 file versions (update fail). They all have different hashes appended to the file name.
    So, I see that two files are 20.89 MB and 2 files are 20.88 MB. So, since I have one size already downloaded, tried and failed, I am going to download the other size and try.
    Any suggestions welcome!
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,937
    450
    Only the 14393 updates on WHD are applicable to 2016 LTSB, the others have other build nrs listed.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. goodflood

    goodflood MDL Member

    Feb 16, 2011
    112
    11
    10
    @Enthousiast Thank you for that piece of information... makes sense now. I downloaded the other sized file, flash update and yes, it is in the 14393 folder : ) Will apply it soon!~
     
  6. Fethz

    Fethz MDL Novice

    Aug 30, 2018
    4
    0
    0
    Can someone please, give me the magnet link of Windows 10 Enterprise LTSB full, because i've got the 90 days version.
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,937
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. AndyMutz

    AndyMutz MDL Senior Member

    Jun 30, 2011
    369
    688
    10
    just a heads-up, in case anyone here wants to buy the new RTX 2080 (TI) cards from nvidia.. those cards need at least windows 10 v1709.
    but it may be possible to hack the driver inf, I don't know.

    -andy-
     
  9. slayer9450

    slayer9450 MDL Member

    Aug 3, 2015
    210
    78
    10
    No they don't. Nvidia has drivers on geforce.com/drivers for Windows 7, 8, and 8.1. They also have drivers for Linux/GNU, Solaris, and FreeBSD.
     
  10. goodflood

    goodflood MDL Member

    Feb 16, 2011
    112
    11
    10
    #891 goodflood, Sep 23, 2018
    Last edited by a moderator: Sep 23, 2018
    So, to bring my LTSB machine to September updates, I used this simple script
    Code:
    @echo off
    cd /d %~dp0
    
    wusa.exe Windows10.0-KB4132216-x64.msu /quiet /norestart
    wusa.exe windows10.0-kb4457146-x64_6823bcd7ba34b932ab8506aefacae87af33e64f4.msu /quiet /norestart
    wusa.exe Windows10.0-KB4054590-x64.msu /quiet /norestart
    wusa.exe Windows10.0-KB4457127-x64.msu /quiet /norestart
    
    pause
    exit
    
    The problems and questions I have is...

    1. isn't there any output to wusa after each item is installed or failed... like "update installed successfully" OR "update failed"
    2. if an update is already installed, will wusa install it again, or skip it? this will tell me whether it is safe to run this script again OR not.
    3. I ran this script ... then, rebooted! Now, an older CU is showing up and downloading. isn't there a mechanism for windows update to check that a superseded update is already install and so, an older update is not needed?

    Frustration level: HIGH
     
  11. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,533
    21,780
    210
    you used the /Quiet parameter which won't display anything ;)

    Usually if a update is already on the system it should say already present and skip it. :g:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. goodflood

    goodflood MDL Member

    Feb 16, 2011
    112
    11
    10
    ah... no wonder I couldn't find /verbose flag for wusa... Thanks!
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,937
    450
    #894 Enthousiast, Sep 23, 2018
    Last edited by a moderator: Sep 23, 2018
    May i ask for the kb nr of the offered update on WU after you ran the script and did you reboot after the script initially ran?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. goodflood

    goodflood MDL Member

    Feb 16, 2011
    112
    11
    10
    Note: For me /quiet and /verbose are two different thing, in that... not having something interactive like pressing NEXT is different from not displaying any output, but maybe I am being wishful!

    Anyway, I removed the /quiet flag and now, wusa.exe pops an error dialog on how to use it. Apparently, this line without /quiet is no good. Example:

    wusa.exe Windows10.0-KB4457127-x64.msu /norestart gives an error.
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,937
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Jarvis_MK1

    Jarvis_MK1 MDL Novice

    Oct 18, 2014
    6
    1
    0
    Can someone provide me a link for the following Enterprise 2016 LTSB N version?
    de_windows_10_enterprise_2016_ltsb_n_x64_dvd_9060124.iso

    Searched the forum but couldn't find it.
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,937
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...