Windows 10 Hotfix Repository

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

  1. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    3,446
    1,340
    120
    Where to add and if so why would it be good?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,306
    450
    That is not a usable update, it's a WU reset update that prepares windows for the next feature update, WU will get it when windows thinks it's needed.
     
  3. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    #12743 Windows 10 User, Jun 12, 2021
    Last edited: Jun 13, 2021
    To the Updates Overview. I guess it would and that's why I asked.

    I noticed it installed Microsoft Update Health Tools and I already had 21H1 installed so this update prepared Windows for what? What does Microsoft Update Health Tools do? Also, will you add Intel Microcodes updates?
     
  4. 600415

    600415 MDL Member

    Aug 31, 2015
    223
    268
    10
    @Windows 10 User it contains an updated version of the system file mcupdate_GenuineIntel.dll
    installing/integrating it does no harm on AMD systems, the file is not loaded there anyway (there is an analogical file for AMD systems but i have not seen it updated outside new major OS upgrades)
    you only need to integrate the latest microcode update
     
  5. kongokalle

    kongokalle MDL Novice

    Jun 13, 2021
    8
    0
    0
    #12748 kongokalle, Jun 13, 2021
    Last edited: Jun 13, 2021
    Hello @abbodi1406,
    After having downloaded your tool from https://forums.mydigitallife.net/threads/windows-10-hotfix-repository.57050/page-105#post-1216064, I have accidentally terminated the already running script - Now I have a folder in C: called W10UImount_29134 which I cant delete, even after rebooting, how can I fix it?

    What I have already tried is:

    - Change the owner of this folder to my user
    - run dism /unmount-wim /MountDir:"C:\Users\me\Downloads\W10UI_10.1\DVD10UI\sources\install.wim" /discard -> I get 'The request is not supported' (Error 50)
    - close explorer.exe and try to remove the folder via administrative cmd: rmdir /q/s W10UImount_29134 -> i get 'Access is Denied'

    Do note, that also new attempts to run it again fail with the same error.

    Thanks in advance
     
  6. Silent_Warrior

    Silent_Warrior MDL Junior Member

    Nov 5, 2018
    51
    22
    0
    @kongokalle,

    Try use these cmds (with Administrator privileges) before remove your folder:

    Code:
    takeown /f "C:\W10UImount_29134\*" /r
    icacls "C:\W10UImount_29134\*" /grant BUILTIN\Administrators:(F) /t /c
     
  7. kongokalle

    kongokalle MDL Novice

    Jun 13, 2021
    8
    0
    0
    Terrific! The folder is now deleted! Would eventually be an idea to actually put this snippet into the main post, could imagine others might run into it as well
     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    The error is due to mounted offline image registry hives by DISM, do unmount them first and then unmount the image it will work.

     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,190
    90,665
    340
    Code:
    dism /Image:C:\W10UImount_29134 /Get-Packages 2>nul
    dism /Unmount-Wim /MountDir:C:\W10UImount_29134 /Discard
    dism /Cleanup-Wim
    rd /s /q C:\W10UImount_29134
     
  10. kongokalle

    kongokalle MDL Novice

    Jun 13, 2021
    8
    0
    0
    Yes, this works as well and is probably cleaner, thanks!
     
  11. andom

    andom MDL Novice

    Jun 21, 2015
    40
    54
    0
    @abbodi1406

    Might not be the right place for this, but thank you for all your hard work over the years and the W10UI script.

    I've always had my own custom .cmd and powershell scripts for building Windows images, but was completely stuck with later Windows 10 builds, as they always seemed to have issues. After spending days trying to troubleshoot why builds were not working properly, W10UI script revealed to me what the problem was, and now everything is working as expected.
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,306
    450
  13. BELNN

    BELNN MDL Member

    Apr 2, 2016
    107
    72
    10
    19041.1081.vb_release_svc_prod3.210607-1924
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,306
    450
    Nowhere to be found? @abbodi1406 mentioned 1081 the other day but nothing on catalog nor uup dump.
     
  15. BELNN

    BELNN MDL Member

    Apr 2, 2016
    107
    72
    10
    It's coming soon. On arm64 just launched KB5003690
     
  16. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,914
    5,753
    180