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".
^^ 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
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.
@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!
@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!~
Can someone please, give me the magnet link of Windows 10 Enterprise LTSB full, because i've got the 90 days version.
Put the EVAL ISO next to this tool and download the 2016 LTSB iso, it will only download the patch and convert it to the selected non eval iso: https://forums.mydigitallife.net/th...3-ltsb-2016-2015-server-2016-techbench.77028/
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-
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.
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
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.
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?
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.