Windows 10 Hotfix Repository

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

  1. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,031
    128
    90
    #12741 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?
     
  2. 600415

    600415 MDL Senior Member

    Aug 31, 2015
    259
    310
    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
     
  3. kongokalle

    kongokalle MDL Novice

    Jun 13, 2021
    8
    0
    0
    #12746 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
     
  4. 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
     
  5. 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
     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    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.

     
  7. abbodi1406

    abbodi1406 MDL KB0000001

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

    kongokalle MDL Novice

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

    andom MDL Novice

    Jun 21, 2015
    42
    62
    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.
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,938
    450
    #12753 Enthousiast, Jun 15, 2021
    Last edited: Jun 15, 2021
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. BELNN

    BELNN MDL Member

    Apr 2, 2016
    136
    92
    10
    19041.1081.vb_release_svc_prod3.210607-1924
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,938
    450
    Nowhere to be found? @abbodi1406 mentioned 1081 the other day but nothing on catalog nor uup dump.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. BELNN

    BELNN MDL Member

    Apr 2, 2016
    136
    92
    10
    It's coming soon. On arm64 just launched KB5003690
     
  14. oilernut

    oilernut MDL Senior Member

    Jul 8, 2007
    473
    368
    10
    #12760 oilernut, Jun 17, 2021
    Last edited: Jun 17, 2021
    .