Does 16299.192 include the CPu security fixes that slow down Ivy Bridge? I guess with my rig I need to figure out what the latest updates I can install that do not degrade performance and wait until it's time to upgrade my CPU (after Intel releases new ones with security fixes integrated on hardware-level). If the registry entry is not set, then the CPU security fix does not apply, does it?
Hello, I used the latest WUMT to update my Windows 10 LTSB (1607). My first update included the cumulative updates from 2017-12 with 1.16GB in size. This was my first update after a clean installation and it went fine. The problem now is, that I don't see the new update to 2018-01 security patches. It just doesn't get shown when searching for updates. Is this a known problem for the LTSB version?
Code: reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\QualityCompat /v cadca5fe-87d3-4b96-b7fb-a231484277cc /t REG_DWORD /d 0 /f You need to have complied AV or don't have AV at all
Thanks, the registry key was missing because I removed Windows Defender with MSMG toolkit and didn't install an antivirus.
I don't know why but WHDownloader deleted almost all my files in the Documents folder after I downloaded the Office 2016 updates and it didn't even include the latest ones! How can I recover the deleted files?
I used W10UI_4.1, added Windows10.0-KB4056887-x64, Windows10.0-KB4056892-x64, Windows10.0-KB4058702-x64 updates to the 16299.15 Techbench ISO and when I run Windows Update the Feature Update and Windows10.0-KB4056892-x64 update still installs. What am I doing wrong?
Code: @echo off cd /d "%~dp0" set uiv=v4.1 :: when changing below options, be sure to set the new values between = and " marks :: for updating current os, leave this option as %SystemDrive% set "target=D:\1" :: updates location, %cd% represent the current script directory set "repo=%cd%" :: dism.exe tool path (default is system's if the host os is win10) set "dismroot=%windir%\system32\dism.exe" :: enable .NET 3.5 feature set net35=1 :: optional, specify custom "folder" path for microsoft-windows-netfx3-ondemand-package.cab set "net35source=" :: Cleanup OS images to "compress" superseded components (might take long time to complete) set cleanup=1 :: Rebase OS images to "remove" superseded components (warning: break "Reset this PC" feature) :: require first to set cleanup=1 set resetbase=1 :: create new iso file if the target is a distribution folder :: require placing oscdimg.exe or cdimage.exe next to W10UI.cmd set iso=1 :: set this to 1 to start the process directly once you execute the script :: make sure you set the above options correctly first set autostart=0 :: optional, set temporary directory for extracted files set "cab_dir=%~d0\W10UItemp" :: optional, set mount directory for updating wim files set "mountdir=%SystemDrive%\W10UImount" set "winremount=%SystemDrive%\W10UImountre" The update files are in the script folder. Sorry, there is no 'Code' option when I post here so I don't know how to make it in the post that way. Edit: Is it because I'm using the English International ISO?