[DISCUSSION] UUP dump - download Windows 10/11 UUPs with ease

Discussion in 'MDL Projects and Applications' started by whatever127, Sep 2, 2017.

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,944
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Dude Guyman

    Dude Guyman MDL Senior Member

    Jun 20, 2017
    371
    413
    10
    Hey, if I use UUP to create a version 19045.6691 22H2 ISO, how does that work if that build it is after the EOL build of Windows 10 and I don't have ESU (extended updates)? Will there be some sort of problem, or will it just stay at 19045.6691 and work fine?
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,944
    450
    UUP>ISO integrates all updates and for newer updates to be able to install online by WU you will need TSForge ESU from MAS.

    Check here for all options:
    https://forums.mydigitallife.net/th...options-activation-and-troubleshooting.89665/
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Dude Guyman

    Dude Guyman MDL Senior Member

    Jun 20, 2017
    371
    413
    10
    Thanks. I was just wondering about the updates already integrated by UUP. Thinking of having a static, locked down build for certain games, etc. going forward and running Linux for everything else. I kind of expected UUP to stop after the October EOL update and was surprised to see newer, post EOL versions.
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,944
    450
    UUP = Windows Update, so as long as MSFT keeps releasing updates we will be able to use them.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,027
    340
    No
    Yes
     
  7. Dude Guyman

    Dude Guyman MDL Senior Member

    Jun 20, 2017
    371
    413
    10
    @Enthousiast and @abbodi1406 thanks for the info.
    In best falling down drunk guy voice: "I love you guys man!" :p
     
  8. olivetree24516

    olivetree24516 MDL Novice

    May 16, 2024
    29
    2
    0
    I used the script provided by the UUPDUMP website to build the latest Windows 11/10 image, but the script reported an error when executing at servicing Index 1.
    It seems it can't mount the system, showing the error message ERROR:5 access denied, followed by ERROR:50 the request is not supported.
    I checked the dism.log file and found the following content. I'm quite confused because over a month ago, building it was successful.


    C:\Windows\Logs\DISM\dism.log
    2026-01-16 09:22:46, Info DISM DISM Manager: PID=5676 TID=9972 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
    2026-01-16 09:22:46, Info DISM DISM.EXE:
    2026-01-16 09:22:46, Info DISM DISM.EXE: <----- Starting Dism.exe session ----->
    2026-01-16 09:22:46, Info DISM DISM.EXE:
    2026-01-16 09:22:46, Info DISM DISM.EXE: Host machine information: OS Version=10.0.19045, Running architecture=amd64, Number of processors=12
    2026-01-16 09:22:46, Info DISM DISM.EXE: Instance information: Parent process=C:\Windows\System32\cmd.exe, Parent process PID=440
    2026-01-16 09:22:46, Info DISM DISM.EXE: Dism.exe version: 10.0.26100.2454
    2026-01-16 09:22:46, Info DISM DISM.EXE: Executing command line: dism.exe /English /ScratchDir:"C:\W10UIuup" /Mount-Wim /Wimfile:"temp\winre.wim" /Index:1 /MountDir:"C:\MountUUP"
    [5676.9972] Mounting new image.
    Wim: [C:\Users\justice\Desktop\26200.7623_amd64_zh-cn_professional_b9de0e0d_convert\temp\winre.wim]
    Image Index: [1]
    Mount Guid: [effa77e9-030a-42ef-be9f-0fe3b887789a]
    Mount Path: [C:\MountUUP]
    [5676.9972] [0x80070005] WIMMountImageHandle:(1262): 拒绝访问。
    2026-01-16 09:22:46, Error DISM DISM WIM Provider: PID=5676 TID=9972 "Failed to mount the image." - CWimImageInfo::Mount(hr:0x80070005)
    2026-01-16 09:22:46, Error DISM DISM WIM Provider: PID=5676 TID=9972 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:2779 - CWimManager::InternalOpMount(hr:0x80070005)
    2026-01-16 09:22:46, Error DISM DISM WIM Provider: PID=5676 TID=9972 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:4126 - CWimManager::InternalCmdMount(hr:0x80070005)
    2026-01-16 09:22:46, Error DISM DISM WIM Provider: PID=5676 TID=9972 "Error executing command" - CWimManager::InternalExecuteCmd(hr:0x80070005)
    2026-01-16 09:22:46, Error DISM DISM WIM Provider: PID=5676 TID=9972 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:2317 - CWimManager::ExecuteCmdLine(hr:0x80070005)
    2026-01-16 09:22:46, Info DISM DISM.EXE: Image session has been closed. Reboot required=no.
    2026-01-16 09:22:46, Info DISM DISM.EXE:
    2026-01-16 09:22:46, Info DISM DISM.EXE: <----- Ending Dism.exe session ----->
    2026-01-16 09:22:46, Info DISM DISM.EXE:
    2026-01-16 09:22:46, Info DISM PID=3732 TID=9260 Scratch directory set to 'C:\Users\justice\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
    2026-01-16 09:22:46, Info DISM PID=3732 TID=9260 DismCore.dll version: 10.0.26100.2454 - CDISMManager::FinalConstruct
    2026-01-16 09:22:46, Info DISM Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
    2026-01-16 09:22:46, Info DISM PID=3732 TID=9260 Successfully loaded the ImageSession at "D:\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\amd64\DISM" - CDISMManager::LoadLocalImageSession
    2026-01-16 09:22:46, Info DISM Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
    2026-01-16 09:22:46, Info DISM DISM Provider Store: PID=3732 TID=9260 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
    2026-01-16 09:22:46, Info DISM Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
    2026-01-16 09:22:46, Info DISM DISM Manager: PID=3732 TID=9260 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
    2026-01-16 09:22:46, Info DISM DISM.EXE:
    2026-01-16 09:22:46, Info DISM DISM.EXE: <----- Starting Dism.exe session ----->
    2026-01-16 09:22:46, Info DISM DISM.EXE:
    2026-01-16 09:22:46, Info DISM DISM.EXE: Host machine information: OS Version=10.0.19045, Running architecture=amd64, Number of processors=12
    2026-01-16 09:22:46, Info DISM DISM.EXE: Instance information: Parent process=C:\Windows\System32\cmd.exe, Parent process PID=440
    2026-01-16 09:22:46, Info DISM DISM.EXE: Dism.exe version: 10.0.26100.2454
    2026-01-16 09:22:46, Info DISM DISM.EXE: Executing command line: dism.exe /English /Unmount-Wim /MountDir:"C:\MountUUP" /Discard
    [3732.9260] [0x80070002] FIOReadFileIntoBuffer:(1454): 系统找不到指定的文件。
    [3732.9260] [0xc142011c] UnmarshallImageHandleFromDirectory:(641)
    [3732.9260] [0xc142011c] WIMGetMountedImageHandle:(2910)
    2026-01-16 09:22:46, Info DISM DISM WIM Provider: PID=3732 TID=9260 [C:\MountUUP] is not a WIM mount point. - CWimMountedImageInfo::Initialize
    2026-01-16 09:22:46, Error DISM DISM WIM Provider: PID=3732 TID=9260 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:2816 - CWimManager::InternalOpUnmount(hr:0x80070032)
    2026-01-16 09:22:46, Error DISM DISM WIM Provider: PID=3732 TID=9260 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:4339 - CWimManager::InternalCmdUnmount(hr:0x80070032)
    2026-01-16 09:22:46, Error DISM DISM WIM Provider: PID=3732 TID=9260 "Error executing command" - CWimManager::InternalExecuteCmd(hr:0x80070032)
    2026-01-16 09:22:46, Error DISM DISM WIM Provider: PID=3732 TID=9260 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:2317 - CWimManager::ExecuteCmdLine(hr:0x80070032)
    2026-01-16 09:22:46, Info DISM DISM.EXE: Image session has been closed. Reboot required=no.
    2026-01-16 09:22:46, Info DISM DISM.EXE:
    2026-01-16 09:22:46, Info DISM DISM.EXE: <----- Ending Dism.exe session ----->
    2026-01-16 09:22:46, Info DISM DISM.EXE:
    2026-01-16 09:22:46, Info DISM PID=3060 TID=10220 Scratch directory set to 'C:\Users\justice\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
    2026-01-16 09:22:46, Info DISM PID=3060 TID=10220 DismCore.dll version: 10.0.26100.2454 - CDISMManager::FinalConstruct
    2026-01-16 09:22:46, Info DISM Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
    2026-01-16 09:22:46, Info DISM PID=3060 TID=10220 Successfully loaded the ImageSession at "D:\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\amd64\DISM" - CDISMManager::LoadLocalImageSession
    2026-01-16 09:22:46, Info DISM Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
    2026-01-16 09:22:46, Info DISM DISM Provider Store: PID=3060 TID=10220 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
    2026-01-16 09:22:46, Info DISM Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
    2026-01-16 09:22:46, Info DISM DISM Manager: PID=3060 TID=10220 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
    2026-01-16 09:22:46, Info DISM DISM.EXE:
    2026-01-16 09:22:46, Info DISM DISM.EXE: <----- Starting Dism.exe session ----->
    2026-01-16 09:22:46, Info DISM DISM.EXE:
    2026-01-16 09:22:46, Info DISM DISM.EXE: Host machine information: OS Version=10.0.19045, Running architecture=amd64, Number of processors=12
    2026-01-16 09:22:46, Info DISM DISM.EXE: Instance information: Parent process=C:\Windows\System32\cmd.exe, Parent process PID=440
    2026-01-16 09:22:46, Info DISM DISM.EXE: Dism.exe version: 10.0.26100.2454
    2026-01-16 09:22:46, Info DISM DISM.EXE: Executing command line: dism.exe /English /Cleanup-Wim
    2026-01-16 09:22:47, Info DISM DISM.EXE: Image session has been closed. Reboot required=no.
    2026-01-16 09:22:47, Info DISM DISM.EXE:
    2026-01-16 09:22:47, Info DISM DISM.EXE: <----- Ending Dism.exe session ----->
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,027
    340
    Try without Windows 11 ADK
    or exclude those folder from Antivirus real time protection
    C:\W10UIuup
    C:\Users\justice\Desktop\26200.7623_amd64_zh-cn_professional_b9de0e0d_convert
     
  10. olivetree24516

    olivetree24516 MDL Novice

    May 16, 2024
    29
    2
    0
    Thank you for your reply.
    I tried turning off the built-in firewall and antivirus software, but it didn't work. My subsequent action was that when downloading files with the script, I modified the second and third settings in the automatically generated UUP_convert.cmd command script, changing them both to 1, as they were both set to 0 by default. After saving, I finally saw the image mounting operation in the command prompt instead of an error message.
    However, it seems that manual operation wasn't required before.
     
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,027
    340
    What second and third settings?
    if ConvertConfig.ini exists, settings states in convert-UUP.cmd are ignored (except Debug mode)
     
  12. olivetree24516

    olivetree24516 MDL Novice

    May 16, 2024
    29
    2
    0
    set AutoStart and AddUpdates, but I now realise that this was not the reason.
    I followed your suggested method, uninstalled the Windows 11 ADK, and then tried again, and this time it worked. Previously, the script would report ERROR 5 at the servicing Index 1 stage, and there was no subsequent mount and update integration stage; it went straight to packaging the archive, resulting in an ISO image of only about 4GB.
     
  13. olivetree24516

    olivetree24516 MDL Novice

    May 16, 2024
    29
    2
    0
    The problem doesn't seem to be resolved.
    On my other Windows 10 computer, without any ADK installed, the same problem occurs when building the image using a UUPDUMP script.Disabling antivirus software or adding it to the trusted list doesn't help; it still throws an ERROR 5 error with "access denied" at the servcing Index 1 stage.
    Isn't the script supposed to run automatically with administrator privileges? I also tried right-clicking and running it as administrator, but the result is still the same.
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,944
    450
    #5974 Enthousiast, Jan 19, 2026
    Last edited: Jan 19, 2026
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. olivetree24516

    olivetree24516 MDL Novice

    May 16, 2024
    29
    2
    0
    #5975 olivetree24516, Jan 20, 2026
    Last edited by a moderator: Jan 20, 2026
    This is my setup and the record of running the UUP-ISO v120z script. Could you please take a look and see if there are any issues?

    Code:
    [convert-UUP]
    AutoStart    =1
    AddUpdates   =1
    Cleanup      =1
    ResetBase    =0
    NetFx3       =0
    StartVirtual =0
    wim2esd      =0
    wim2swm      =0
    SkipISO      =0
    SkipWinRE    =0
    LCUwinre     =0
    LCUmsuExpand =0
    UpdtBootFiles=0
    ForceDism    =0
    RefESD       =0
    SkipLCUmsu   =0
    SkipEdge     =0
    AutoExit     =0
    DisableUpdatingUpgrade=0
    AddDrivers   =0
    Drv_Source   =\Drivers
    
    [Store_Apps]
    SkipApps     =0
    AppsLevel    =0
    StubAppsFull =0
    CustomList   =0
    
    [create_virtual_editions]
    vUseDism     =1
    vAutoStart   =1
    vDeleteSource=0
    vPreserve    =0
    vwim2esd     =0
    vwim2swm     =0
    vSkipISO     =0
    vAutoEditions=
    vSortEditions=

    Code:
    === Configured Options . . .
    
    AutoStart 1
    AddUpdates 1
    Cleanup
    
    === Preparing Reference ESDs . . .
    
    Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package-amd64
    Microsoft-OneCore-DirectX-Database-FOD-Package-amd64
    Microsoft-Windows-Hello-Face-Migration-Package-amd64
    Microsoft-Windows-Hello-Face-Package-amd64
    Microsoft-Windows-InternetExplorer-Optional-Package-amd64
    Microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package-amd64
    Microsoft-Windows-LanguageFeatures-Handwriting-zh-cn-Package-amd64
    Microsoft-Windows-LanguageFeatures-OCR-zh-cn-Package-amd64
    Microsoft-Windows-LanguageFeatures-Speech-zh-cn-Package-amd64
    Microsoft-Windows-LanguageFeatures-TextToSpeech-zh-cn-Package-amd64
    Microsoft-Windows-MediaPlayer-Package-amd64
    Microsoft-Windows-MSPaint-FoD-Package-amd64
    Microsoft-Windows-Notepad-FoD-Package-amd64
    Microsoft-Windows-PowerShell-ISE-FOD-Package-amd64
    Microsoft-Windows-Printing-PMCPPC-FoD-Package-amd64
    Microsoft-Windows-Printing-WFS-FoD-Package-amd64
    Microsoft-Windows-QuickAssist-Package-amd64
    Microsoft-Windows-StepsRecorder-Package-amd64
    Microsoft-Windows-TabletPCMath-Package-amd64
    Microsoft-Windows-UserExperience-Desktop-Package-amd64
    Microsoft-Windows-WordPad-FoD-Package-amd64
    OpenSSH-Client-Package-amd64
    
    === Creating Setup Media Layout . . .
    
    === Creating install.wim . . .
    
    Using LZX compression with 12 threads
    Archiving file data: 7424 MiB of 7424 MiB (100%) done
    
    === Updating install.wim / 1 image{s} . . .
    
    1/5: SSU-19041.6575-x64.cab [SSU]
    2/5: Windows10.0-KB5015684-x64.cab [Enablement]
    3/5: Windows10.0-KB5073933-x64.cab [SafeOS DU]
    4/5: Windows10.0-KB5074207-x64.cab [Setup DU]
    5/5: Windows10.0-KB5077796-x64.cab [LCU]
    
    === Servicing Index: 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    
    Error: 5
    
    Access is denied.
    
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    
    Error: 50
    
    The request is not supported.
    
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
    
    === Rebuilding install.wim . . .
    
    "ISOFOLDER\sources\install.wim" original size: 3135579 KiB
    Using LZX compression with 12 threads
    Archiving file data: 7424 MiB of 7424 MiB (100%) done
    "ISOFOLDER\sources\install.wim" optimized size: 3135579 KiB
    Space saved: 0 KiB
    
    === Adding setup dynamic update{s} . . .
    
    Windows10.0-KB5074207-x64.cab
    
    === Creating winre.wim . . .
    
    Using LZX compression with 12 threads
    Archiving file data: 1080 MiB of 1080 MiB (100%) done
    
    === Updating winre.wim / 1 image{s} . . .
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    
    Error: 5
    
    Access is denied.
    
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    
    Error: 50
    
    The request is not supported.
    
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
    
    === Rebuilding winre.wim . . .
    
    "temp\winre.wim" original size: 434412 KiB
    Using LZX compression with 12 threads
    Archiving file data: 1080 MiB of 1080 MiB (100%) done
    "temp\winre.wim" optimized size: 434412 KiB
    Space saved: 0 KiB
    
    === Adding winre.wim to install.wim . . .
    
    === Creating boot.wim . . .
    
    === Removing temporary files . . .
    
    === Creating ISO . . .
    
    OSCDIMG 2.56 CD-ROM and DVD-ROM Premastering Utility
    Copyright (C) Microsoft, 1993-2012. All rights reserved.
    Licensed only for producing Microsoft authorized content.
    
    
    Scanning source tree (500 files in 40 directories)
    Scanning source tree complete (905 files in 87 directories)
    
    Computing directory information complete
    
    Image file is 4410736640 bytes (before optimization)
    
    Writing 905 files in 87 directories to 19041.1.191206-1406.VB_RELEASE_CLIENTPRO_OEMRET_X64FRE_ZH-CN.ISO
    
    100% complete
    
    Storage optimization saved 24 files, 14194688 bytes (1% of image)
    
    After optimization, image file is 4398612480 bytes
    Space saved because of embedding, sparseness or optimization = 14194688
    
    Done.
    
    Finished.
    Press 0 or q to exit.
    
    
    Dism.log:
    2026-01-20 08:29:58, Info                  DISM   PID=9444 TID=11160 Scratch directory set to 'C:\Users\justice\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
    2026-01-20 08:29:58, Info                  DISM   PID=9444 TID=11160 DismCore.dll version: 10.0.19041.3636 - CDISMManager::FinalConstruct
    2026-01-20 08:29:58, Info                  DISM   PID=9444 TID=11160 Scratch directory set to 'D:\W10UIuup'. - CDISMManager::put_ScratchDir
    2026-01-20 08:29:58, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
    2026-01-20 08:29:58, Info                  DISM   PID=9444 TID=11160 Successfully loaded the ImageSession at "C:\Windows\System32\Dism" - CDISMManager::LoadLocalImageSession
    2026-01-20 08:29:58, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=9444 TID=11160 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=9444 TID=11160 Failed to get and initialize the PE Provider.  Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=9444 TID=11160 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
    2026-01-20 08:29:58, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
    2026-01-20 08:29:58, Info                  DISM   DISM Manager: PID=9444 TID=11160 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE:
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: <----- Starting Dism.exe session ----->
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE:
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Host machine information: OS Version=10.0.19045, Running architecture=amd64, Number of processors=12
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Dism.exe version: 10.0.19041.3636
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Executing command line: dism.exe  /English /ScratchDir:"D:\W10UIuup" /Mount-Wim /Wimfile:"ISOFOLDER\sources\install.wim" /Index:1 /MountDir:"D:\MountUUP"
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=9444 TID=11160 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=9444 TID=11160 Connecting to the provider located at C:\Windows\System32\Dism\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:29:58, Warning               DISM   DISM Provider Store: PID=9444 TID=11160 Failed to load the provider: C:\Windows\System32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=9444 TID=11160 Connecting to the provider located at C:\Windows\System32\Dism\FfuProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=9444 TID=11160 Connecting to the provider located at C:\Windows\System32\Dism\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=9444 TID=11160 Connecting to the provider located at C:\Windows\System32\Dism\VHDProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=9444 TID=11160 Connecting to the provider located at C:\Windows\System32\Dism\ImagingProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:29:58, Warning               DISM   DISM Provider Store: PID=9444 TID=11160 Failed to load the provider: C:\Windows\System32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FolderManager
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FfuManager
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: FfuManager.
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: WimManager
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: WimManager.
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: VHDManager
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: GenericImagingManager
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: GenericImagingManager.
    [9444] Mounting new image.
    Wim:         [D:\UUP\19045.6811_amd64_zh-cn_professional_3671e4cd_convert\ISOFOLDER\sources\install.wim]
    Image Index: [1]
    Mount Path:  [D:\MountUUP]
    [9444] [0x80070005] WIMMountImageHandle:(1259): 拒绝访问。
    2026-01-20 08:29:58, Error                 DISM   DISM WIM Provider: PID=9444 TID=11160 "Failed to mount the image." - CWimImageInfo::Mount(hr:0x80070005)
    2026-01-20 08:29:58, Error                 DISM   DISM WIM Provider: PID=9444 TID=11160 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:2587 - CWimManager::InternalOpMount(hr:0x80070005)
    2026-01-20 08:29:58, Error                 DISM   DISM WIM Provider: PID=9444 TID=11160 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:3911 - CWimManager::InternalCmdMount(hr:0x80070005)
    2026-01-20 08:29:58, Error                 DISM   DISM WIM Provider: PID=9444 TID=11160 "Error executing command" - CWimManager::InternalExecuteCmd(hr:0x80070005)
    2026-01-20 08:29:58, Error                 DISM   DISM WIM Provider: PID=9444 TID=11160 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:2119 - CWimManager::ExecuteCmdLine(hr:0x80070005)
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE:
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: <----- Ending Dism.exe session ----->
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE:
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=9444 TID=11160 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=9444 TID=11160 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=9444 TID=11160 Disconnecting Provider: FfuManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=9444 TID=11160 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=9444 TID=11160 Disconnecting Provider: VHDManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=9444 TID=11160 Disconnecting Provider: GenericImagingManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=9444 TID=11160 Releasing the local reference to DISMLogger.  Stop logging. - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:29:58, Info                  DISM   PID=10136 TID=8364 Scratch directory set to 'C:\Users\justice\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
    2026-01-20 08:29:58, Info                  DISM   PID=10136 TID=8364 DismCore.dll version: 10.0.19041.3636 - CDISMManager::FinalConstruct
    2026-01-20 08:29:58, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
    2026-01-20 08:29:58, Info                  DISM   PID=10136 TID=8364 Successfully loaded the ImageSession at "C:\Windows\System32\Dism" - CDISMManager::LoadLocalImageSession
    2026-01-20 08:29:58, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10136 TID=8364 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10136 TID=8364 Failed to get and initialize the PE Provider.  Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10136 TID=8364 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
    2026-01-20 08:29:58, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
    2026-01-20 08:29:58, Info                  DISM   DISM Manager: PID=10136 TID=8364 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE:
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: <----- Starting Dism.exe session ----->
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE:
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Host machine information: OS Version=10.0.19045, Running architecture=amd64, Number of processors=12
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Dism.exe version: 10.0.19041.3636
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Executing command line: dism.exe  /English /Unmount-Wim /MountDir:"D:\MountUUP" /Discard
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10136 TID=8364 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10136 TID=8364 Connecting to the provider located at C:\Windows\System32\Dism\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:29:58, Warning               DISM   DISM Provider Store: PID=10136 TID=8364 Failed to load the provider: C:\Windows\System32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10136 TID=8364 Connecting to the provider located at C:\Windows\System32\Dism\FfuProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10136 TID=8364 Connecting to the provider located at C:\Windows\System32\Dism\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10136 TID=8364 Connecting to the provider located at C:\Windows\System32\Dism\VHDProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10136 TID=8364 Connecting to the provider located at C:\Windows\System32\Dism\ImagingProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:29:58, Warning               DISM   DISM Provider Store: PID=10136 TID=8364 Failed to load the provider: C:\Windows\System32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FolderManager
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FfuManager
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: FfuManager.
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: WimManager
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: WimManager.
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: VHDManager
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: GenericImagingManager
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: GenericImagingManager.
    [10136] [0x80070002] FIOReadFileIntoBuffer:(1450): 系统找不到指定的文件。
    [10136] [0xc142011c] UnmarshallImageHandleFromDirectory:(641)
    [10136] [0xc142011c] WIMGetMountedImageHandle:(2906)
    2026-01-20 08:29:58, Info                  DISM   DISM WIM Provider: PID=10136 TID=8364 [D:\MountUUP] is not a WIM mount point. - CWimMountedImageInfo::Initialize
    2026-01-20 08:29:58, Error                 DISM   DISM WIM Provider: PID=10136 TID=8364 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:2624 - CWimManager::InternalOpUnmount(hr:0x80070032)
    2026-01-20 08:29:58, Error                 DISM   DISM WIM Provider: PID=10136 TID=8364 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:4124 - CWimManager::InternalCmdUnmount(hr:0x80070032)
    2026-01-20 08:29:58, Error                 DISM   DISM WIM Provider: PID=10136 TID=8364 "Error executing command" - CWimManager::InternalExecuteCmd(hr:0x80070032)
    2026-01-20 08:29:58, Error                 DISM   DISM WIM Provider: PID=10136 TID=8364 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:2119 - CWimManager::ExecuteCmdLine(hr:0x80070032)
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE:
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: <----- Ending Dism.exe session ----->
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE:
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10136 TID=8364 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10136 TID=8364 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10136 TID=8364 Disconnecting Provider: FfuManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10136 TID=8364 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10136 TID=8364 Disconnecting Provider: VHDManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10136 TID=8364 Disconnecting Provider: GenericImagingManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10136 TID=8364 Releasing the local reference to DISMLogger.  Stop logging. - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:29:58, Info                  DISM   PID=10280 TID=4288 Scratch directory set to 'C:\Users\justice\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
    2026-01-20 08:29:58, Info                  DISM   PID=10280 TID=4288 DismCore.dll version: 10.0.19041.3636 - CDISMManager::FinalConstruct
    2026-01-20 08:29:58, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
    2026-01-20 08:29:58, Info                  DISM   PID=10280 TID=4288 Successfully loaded the ImageSession at "C:\Windows\System32\Dism" - CDISMManager::LoadLocalImageSession
    2026-01-20 08:29:58, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10280 TID=4288 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10280 TID=4288 Failed to get and initialize the PE Provider.  Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10280 TID=4288 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
    2026-01-20 08:29:58, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
    2026-01-20 08:29:58, Info                  DISM   DISM Manager: PID=10280 TID=4288 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE:
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: <----- Starting Dism.exe session ----->
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE:
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Host machine information: OS Version=10.0.19045, Running architecture=amd64, Number of processors=12
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Dism.exe version: 10.0.19041.3636
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Executing command line: dism.exe  /English /Cleanup-Wim
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10280 TID=4288 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10280 TID=4288 Connecting to the provider located at C:\Windows\System32\Dism\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:29:58, Warning               DISM   DISM Provider Store: PID=10280 TID=4288 Failed to load the provider: C:\Windows\System32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10280 TID=4288 Connecting to the provider located at C:\Windows\System32\Dism\FfuProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10280 TID=4288 Connecting to the provider located at C:\Windows\System32\Dism\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10280 TID=4288 Connecting to the provider located at C:\Windows\System32\Dism\VHDProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10280 TID=4288 Connecting to the provider located at C:\Windows\System32\Dism\ImagingProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:29:58, Warning               DISM   DISM Provider Store: PID=10280 TID=4288 Failed to load the provider: C:\Windows\System32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FolderManager
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FfuManager
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: FfuManager.
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: WimManager
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: WimManager.
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: VHDManager
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: GenericImagingManager
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: GenericImagingManager.
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE:
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: <----- Ending Dism.exe session ----->
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE:
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10280 TID=4288 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10280 TID=4288 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10280 TID=4288 Disconnecting Provider: FfuManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10280 TID=4288 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10280 TID=4288 Disconnecting Provider: VHDManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10280 TID=4288 Disconnecting Provider: GenericImagingManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=10280 TID=4288 Releasing the local reference to DISMLogger.  Stop logging. - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:30:21, Info                  DISM   PID=8732 TID=10344 Scratch directory set to 'C:\Users\justice\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
    2026-01-20 08:30:21, Info                  DISM   PID=8732 TID=10344 DismCore.dll version: 10.0.19041.3636 - CDISMManager::FinalConstruct
    2026-01-20 08:30:21, Info                  DISM   PID=8732 TID=10344 Scratch directory set to 'D:\W10UIuup'. - CDISMManager::put_ScratchDir
    2026-01-20 08:30:21, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
    2026-01-20 08:30:21, Info                  DISM   PID=8732 TID=10344 Successfully loaded the ImageSession at "C:\Windows\System32\Dism" - CDISMManager::LoadLocalImageSession
    2026-01-20 08:30:21, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8732 TID=10344 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8732 TID=10344 Failed to get and initialize the PE Provider.  Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8732 TID=10344 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
    2026-01-20 08:30:21, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
    2026-01-20 08:30:21, Info                  DISM   DISM Manager: PID=8732 TID=10344 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE:
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: <----- Starting Dism.exe session ----->
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE:
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Host machine information: OS Version=10.0.19045, Running architecture=amd64, Number of processors=12
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Dism.exe version: 10.0.19041.3636
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Executing command line: dism.exe  /English /ScratchDir:"D:\W10UIuup" /Mount-Wim /Wimfile:"temp\winre.wim" /Index:1 /MountDir:"D:\MountUUP"
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8732 TID=10344 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8732 TID=10344 Connecting to the provider located at C:\Windows\System32\Dism\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:30:21, Warning               DISM   DISM Provider Store: PID=8732 TID=10344 Failed to load the provider: C:\Windows\System32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8732 TID=10344 Connecting to the provider located at C:\Windows\System32\Dism\FfuProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8732 TID=10344 Connecting to the provider located at C:\Windows\System32\Dism\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8732 TID=10344 Connecting to the provider located at C:\Windows\System32\Dism\VHDProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8732 TID=10344 Connecting to the provider located at C:\Windows\System32\Dism\ImagingProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:30:21, Warning               DISM   DISM Provider Store: PID=8732 TID=10344 Failed to load the provider: C:\Windows\System32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FolderManager
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FfuManager
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: FfuManager.
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: WimManager
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: WimManager.
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: VHDManager
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: GenericImagingManager
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: GenericImagingManager.
    [8732] Mounting new image.
    Wim:         [D:\UUP\19045.6811_amd64_zh-cn_professional_3671e4cd_convert\temp\winre.wim]
    Image Index: [1]
    Mount Path:  [D:\MountUUP]
    [8732] [0x80070005] WIMMountImageHandle:(1259): 拒绝访问。
    2026-01-20 08:30:21, Error                 DISM   DISM WIM Provider: PID=8732 TID=10344 "Failed to mount the image." - CWimImageInfo::Mount(hr:0x80070005)
    2026-01-20 08:30:21, Error                 DISM   DISM WIM Provider: PID=8732 TID=10344 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:2587 - CWimManager::InternalOpMount(hr:0x80070005)
    2026-01-20 08:30:21, Error                 DISM   DISM WIM Provider: PID=8732 TID=10344 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:3911 - CWimManager::InternalCmdMount(hr:0x80070005)
    2026-01-20 08:30:21, Error                 DISM   DISM WIM Provider: PID=8732 TID=10344 "Error executing command" - CWimManager::InternalExecuteCmd(hr:0x80070005)
    2026-01-20 08:30:21, Error                 DISM   DISM WIM Provider: PID=8732 TID=10344 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:2119 - CWimManager::ExecuteCmdLine(hr:0x80070005)
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE:
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: <----- Ending Dism.exe session ----->
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE:
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8732 TID=10344 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8732 TID=10344 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8732 TID=10344 Disconnecting Provider: FfuManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8732 TID=10344 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8732 TID=10344 Disconnecting Provider: VHDManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8732 TID=10344 Disconnecting Provider: GenericImagingManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8732 TID=10344 Releasing the local reference to DISMLogger.  Stop logging. - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:30:21, Info                  DISM   PID=10280 TID=10924 Scratch directory set to 'C:\Users\justice\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
    2026-01-20 08:30:21, Info                  DISM   PID=10280 TID=10924 DismCore.dll version: 10.0.19041.3636 - CDISMManager::FinalConstruct
    2026-01-20 08:30:21, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
    2026-01-20 08:30:21, Info                  DISM   PID=10280 TID=10924 Successfully loaded the ImageSession at "C:\Windows\System32\Dism" - CDISMManager::LoadLocalImageSession
    2026-01-20 08:30:21, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=10280 TID=10924 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=10280 TID=10924 Failed to get and initialize the PE Provider.  Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=10280 TID=10924 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
    2026-01-20 08:30:21, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
    2026-01-20 08:30:21, Info                  DISM   DISM Manager: PID=10280 TID=10924 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE:
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: <----- Starting Dism.exe session ----->
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE:
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Host machine information: OS Version=10.0.19045, Running architecture=amd64, Number of processors=12
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Dism.exe version: 10.0.19041.3636
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Executing command line: dism.exe  /English /Unmount-Wim /MountDir:"D:\MountUUP" /Discard
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=10280 TID=10924 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=10280 TID=10924 Connecting to the provider located at C:\Windows\System32\Dism\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:30:21, Warning               DISM   DISM Provider Store: PID=10280 TID=10924 Failed to load the provider: C:\Windows\System32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=10280 TID=10924 Connecting to the provider located at C:\Windows\System32\Dism\FfuProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=10280 TID=10924 Connecting to the provider located at C:\Windows\System32\Dism\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=10280 TID=10924 Connecting to the provider located at C:\Windows\System32\Dism\VHDProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=10280 TID=10924 Connecting to the provider located at C:\Windows\System32\Dism\ImagingProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:30:21, Warning               DISM   DISM Provider Store: PID=10280 TID=10924 Failed to load the provider: C:\Windows\System32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FolderManager
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FfuManager
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: FfuManager.
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: WimManager
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: WimManager.
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: VHDManager
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: GenericImagingManager
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: GenericImagingManager.
    [10280] [0x80070002] FIOReadFileIntoBuffer:(1450): 系统找不到指定的文件。
    [10280] [0xc142011c] UnmarshallImageHandleFromDirectory:(641)
    [10280] [0xc142011c] WIMGetMountedImageHandle:(2906)
    2026-01-20 08:30:21, Info                  DISM   DISM WIM Provider: PID=10280 TID=10924 [D:\MountUUP] is not a WIM mount point. - CWimMountedImageInfo::Initialize
    2026-01-20 08:30:21, Error                 DISM   DISM WIM Provider: PID=10280 TID=10924 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:2624 - CWimManager::InternalOpUnmount(hr:0x80070032)
    2026-01-20 08:30:21, Error                 DISM   DISM WIM Provider: PID=10280 TID=10924 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:4124 - CWimManager::InternalCmdUnmount(hr:0x80070032)
    2026-01-20 08:30:21, Error                 DISM   DISM WIM Provider: PID=10280 TID=10924 "Error executing command" - CWimManager::InternalExecuteCmd(hr:0x80070032)
    2026-01-20 08:30:21, Error                 DISM   DISM WIM Provider: PID=10280 TID=10924 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:2119 - CWimManager::ExecuteCmdLine(hr:0x80070032)
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE:
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: <----- Ending Dism.exe session ----->
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE:
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=10280 TID=10924 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=10280 TID=10924 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=10280 TID=10924 Disconnecting Provider: FfuManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=10280 TID=10924 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=10280 TID=10924 Disconnecting Provider: VHDManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=10280 TID=10924 Disconnecting Provider: GenericImagingManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=10280 TID=10924 Releasing the local reference to DISMLogger.  Stop logging. - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:30:21, Info                  DISM   PID=8768 TID=268 Scratch directory set to 'C:\Users\justice\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
    2026-01-20 08:30:21, Info                  DISM   PID=8768 TID=268 DismCore.dll version: 10.0.19041.3636 - CDISMManager::FinalConstruct
    2026-01-20 08:30:21, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
    2026-01-20 08:30:21, Info                  DISM   PID=8768 TID=268 Successfully loaded the ImageSession at "C:\Windows\System32\Dism" - CDISMManager::LoadLocalImageSession
    2026-01-20 08:30:21, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8768 TID=268 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8768 TID=268 Failed to get and initialize the PE Provider.  Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8768 TID=268 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
    2026-01-20 08:30:21, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
    2026-01-20 08:30:21, Info                  DISM   DISM Manager: PID=8768 TID=268 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE:
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: <----- Starting Dism.exe session ----->
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE:
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Host machine information: OS Version=10.0.19045, Running architecture=amd64, Number of processors=12
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Dism.exe version: 10.0.19041.3636
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Executing command line: dism.exe  /English /Cleanup-Wim
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8768 TID=268 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8768 TID=268 Connecting to the provider located at C:\Windows\System32\Dism\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:30:21, Warning               DISM   DISM Provider Store: PID=8768 TID=268 Failed to load the provider: C:\Windows\System32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8768 TID=268 Connecting to the provider located at C:\Windows\System32\Dism\FfuProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8768 TID=268 Connecting to the provider located at C:\Windows\System32\Dism\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8768 TID=268 Connecting to the provider located at C:\Windows\System32\Dism\VHDProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8768 TID=268 Connecting to the provider located at C:\Windows\System32\Dism\ImagingProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:30:21, Warning               DISM   DISM Provider Store: PID=8768 TID=268 Failed to load the provider: C:\Windows\System32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FolderManager
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FfuManager
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: FfuManager.
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: WimManager
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: WimManager.
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: VHDManager
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: GenericImagingManager
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: GenericImagingManager.
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE:
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: <----- Ending Dism.exe session ----->
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE:
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8768 TID=268 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8768 TID=268 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8768 TID=268 Disconnecting Provider: FfuManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8768 TID=268 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8768 TID=268 Disconnecting Provider: VHDManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8768 TID=268 Disconnecting Provider: GenericImagingManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8768 TID=268 Releasing the local reference to DISMLogger.  Stop logging. - CDISMProviderStore::Internal_DisconnectProvider
     
  16. olivetree24516

    olivetree24516 MDL Novice

    May 16, 2024
    29
    2
    0
    #5976 olivetree24516, Jan 20, 2026
    Last edited by a moderator: Jan 20, 2026
    DismNUL.log:
    Code:
    2026-01-20 08:29:58, Info                  DISM   PID=11192 TID=6040 Scratch directory set to 'C:\Users\justice\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
    2026-01-20 08:29:58, Info                  DISM   PID=11192 TID=6040 DismCore.dll version: 10.0.19041.3636 - CDISMManager::FinalConstruct
    2026-01-20 08:29:58, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\DismNUL.log
    2026-01-20 08:29:58, Info                  DISM   PID=11192 TID=6040 Successfully loaded the ImageSession at "C:\Windows\System32\Dism" - CDISMManager::LoadLocalImageSession
    2026-01-20 08:29:58, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\DismNUL.log
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=11192 TID=6040 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=11192 TID=6040 Failed to get and initialize the PE Provider.  Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=11192 TID=6040 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
    2026-01-20 08:29:58, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\DismNUL.log
    2026-01-20 08:29:58, Info                  DISM   DISM Manager: PID=11192 TID=6040 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE:
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: <----- Starting Dism.exe session ----->
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE:
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Host machine information: OS Version=10.0.19045, Running architecture=amd64, Number of processors=12
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Dism.exe version: 10.0.19041.3636
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Executing command line: dism.exe  /English /Image:"D:\MountUUP" /LogPath:"C:\Windows\Logs\DISM\DismNUL.log" /Get-Packages
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=11192 TID=6040 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=11192 TID=6040 Connecting to the provider located at C:\Windows\System32\Dism\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:29:58, Warning               DISM   DISM Provider Store: PID=11192 TID=6040 Failed to load the provider: C:\Windows\System32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=11192 TID=6040 Connecting to the provider located at C:\Windows\System32\Dism\FfuProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=11192 TID=6040 Connecting to the provider located at C:\Windows\System32\Dism\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=11192 TID=6040 Connecting to the provider located at C:\Windows\System32\Dism\VHDProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=11192 TID=6040 Connecting to the provider located at C:\Windows\System32\Dism\ImagingProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:29:58, Warning               DISM   DISM Provider Store: PID=11192 TID=6040 Failed to load the provider: C:\Windows\System32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FolderManager
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FfuManager
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: FfuManager.
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: WimManager
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: WimManager.
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: VHDManager
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: GenericImagingManager
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: GenericImagingManager.
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=11192 TID=6040 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
    2026-01-20 08:29:58, Info                  DISM   DISM FFU Provider: PID=11192 TID=6040 [D:\MountUUP] is not recognized by the DISM FFU provider. - CFfuImage::Initialize
    [11192] [0x80070002] FIOReadFileIntoBuffer:(1450): 系统找不到指定的文件。
    [11192] [0xc142011c] UnmarshallImageHandleFromDirectory:(641)
    [11192] [0xc142011c] WIMGetMountedImageHandle:(2906)
    2026-01-20 08:29:58, Info                  DISM   DISM WIM Provider: PID=11192 TID=6040 [D:\MountUUP] is not a WIM mount point. - CWimMountedImageInfo::Initialize
    2026-01-20 08:29:58, Info                  DISM   DISM VHD Provider: PID=11192 TID=6040 [D:\MountUUP] is not recognized by the DISM VHD provider. - CVhdImage::Initialize
    2026-01-20 08:29:58, Info                  DISM   DISM FFU Provider: PID=11192 TID=6040 [D:\MountUUP] is not recognized by the DISM FFU provider. - CFfuImage::Initialize
    2026-01-20 08:29:58, Info                  DISM   DISM Imaging Provider: PID=11192 TID=6040 The provider FfuManager does not support CreateDismImage on D:\MountUUP - CGenericImagingManager::CreateDismImage
    2026-01-20 08:29:58, Info                  DISM   DISM VHD Provider: PID=11192 TID=6040 [D:\MountUUP] is not recognized by the DISM VHD provider. - CVhdImage::Initialize
    2026-01-20 08:29:58, Info                  DISM   DISM Imaging Provider: PID=11192 TID=6040 The provider VHDManager does not support CreateDismImage on D:\MountUUP - CGenericImagingManager::CreateDismImage
    [11192] [0x80070002] FIOReadFileIntoBuffer:(1450): 系统找不到指定的文件。
    [11192] [0xc142011c] UnmarshallImageHandleFromDirectory:(641)
    [11192] [0xc142011c] WIMGetMountedImageHandle:(2906)
    2026-01-20 08:29:58, Info                  DISM   DISM WIM Provider: PID=11192 TID=6040 [D:\MountUUP] is not a WIM mount point. - CWimMountedImageInfo::Initialize
    2026-01-20 08:29:58, Info                  DISM   DISM Imaging Provider: PID=11192 TID=6040 The provider WimManager does not support CreateDismImage on D:\MountUUP - CGenericImagingManager::CreateDismImage
    2026-01-20 08:29:58, Info                  DISM   DISM Imaging Provider: PID=11192 TID=6040 No imaging provider supported CreateDismImage for this path - CGenericImagingManager::CreateDismImage
    2026-01-20 08:29:58, Error                 DISM   DISM.EXE: Failed to access the image folder or image's windows folder.
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE:
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE: <----- Ending Dism.exe session ----->
    2026-01-20 08:29:58, Info                  DISM   DISM.EXE:
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=11192 TID=6040 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=11192 TID=6040 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=11192 TID=6040 Disconnecting Provider: FfuManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=11192 TID=6040 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=11192 TID=6040 Disconnecting Provider: VHDManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=11192 TID=6040 Disconnecting Provider: GenericImagingManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:29:58, Info                  DISM   DISM Provider Store: PID=11192 TID=6040 Releasing the local reference to DISMLogger.  Stop logging. - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:30:21, Info                  DISM   PID=8112 TID=6032 Scratch directory set to 'C:\Users\justice\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
    2026-01-20 08:30:21, Info                  DISM   PID=8112 TID=6032 DismCore.dll version: 10.0.19041.3636 - CDISMManager::FinalConstruct
    2026-01-20 08:30:21, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\DismNUL.log
    2026-01-20 08:30:21, Info                  DISM   PID=8112 TID=6032 Successfully loaded the ImageSession at "C:\Windows\System32\Dism" - CDISMManager::LoadLocalImageSession
    2026-01-20 08:30:21, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\DismNUL.log
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8112 TID=6032 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8112 TID=6032 Failed to get and initialize the PE Provider.  Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8112 TID=6032 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
    2026-01-20 08:30:21, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\DismNUL.log
    2026-01-20 08:30:21, Info                  DISM   DISM Manager: PID=8112 TID=6032 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE:
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: <----- Starting Dism.exe session ----->
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE:
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Host machine information: OS Version=10.0.19045, Running architecture=amd64, Number of processors=12
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Dism.exe version: 10.0.19041.3636
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Executing command line: dism.exe  /English /Image:"D:\MountUUP" /LogPath:"C:\Windows\Logs\DISM\DismNUL.log" /Get-Packages
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8112 TID=6032 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8112 TID=6032 Connecting to the provider located at C:\Windows\System32\Dism\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:30:21, Warning               DISM   DISM Provider Store: PID=8112 TID=6032 Failed to load the provider: C:\Windows\System32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8112 TID=6032 Connecting to the provider located at C:\Windows\System32\Dism\FfuProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8112 TID=6032 Connecting to the provider located at C:\Windows\System32\Dism\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8112 TID=6032 Connecting to the provider located at C:\Windows\System32\Dism\VHDProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8112 TID=6032 Connecting to the provider located at C:\Windows\System32\Dism\ImagingProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2026-01-20 08:30:21, Warning               DISM   DISM Provider Store: PID=8112 TID=6032 Failed to load the provider: C:\Windows\System32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FolderManager
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FfuManager
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: FfuManager.
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: WimManager
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: WimManager.
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: VHDManager
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: GenericImagingManager
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: GenericImagingManager.
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8112 TID=6032 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
    2026-01-20 08:30:21, Info                  DISM   DISM FFU Provider: PID=8112 TID=6032 [D:\MountUUP] is not recognized by the DISM FFU provider. - CFfuImage::Initialize
    [8112] [0x80070002] FIOReadFileIntoBuffer:(1450): 系统找不到指定的文件。
    [8112] [0xc142011c] UnmarshallImageHandleFromDirectory:(641)
    [8112] [0xc142011c] WIMGetMountedImageHandle:(2906)
    2026-01-20 08:30:21, Info                  DISM   DISM WIM Provider: PID=8112 TID=6032 [D:\MountUUP] is not a WIM mount point. - CWimMountedImageInfo::Initialize
    2026-01-20 08:30:21, Info                  DISM   DISM VHD Provider: PID=8112 TID=6032 [D:\MountUUP] is not recognized by the DISM VHD provider. - CVhdImage::Initialize
    2026-01-20 08:30:21, Info                  DISM   DISM FFU Provider: PID=8112 TID=6032 [D:\MountUUP] is not recognized by the DISM FFU provider. - CFfuImage::Initialize
    2026-01-20 08:30:21, Info                  DISM   DISM Imaging Provider: PID=8112 TID=6032 The provider FfuManager does not support CreateDismImage on D:\MountUUP - CGenericImagingManager::CreateDismImage
    2026-01-20 08:30:21, Info                  DISM   DISM VHD Provider: PID=8112 TID=6032 [D:\MountUUP] is not recognized by the DISM VHD provider. - CVhdImage::Initialize
    2026-01-20 08:30:21, Info                  DISM   DISM Imaging Provider: PID=8112 TID=6032 The provider VHDManager does not support CreateDismImage on D:\MountUUP - CGenericImagingManager::CreateDismImage
    [8112] [0x80070002] FIOReadFileIntoBuffer:(1450): 系统找不到指定的文件。
    [8112] [0xc142011c] UnmarshallImageHandleFromDirectory:(641)
    [8112] [0xc142011c] WIMGetMountedImageHandle:(2906)
    2026-01-20 08:30:21, Info                  DISM   DISM WIM Provider: PID=8112 TID=6032 [D:\MountUUP] is not a WIM mount point. - CWimMountedImageInfo::Initialize
    2026-01-20 08:30:21, Info                  DISM   DISM Imaging Provider: PID=8112 TID=6032 The provider WimManager does not support CreateDismImage on D:\MountUUP - CGenericImagingManager::CreateDismImage
    2026-01-20 08:30:21, Info                  DISM   DISM Imaging Provider: PID=8112 TID=6032 No imaging provider supported CreateDismImage for this path - CGenericImagingManager::CreateDismImage
    2026-01-20 08:30:21, Error                 DISM   DISM.EXE: Failed to access the image folder or image's windows folder.
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE:
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE: <----- Ending Dism.exe session ----->
    2026-01-20 08:30:21, Info                  DISM   DISM.EXE:
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8112 TID=6032 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8112 TID=6032 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8112 TID=6032 Disconnecting Provider: FfuManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8112 TID=6032 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8112 TID=6032 Disconnecting Provider: VHDManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8112 TID=6032 Disconnecting Provider: GenericImagingManager - CDISMProviderStore::Internal_DisconnectProvider
    2026-01-20 08:30:21, Info                  DISM   DISM Provider Store: PID=8112 TID=6032 Releasing the local reference to DISMLogger.  Stop logging. - CDISMProviderStore::Internal_DisconnectProvider
     
  17. olivetree24516

    olivetree24516 MDL Novice

    May 16, 2024
    29
    2
    0
    Although the mount failed, I still ended up with an image of about 4GB named "19041.1.191206-1406.VB_RELEASE_CLIENTPRO_OEMRET_X64FRE_ZH-CN.ISO".
     
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,944
    450
    #5978 Enthousiast, Jan 20, 2026
    Last edited: Jan 20, 2026
    That is because there are no updates integrated, then it results in the base image, for most that will be xxxxx.1.

    Did you reboot and run 'Remove_Failure_MountDir_TempDir.cmd" before you retried?

    I have no zh-cn iso installed and probably not able to do that anyway, so can't test for that specific circumstance.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. olivetree24516

    olivetree24516 MDL Novice

    May 16, 2024
    29
    2
    0
    I ran it, and after restarting, I got the same result when I ran the UUPDUMP script again.
    The execution result of Remove_Failure_MountDir_TempDir.cmd:
    Code:
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Scanning drive C for stale files
    Scanning drive D for stale files
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Cleaning up image
    Scanning drive C for stale files
    Scanning drive D for stale files
    The operation completed successfully.
    
    Removing W10UI* directories
    
    Press any key to exit.
    
     
  20. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,027
    340
    Dism fail to mount, for some reason

    there is nothing that can be fixed by the converter script