Windows 11 Hotfix Repository

Discussion in 'Windows 11' started by Tito, Jul 1, 2021.

Tags:
  1. sonic9

    sonic9 MDL Member

    Aug 4, 2009
    198
    81
    10
  2. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,054
    674
    90
    Notepad, Paint, etc... When I had looked
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    51,214
    110,952
    450
    Please read back on the forum, al lot already has been discussed, the appx stuff still doesn't seem to be used.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,624
    93,607
    340
    It's for Recall and other AI components, not for regular apps
    it get installed for NPU PC only
     
  5. koawmfot

    koawmfot MDL Novice

    Jul 29, 2009
    7
    3
    0
    how do they get integrated into an ISO, or are they not? like if i take a MS iso, mount it and dism the MSU...
    i guess i should just try it

    if they are integrated, does it differentiate during installation to add them to the system if it sees an NPU, or does it add them regardless?
    again i should test this
     
  6. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,054
    674
    90
    We have some traces of this "AI"
    microsoftwindows.client.aix or microsoftwindows.client.coreai for example
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    51,214
    110,952
    450
    #3047 Enthousiast, May 15, 2025
    Last edited: May 15, 2025
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,624
    93,607
    340
    They are not added, some already tested like @Enthousiast
    it could be ment for online installation only (to properly detect NPU machine)

    you can try to fool the msu by adding this registry to the mounted image registry (untested)
    Code:
    set "rk=HKEY_LOCAL_MACHINE\Offline_Software\Microsoft\Windows NT\CurrentVersion\UnattendSettings\WaaS\Device\Detect\Hardware\NPU"
    reg add "%rk%" /v "A6EEA85C-3D59-4FF8-A673-F88D85107D0C" /d "1"
     
  9. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,054
    674
    90
    MS could have provided CUs for NPUs and no-NPUs
    But more work for them :D
     
  10. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,592
    3,099
    60
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    51,214
    110,952
    450
    #3051 Enthousiast, May 19, 2025
    Last edited: May 19, 2025
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,592
    3,099
    60
    #3052 steven4554, May 19, 2025
    Last edited: May 19, 2025
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    51,214
    110,952
    450
    #3053 Enthousiast, May 19, 2025
    Last edited: May 19, 2025
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. sonic9

    sonic9 MDL Member

    Aug 4, 2009
    198
    81
    10
    is possible to keep W10ui_temp folder , delete MSIX then apply to another system ?
    because 4 GB msu over Wi-Fi 50 Mbits/s is quite slow , I don't understand Microsoft
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    51,214
    110,952
    450
    #3055 Enthousiast, May 20, 2025
    Last edited: May 20, 2025
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,624
    93,607
    340
    Using 7-zip, extract all non-msix files from msu file to a new folder
    use PSFX MSU Maker to create new msu
     
  17. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,054
    674
    90
    Is there any other way than 7zip to extract the msu file ?
     
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    51,214
    110,952
    450
    Why? It does the job.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,624
    93,607
    340
    Code:
    mkdir new_folder
    dism.exe /Apply-Image /ImageFile:Windows11.0-KB5058411-x64.msu /Index:1 /ApplyDir:new_folder /NoAcl:all
     
  20. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,054
    674
    90
    All good, thanks so much ;)