Windows 10 Hotfix Repository

Discussion in 'Windows 10' started by Tito, Oct 1, 2014.

  1. rockyanexpert

    rockyanexpert MDL Junior Member

    Mar 6, 2010
    87
    56
    0
    All 'older' CPUs are going to be hit hard such that user cal feel the lag
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,938
    450
    Please keep it about windows KB's :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    #5124 MonarchX, Jan 11, 2018
    Last edited: Jan 11, 2018
    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?
     
  4. boo123

    boo123 MDL Member

    Sep 20, 2013
    247
    32
    10
    wrong thread
     
  5. hildegard

    hildegard MDL Novice

    Nov 26, 2015
    25
    11
    0
    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?
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,938
    450
    Do you have the QualityCompat regkey set, either by AV or manually?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    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
     
  8. hildegard

    hildegard MDL Novice

    Nov 26, 2015
    25
    11
    0
    Thanks, the registry key was missing because I removed Windows Defender with MSMG toolkit and didn't install an antivirus. :)
     
  9. Enthousiast

    Enthousiast MDL Tester

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

    Satoshi19 MDL Member

    Jun 15, 2017
    214
    24
    10
    According to Dell it's BIOS firmware which is also CPU microcode update
     
  11. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,031
    128
    90
    #5135 Windows 10 User, Jan 13, 2018
    Last edited: Jan 13, 2018
    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?
     
  12. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,054
    24,375
    340
    You might wanna posts this is the WHD thread :thinking:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,031
    128
    90
    Ok.
     
  14. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    983
    885
    30
    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?
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,938
    450
    Please show the progress or settings of the script.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    983
    885
    30
    #5140 KedarWolf, Jan 13, 2018
    Last edited by a moderator: Jan 14, 2018
    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?