[DISCUSSION] Windows 10 Enterprise (N) LTSB 2016

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

  1. PsychedelicShaman

    PsychedelicShaman MDL Member

    Dec 4, 2017
    134
    318
    10
    Yeah, i always disable Defender entirely in gpedit.msc on LTSB 1607 because im using ESET Internet Security - which is way, way better antivirus, but i wonder if it will be possible to fully disable Defender in LTSC 1809 as they integrated it deeper within the OS now as "security center". :confused:
     
  2. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    ^^
    ok, well myself don't disable WDWAS only disable all necessary or block; still I don't use AV for me is not necessary at least in 25 years that I remember lol and for LTSC 1809 only wait to see what have inside the OS ;):D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. 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.
     
  4. palikuca

    palikuca MDL Member

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

    goodflood MDL Member

    Feb 16, 2011
    109
    10
    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!
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,763
    450
    Only the 14393 updates on WHD are applicable to 2016 LTSB, the others have other build nrs listed.
     
  7. goodflood

    goodflood MDL Member

    Feb 16, 2011
    109
    10
    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!~
     
  8. 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.
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,763
    450
  10. AndyMutz

    AndyMutz MDL Senior Member

    Jun 30, 2011
    335
    629
    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-
     
  11. slayer9450

    slayer9450 MDL Member

    Aug 3, 2015
    211
    87
    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.
     
  12. goodflood

    goodflood MDL Member

    Feb 16, 2011
    109
    10
    10
    #894 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
     
  13. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,780
    19,354
    180
    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...
  14. goodflood

    goodflood MDL Member

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

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,763
    450
    #897 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?
     
  16. goodflood

    goodflood MDL Member

    Feb 16, 2011
    109
    10
    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.
     
  17. goodflood

    goodflood MDL Member

    Feb 16, 2011
    109
    10
    10