DISM - Add or Remove Drivers on an Offline Image

Page 3 of 9 FirstFirst 12345 ... LastLast

  1. Posts : 17,661
    Windows 10 Pro
    Thread Starter
       #20

    techquest said:
    Dism /Mount-Image /ImageFile:N:\iso\sources\install.wim /Index:3 /MountDir:N:\mount

    Error: 3 The system cannot find the path specified
    The ISO must be mounted. If your path N:\iso is the folder where you have stored the ISO image, DISM command will fail and show error code 3. The command must point to drive letter of mounted ISO, or to folder where content from mounted ISO has been copied to.

    Another typical reason for DISM failing to mount WIM image is that it can't mount install.esd file, instead requiring install.wim. ISO images made with Windows Media Creation Tool are ESD based, containing install.esd, and cannot be mounted for offline servicing. This gives error code 2.

    You error code 3 Path not found suggests the folder N:\iso does not contain files and folders copied from a mounted ISO.

    This quote is from tutorial Microsoft Deployment Toolkit - Easy and Fast Windows Deployment. In case you have an ESD based MCT ISO, here's how to get a WIM based one:

    3.2) MDT requires Windows image in a WIM file. An ISO created with Windows Media Creation Tool contains Windows image in install.esd file instead of install.wim, and therefore it cannot be used with MDT.

    3.3) To download a WIM-based ISO, open Windows Media Creation Tool page in browser, press F12 to open developer tools, select Emulation tab, and change user agent string to Apple Safari. Wait the page to refresh. You can now download a WIM-based ISO:
    DISM - Add or Remove Drivers on an Offline Image-user-agent.jpg

    techquest said:
    Just tried same from elevated cmd, sadly the same result.
    DISM must always be run from elevated Command Prompt, giving an error when run from normal Command Prompt:
    DISM - Add or Remove Drivers on an Offline Image-image.png

    Kari
      My Computer


  2. Posts : 4,187
    Windows 11 Pro, 22H2
       #21

    I don't give up easily either .

    I recall running into a problem once myself because my computer has more than one version of DISM on it. To make sure that the correct version is being run, try this:

    Change directories to C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\amd64\DISM

    I'm assuming 64-bit Windows here. You can substitute arm\DISM, arm64\DISM, or x86\DISM if needed.

    Now try running the command once again.

    If that still does not work, try making sure that there is not still some image mounted by DISM by running these command and then try again:

    dism /unmount-image /mountdir:n:\mount /discard
    dism /cleanup-wim

    Make sure to run the commands from the location noted above.
      My Computers


  3. Posts : 1,602
    W10 Enterprise
       #22

    Hi Kari thanks for your efforts and post, they are much appreciated.

    Kari[/QUOTE]

    The ISO must be mounted. If your path N:\iso is the folder where you have stored the ISO image, DISM command will fail and show error code 3. The command must point to drive letter of mounted ISO, or to folder where content from mounted ISO has been copied to.

    1. The ISO is mounted, left in that state, and the files are copied to N:iso. However the ISO is mounted as G: because there is already an N:\iso to which the files have been copied. Trying the DISM line to either the G: path or the N:iso path produces the same error 3 result out of elevated PowerShell or elevated cmd.

    Another typical reason for DISM failing to mount WIM image is that it can't mount install.esd file, instead requiring install.wim. ISO images made with Windows Media Creation Tool are ESD based, containing install.esd, and cannot be mounted for offline servicing. This gives error code 2.

    2. The install file is definitely install.wim type as I confirmed and is further confirmed by the DISM /Get line I used and posted producing the 10 x W10 Index's in PowerShell output.

    You error code 3 Path not found suggests the folder N:\iso does not contain files and folders copied from a mounted ISO.

    3. The files are definitely in the N:\iso as confirmed in 1. above and doubly checked to make sure.

    This quote is from tutorial Microsoft Deploymeresult nt Toolkit - Easy and Fast Windows Deployment. In case you have an ESD based MCT ISO, here's how to get a WIM based one:

    4. The ISO I downloaded is WIM based and not ESD, surely this is confirmed by my 2. above , otherwise why would PowerShell output the correct result . However I will use emulation mode suggested to download a fresh ISO and then see if the result is different.

    DISM must always be run from elevated Command Prompt, giving an error when run from normal Command Prompt:

    5. As confirmed I always run PowerShell and CMD elevated to ensure I get no issues on that front.
    [/QUOTE]
      My Computer


  4. Posts : 17,661
    Windows 10 Pro
    Thread Starter
       #23

    techquest said:
    The ISO is mounted, left in that state, and the files are copied to N:iso. However the ISO is mounted as G: because there is already an N:\iso to which the files have been copied. Trying the DISM line to either the G: path or the N:iso path produces the same error 3 result out of elevated PowerShell or elevated cmd.
    There are only two paths in your command, N:\iso\sources\install.wim and N:\mount. You error code 3 tells that path is not found, so logically thinking one of those two paths is wrong.

    Please try the following command, and tell if it runs OK or not:

    dism /Get-WimInfo /WimFile:N:\ISO\Sources\install.wim /Index:3

    In addition, open your DISM log (C:\WINDOWS\Logs\DISM\dism.log) in Notepad, select all text, copy and paste here within CODE tags.

    Kari
      My Computer


  5. Posts : 1,602
    W10 Enterprise
       #24

    Kari said:
    There are only two paths in your command, N:\iso\sources\install.wim and N:\mount. You error code 3 tells that path is not found, so logically thinking one of those two paths is wrong.

    Please try the following command, and tell if it runs OK or not:

    dism /Get-WimInfo /WimFile:N:\ISO\Sources\install.wim /Index:3

    In addition, open your DISM log (C:\WINDOWS\Logs\DISM\dism.log) in Notepad, select all text, copy and paste here within CODE tags.

    Kari
    1. This is the output, but note I had to use G: as that is how the image got mounted. I assume it cannot mount as N: as there is an N: drive (ssd). I also did this using the downloaded image as you suggested in your #20, this image has 11 Index's and as you can see Index:6 is W10 Pro.

    PS C:\WINDOWS\system32> dism /Get-WimInfo /WimFile:G:\sources\install.wim /Index:6

    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1

    Details for image : G:\sources\install.wim

    Index : 6
    Name : Windows 10 Pro
    Description : Windows 10 Pro
    Size : 14,783,227,366 bytes
    WIM Bootable : No
    Architecture : x64
    Hal : <undefined>
    Version : 10.0.17763
    ServicePack Build : 379
    ServicePack Level : 0
    Edition : Professional
    Installation : Client
    ProductType : WinNT
    ProductSuite : Terminal Server
    System Root : WINDOWS
    Directories : 21810
    Files : 99201
    Created : 12/03/2019 - 08:16:35
    Modified : 12/03/2019 - 08:56:58
    Languages :
    en-US (Default)

    The operation completed successfully.

    2. I have the log below and assume this is what you meant by "with code tags"

    Code:
    2019-04-04 22:03:40, Info                  DISM   PID=10984 TID=3592 Scratch directory set to 'C:\Users\Tech1\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
    2019-04-04 22:03:40, Info                  DISM   PID=10984 TID=3592 DismCore.dll version: 10.0.17763.1 - CDISMManager::FinalConstruct
    2019-04-04 22:03:40, Info                  DISM   Initialized Panther logging at C:\WINDOWS\Logs\DISM\dism.log
    2019-04-04 22:03:40, Info                  DISM   PID=10984 TID=3592 Successfully loaded the ImageSession at "C:\WINDOWS\system32\Dism" - CDISMManager::LoadLocalImageSession
    2019-04-04 22:03:40, Info                  DISM   Initialized Panther logging at C:\WINDOWS\Logs\DISM\dism.log
    2019-04-04 22:03:40, Info                  DISM   DISM Provider Store: PID=10984 TID=3592 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
    2019-04-04 22:03:40, Info                  DISM   DISM Provider Store: PID=10984 TID=3592 Failed to get and initialize the PE Provider.  Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect
    2019-04-04 22:03:40, Info                  DISM   DISM Provider Store: PID=10984 TID=3592 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
    2019-04-04 22:03:40, Info                  DISM   Initialized Panther logging at C:\WINDOWS\Logs\DISM\dism.log
    2019-04-04 22:03:40, Info                  DISM   DISM Manager: PID=10984 TID=3592 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
    2019-04-04 22:03:40, Info                  DISM   DISM.EXE: 
    2019-04-04 22:03:40, Info                  DISM   DISM.EXE: <----- Starting Dism.exe session ----->
    2019-04-04 22:03:40, Info                  DISM   DISM.EXE: 
    2019-04-04 22:03:40, Info                  DISM   DISM.EXE: Host machine information: OS Version=10.0.17763, Running architecture=amd64, Number of processors=8
    2019-04-04 22:03:40, Info                  DISM   DISM.EXE: Dism.exe version: 10.0.17763.1
    2019-04-04 22:03:40, Info                  DISM   DISM.EXE: Executing command line: "C:\WINDOWS\system32\Dism.exe" /Get-WimInfo /WimFile:G:\sources\install.wim /Index:6
    2019-04-04 22:03:40, Info                  DISM   DISM Provider Store: PID=10984 TID=3592 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
    2019-04-04 22:03:40, Info                  DISM   DISM Provider Store: PID=10984 TID=3592 Connecting to the provider located at C:\WINDOWS\system32\Dism\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2019-04-04 22:03:40, Warning               DISM   DISM Provider Store: PID=10984 TID=3592 Failed to load the provider: C:\WINDOWS\system32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2019-04-04 22:03:40, Info                  DISM   DISM Provider Store: PID=10984 TID=3592 Connecting to the provider located at C:\WINDOWS\system32\Dism\FfuProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2019-04-04 22:03:40, Info                  DISM   DISM Provider Store: PID=10984 TID=3592 Connecting to the provider located at C:\WINDOWS\system32\Dism\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2019-04-04 22:03:40, Info                  DISM   DISM Provider Store: PID=10984 TID=3592 Connecting to the provider located at C:\WINDOWS\system32\Dism\VHDProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2019-04-04 22:03:40, Info                  DISM   DISM Provider Store: PID=10984 TID=3592 Connecting to the provider located at C:\WINDOWS\system32\Dism\ImagingProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2019-04-04 22:03:40, Info                  DISM   DISM Provider Store: PID=10984 TID=3592 Connecting to the provider located at C:\WINDOWS\system32\Dism\CompatProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2019-04-04 22:03:40, Warning               DISM   DISM Provider Store: PID=10984 TID=3592 Failed to load the provider: C:\WINDOWS\system32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2019-04-04 22:03:40, Info                  DISM   DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
    2019-04-04 22:03:40, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
    2019-04-04 22:03:40, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FolderManager
    2019-04-04 22:03:40, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FfuManager
    2019-04-04 22:03:40, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: FfuManager.
    2019-04-04 22:03:40, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: WimManager
    2019-04-04 22:03:40, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: WimManager.
    2019-04-04 22:03:40, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: VHDManager
    2019-04-04 22:03:40, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: GenericImagingManager
    2019-04-04 22:03:40, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: GenericImagingManager.
    2019-04-04 22:03:40, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: Compatibility Manager
    2019-04-04 22:03:40, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: Compatibility Manager.
    2019-04-04 22:03:40, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.
    2019-04-04 22:03:40, Info                  DISM   DISM.EXE: 
    2019-04-04 22:03:40, Info                  DISM   DISM.EXE: <----- Ending Dism.exe session ----->
    2019-04-04 22:03:40, Info                  DISM   DISM.EXE: 
    2019-04-04 22:03:40, Info                  DISM   DISM Provider Store: PID=10984 TID=3592 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
    2019-04-04 22:03:40, Info                  DISM   DISM Provider Store: PID=10984 TID=3592 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider
    2019-04-04 22:03:40, Info                  DISM   DISM Provider Store: PID=10984 TID=3592 Disconnecting Provider: FfuManager - CDISMProviderStore::Internal_DisconnectProvider
    2019-04-04 22:03:40, Info                  DISM   DISM Provider Store: PID=10984 TID=3592 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider
    2019-04-04 22:03:40, Info                  DISM   DISM Provider Store: PID=10984 TID=3592 Disconnecting Provider: VHDManager - CDISMProviderStore::Internal_DisconnectProvider
    2019-04-04 22:03:40, Info                  DISM   DISM Provider Store: PID=10984 TID=3592 Disconnecting Provider: GenericImagingManager - CDISMProviderStore::Internal_DisconnectProvider
    2019-04-04 22:03:40, Info                  DISM   DISM Provider Store: PID=10984 TID=3592 Disconnecting Provider: Compatibility Manager - CDISMProviderStore::Internal_DisconnectProvider
    2019-04-04 22:03:40, Info                  DISM   DISM Provider Store: PID=10984 TID=3592 Releasing the local reference to DISMLogger.  Stop logging. - CDISMProviderStore::Internal_DisconnectProvider
      My Computer


  6. Posts : 17,661
    Windows 10 Pro
    Thread Starter
       #25

    Could you please do what I asked for. I asked you to get Index 3 properties from install.wim file in folder N:\ISO\Sources\, the path you tell contains the contents copied from a mounted ISO. Quote from my post:

    Kari said:
    Please try the following command, and tell if it runs OK or not:

    dism /Get-WimInfo /WimFile:N:\ISO\Sources\install.wim /Index:3

    You reply with Index 6 properties from install.wim file in folder G:\Sources:

    techquest said:
    dism /Get-WimInfo /WimFile:G:\sources\install.wim /Index:6

    Not even close to what I asked for.

    Kari
      My Computer


  7. Posts : 1,602
    W10 Enterprise
       #26

    1. Running the DISM line :

    PS C:\WINDOWS\system32> DISM /Mount-image /imagefile:G:\sources\install.wim /Index:6 /MountDir:C:\Mount

    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1

    Error: 0xc1510111

    You do not have permissions to mount and modify this image.
    Verify that you have Read/Write permissions or mount the image using the /ReadOnly option. Note that you cannot commit changes to an image with read-only permissions.

    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log


    [CODE]
    Code:
    2019-04-04 22:26:42, Info                  DISM   PID=10708 TID=8300 Scratch directory set to 'C:\Users\Tech1\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
    2019-04-04 22:26:42, Info                  DISM   PID=10708 TID=8300 DismCore.dll version: 10.0.17763.1 - CDISMManager::FinalConstruct
    2019-04-04 22:26:42, Info                  DISM   Initialized Panther logging at C:\WINDOWS\Logs\DISM\dism.log
    2019-04-04 22:26:42, Info                  DISM   PID=10708 TID=8300 Successfully loaded the ImageSession at "C:\WINDOWS\system32\Dism" - CDISMManager::LoadLocalImageSession
    2019-04-04 22:26:42, Info                  DISM   Initialized Panther logging at C:\WINDOWS\Logs\DISM\dism.log
    2019-04-04 22:26:42, Info                  DISM   DISM Provider Store: PID=10708 TID=8300 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
    2019-04-04 22:26:42, Info                  DISM   DISM Provider Store: PID=10708 TID=8300 Failed to get and initialize the PE Provider.  Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect
    2019-04-04 22:26:42, Info                  DISM   DISM Provider Store: PID=10708 TID=8300 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
    2019-04-04 22:26:42, Info                  DISM   Initialized Panther logging at C:\WINDOWS\Logs\DISM\dism.log
    2019-04-04 22:26:42, Info                  DISM   DISM Manager: PID=10708 TID=8300 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
    2019-04-04 22:26:42, Info                  DISM   DISM.EXE: 
    2019-04-04 22:26:42, Info                  DISM   DISM.EXE: <----- Starting Dism.exe session ----->
    2019-04-04 22:26:42, Info                  DISM   DISM.EXE: 
    2019-04-04 22:26:42, Info                  DISM   DISM.EXE: Host machine information: OS Version=10.0.17763, Running architecture=amd64, Number of processors=8
    2019-04-04 22:26:42, Info                  DISM   DISM.EXE: Dism.exe version: 10.0.17763.1
    2019-04-04 22:26:42, Info                  DISM   DISM.EXE: Executing command line: "C:\WINDOWS\system32\Dism.exe" /Mount-image /imagefile:G:\sources\install.wim /Index:6 /MountDir:C:\Mount
    2019-04-04 22:26:42, Info                  DISM   DISM Provider Store: PID=10708 TID=8300 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
    2019-04-04 22:26:42, Info                  DISM   DISM Provider Store: PID=10708 TID=8300 Connecting to the provider located at C:\WINDOWS\system32\Dism\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2019-04-04 22:26:42, Warning               DISM   DISM Provider Store: PID=10708 TID=8300 Failed to load the provider: C:\WINDOWS\system32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2019-04-04 22:26:42, Info                  DISM   DISM Provider Store: PID=10708 TID=8300 Connecting to the provider located at C:\WINDOWS\system32\Dism\FfuProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2019-04-04 22:26:42, Info                  DISM   DISM Provider Store: PID=10708 TID=8300 Connecting to the provider located at C:\WINDOWS\system32\Dism\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2019-04-04 22:26:42, Info                  DISM   DISM Provider Store: PID=10708 TID=8300 Connecting to the provider located at C:\WINDOWS\system32\Dism\VHDProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2019-04-04 22:26:42, Info                  DISM   DISM Provider Store: PID=10708 TID=8300 Connecting to the provider located at C:\WINDOWS\system32\Dism\ImagingProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2019-04-04 22:26:42, Info                  DISM   DISM Provider Store: PID=10708 TID=8300 Connecting to the provider located at C:\WINDOWS\system32\Dism\CompatProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2019-04-04 22:26:42, Warning               DISM   DISM Provider Store: PID=10708 TID=8300 Failed to load the provider: C:\WINDOWS\system32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2019-04-04 22:26:42, Info                  DISM   DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
    2019-04-04 22:26:42, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
    2019-04-04 22:26:42, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FolderManager
    2019-04-04 22:26:42, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FfuManager
    2019-04-04 22:26:42, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: FfuManager.
    2019-04-04 22:26:42, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: WimManager
    2019-04-04 22:26:42, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: WimManager.
    2019-04-04 22:26:42, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: VHDManager
    2019-04-04 22:26:42, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: GenericImagingManager
    2019-04-04 22:26:42, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: GenericImagingManager.
    2019-04-04 22:26:42, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: Compatibility Manager
    2019-04-04 22:26:42, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: Compatibility Manager.
    2019-04-04 22:26:42, Info                  DISM   DISM Imaging Provider: PID=10708 TID=8300 WIM image specified - CGenericImagingManager::GetImageInfoCollection
    [10708] [0xc144012e] 
    2019-04-04 22:26:42, Error                 DISM   DISM WIM Provider: PID=10708 [WIMCloseWIM:(2782) -> Fail to flush file buffers] G:\sources\install.wim (HRESULT=0x80070006) - CWimManager::WimProviderMsgLogCallback
    2019-04-04 22:26:42, Error                 DISM   DISM WIM Provider: PID=10708 TID=8300 "WIM open failed with access denied." - CWimImageInfo::Mount(hr:0xc1510111)
    2019-04-04 22:26:42, Error                 DISM   DISM Imaging Provider: PID=10708 TID=8300 onecore\base\ntsetup\opktools\dism\providers\imagingprovider\dll\genericimagingmanager.cpp:847 - CGenericImagingManager::InternalOpMount(hr:0xc1510111)
    2019-04-04 22:26:42, Error                 DISM   DISM Imaging Provider: PID=10708 TID=8300 onecore\base\ntsetup\opktools\dism\providers\imagingprovider\dll\genericimagingmanager.cpp:759 - CGenericImagingManager::InternalCmdMount(hr:0xc1510111)
    2019-04-04 22:26:42, Error                 DISM   DISM Imaging Provider: PID=10708 TID=8300 onecore\base\ntsetup\opktools\dism\providers\imagingprovider\dll\genericimagingmanager.cpp:547 - CGenericImagingManager::ExecuteCmdLine(hr:0xc1510111)
    2019-04-04 22:26:42, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.
    2019-04-04 22:26:42, Info                  DISM   DISM.EXE: 
    2019-04-04 22:26:42, Info                  DISM   DISM.EXE: <----- Ending Dism.exe session ----->
    2019-04-04 22:26:42, Info                  DISM   DISM.EXE: 
    2019-04-04 22:26:42, Info                  DISM   DISM Provider Store: PID=10708 TID=8300 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
    2019-04-04 22:26:42, Info                  DISM   DISM Provider Store: PID=10708 TID=8300 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider
    2019-04-04 22:26:42, Info                  DISM   DISM Provider Store: PID=10708 TID=8300 Disconnecting Provider: FfuManager - CDISMProviderStore::Internal_DisconnectProvider
    2019-04-04 22:26:42, Info                  DISM   DISM Provider Store: PID=10708 TID=8300 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider
    2019-04-04 22:26:42, Info                  DISM   DISM Provider Store: PID=10708 TID=8300 Disconnecting Provider: VHDManager - CDISMProviderStore::Internal_DisconnectProvider
    2019-04-04 22:26:42, Info                  DISM   DISM Provider Store: PID=10708 TID=8300 Disconnecting Provider: GenericImagingManager - CDISMProviderStore::Internal_DisconnectProvider
    2019-04-04 22:26:42, Info                  DISM   DISM Provider Store: PID=10708 TID=8300 Disconnecting Provider: Compatibility Manager - CDISMProviderStore::Internal_DisconnectProvider
    2019-04-04 22:26:42, Info                  DISM   DISM Provider Store: PID=10708 TID=8300 Releasing the local reference to DISMLogger.  Stop logging. - CDISMProviderStore::Internal_DisconnectProvider


    2. Running the DISM line :

    PS C:\WINDOWS\system32> DISM /Mount-image /imagefile:N:\sources\install.wim /Index:6 /MountDir:C:\Mountls

    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1

    Error: 3

    The system cannot find the path specified.

    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log

    Code:
    2019-04-04 22:29:10, Info                  DISM   PID=14304 TID=14012 Scratch directory set to 'C:\Users\Tech1\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
    2019-04-04 22:29:10, Info                  DISM   PID=14304 TID=14012 DismCore.dll version: 10.0.17763.1 - CDISMManager::FinalConstruct
    2019-04-04 22:29:10, Info                  DISM   Initialized Panther logging at C:\WINDOWS\Logs\DISM\dism.log
    2019-04-04 22:29:10, Info                  DISM   PID=14304 TID=14012 Successfully loaded the ImageSession at "C:\WINDOWS\system32\Dism" - CDISMManager::LoadLocalImageSession
    2019-04-04 22:29:10, Info                  DISM   Initialized Panther logging at C:\WINDOWS\Logs\DISM\dism.log
    2019-04-04 22:29:10, Info                  DISM   DISM Provider Store: PID=14304 TID=14012 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
    2019-04-04 22:29:10, Info                  DISM   DISM Provider Store: PID=14304 TID=14012 Failed to get and initialize the PE Provider.  Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect
    2019-04-04 22:29:10, Info                  DISM   DISM Provider Store: PID=14304 TID=14012 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
    2019-04-04 22:29:10, Info                  DISM   Initialized Panther logging at C:\WINDOWS\Logs\DISM\dism.log
    2019-04-04 22:29:10, Info                  DISM   DISM Manager: PID=14304 TID=14012 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
    2019-04-04 22:29:10, Info                  DISM   DISM.EXE: 
    2019-04-04 22:29:10, Info                  DISM   DISM.EXE: <----- Starting Dism.exe session ----->
    2019-04-04 22:29:10, Info                  DISM   DISM.EXE: 
    2019-04-04 22:29:10, Info                  DISM   DISM.EXE: Host machine information: OS Version=10.0.17763, Running architecture=amd64, Number of processors=8
    2019-04-04 22:29:10, Info                  DISM   DISM.EXE: Dism.exe version: 10.0.17763.1
    2019-04-04 22:29:10, Info                  DISM   DISM.EXE: Executing command line: "C:\WINDOWS\system32\Dism.exe" /Mount-image /imagefile:N:\sources\install.wim /Index:6 /MountDir:C:\Mountls
    2019-04-04 22:29:10, Info                  DISM   DISM Provider Store: PID=14304 TID=14012 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
    2019-04-04 22:29:10, Info                  DISM   DISM Provider Store: PID=14304 TID=14012 Connecting to the provider located at C:\WINDOWS\system32\Dism\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2019-04-04 22:29:10, Warning               DISM   DISM Provider Store: PID=14304 TID=14012 Failed to load the provider: C:\WINDOWS\system32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2019-04-04 22:29:10, Info                  DISM   DISM Provider Store: PID=14304 TID=14012 Connecting to the provider located at C:\WINDOWS\system32\Dism\FfuProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2019-04-04 22:29:10, Info                  DISM   DISM Provider Store: PID=14304 TID=14012 Connecting to the provider located at C:\WINDOWS\system32\Dism\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2019-04-04 22:29:10, Info                  DISM   DISM Provider Store: PID=14304 TID=14012 Connecting to the provider located at C:\WINDOWS\system32\Dism\VHDProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2019-04-04 22:29:10, Info                  DISM   DISM Provider Store: PID=14304 TID=14012 Connecting to the provider located at C:\WINDOWS\system32\Dism\ImagingProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2019-04-04 22:29:10, Info                  DISM   DISM Provider Store: PID=14304 TID=14012 Connecting to the provider located at C:\WINDOWS\system32\Dism\CompatProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2019-04-04 22:29:10, Warning               DISM   DISM Provider Store: PID=14304 TID=14012 Failed to load the provider: C:\WINDOWS\system32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2019-04-04 22:29:10, Info                  DISM   DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
    2019-04-04 22:29:10, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
    2019-04-04 22:29:10, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FolderManager
    2019-04-04 22:29:10, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FfuManager
    2019-04-04 22:29:10, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: FfuManager.
    2019-04-04 22:29:10, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: WimManager
    2019-04-04 22:29:10, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: WimManager.
    2019-04-04 22:29:10, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: VHDManager
    2019-04-04 22:29:10, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: GenericImagingManager
    2019-04-04 22:29:10, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: GenericImagingManager.
    2019-04-04 22:29:10, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: Compatibility Manager
    2019-04-04 22:29:10, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: Compatibility Manager.
    2019-04-04 22:29:10, Info                  DISM   DISM Imaging Provider: PID=14304 TID=14012 WIM image specified - CGenericImagingManager::GetImageInfoCollection
    2019-04-04 22:29:10, Error                 DISM   DISM WIM Provider: PID=14304 "WIM open failed." - CWimImageInfoCollection::Initialize(hr:0x80070003)
    2019-04-04 22:29:10, Error                 DISM   DISM WIM Provider: PID=14304 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimimageinfocollection.cpp:77 - CWimImageInfoCollection::CreateWimImageInfoCollection(hr:0x80070003)
    2019-04-04 22:29:10, Error                 DISM   DISM WIM Provider: PID=14304 TID=14012 Failed to create the image info collection. - CWimManager::GetImageInfoCollection(hr:0x80070003)
    2019-04-04 22:29:10, Error                 DISM   DISM Imaging Provider: PID=14304 TID=14012 "Call into specific imaging provider failed for GetImageInfoCollection." - CGenericImagingManager::GetImageInfoCollection(hr:0x80070003)
    2019-04-04 22:29:10, Error                 DISM   DISM Imaging Provider: PID=14304 TID=14012 onecore\base\ntsetup\opktools\dism\providers\imagingprovider\dll\genericimagingmanager.cpp:946 - CGenericImagingManager::InternalOpGetImageByIndex(hr:0x80070003)
    2019-04-04 22:29:10, Error                 DISM   DISM Imaging Provider: PID=14304 TID=14012 onecore\base\ntsetup\opktools\dism\providers\imagingprovider\dll\genericimagingmanager.cpp:787 - CGenericImagingManager::InternalOpMount(hr:0x80070003)
    2019-04-04 22:29:10, Error                 DISM   DISM Imaging Provider: PID=14304 TID=14012 onecore\base\ntsetup\opktools\dism\providers\imagingprovider\dll\genericimagingmanager.cpp:759 - CGenericImagingManager::InternalCmdMount(hr:0x80070003)
    2019-04-04 22:29:10, Error                 DISM   DISM Imaging Provider: PID=14304 TID=14012 onecore\base\ntsetup\opktools\dism\providers\imagingprovider\dll\genericimagingmanager.cpp:547 - CGenericImagingManager::ExecuteCmdLine(hr:0x80070003)
    2019-04-04 22:29:10, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.
    2019-04-04 22:29:10, Info                  DISM   DISM.EXE: 
    2019-04-04 22:29:10, Info                  DISM   DISM.EXE: <----- Ending Dism.exe session ----->
    2019-04-04 22:29:10, Info                  DISM   DISM.EXE: 
    2019-04-04 22:29:10, Info                  DISM   DISM Provider Store: PID=14304 TID=14012 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
    2019-04-04 22:29:10, Info                  DISM   DISM Provider Store: PID=14304 TID=14012 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider
    2019-04-04 22:29:10, Info                  DISM   DISM Provider Store: PID=14304 TID=14012 Disconnecting Provider: FfuManager - CDISMProviderStore::Internal_DisconnectProvider
    2019-04-04 22:29:10, Info                  DISM   DISM Provider Store: PID=14304 TID=14012 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider
    2019-04-04 22:29:10, Info                  DISM   DISM Provider Store: PID=14304 TID=14012 Disconnecting Provider: VHDManager - CDISMProviderStore::Internal_DisconnectProvider
    2019-04-04 22:29:10, Info                  DISM   DISM Provider Store: PID=14304 TID=14012 Disconnecting Provider: GenericImagingManager - CDISMProviderStore::Internal_DisconnectProvider
    2019-04-04 22:29:10, Info                  DISM   DISM Provider Store: PID=14304 TID=14012 Disconnecting Provider: Compatibility Manager - CDISMProviderStore::Internal_DisconnectProvider
    2019-04-04 22:29:10, Info                  DISM   DISM Provider Store: PID=14304 TID=14012 Releasing the local reference to DISMLogger.  Stop logging. - CDISMProviderStore::Internal_DisconnectProvider
      My Computer


  8. Posts : 17,661
    Windows 10 Pro
    Thread Starter
       #27

    techquest said:
    Error: 0xc1510111

    You do not have permissions to mount and modify this image.
    Verify that you have Read/Write permissions or mount the image using the /ReadOnly option. Note that you cannot commit changes to an image with read-only permissions.
    Mounting WIM requires both read and write permissions. You cannot mount a WIM file that is on write protected device, or in device which system cannot write / save to. A mounted ISO is like a virtual DVD-R, you cannot write to it.

    Short: to mount a WIM file, it must be copied from DVD or virtual DVD (mounted ISO) to HDD / SSD.

    Kari
      My Computer


  9. Posts : 1,602
    W10 Enterprise
       #28

    Kari said:
    Could you please do what I asked for. I asked you to get Index 3 properties from install.wim file in folder N:\ISO\Sources\, the path you tell contains the contents copied from a mounted ISO. Quote from my post:




    You reply with Index 6 properties from install.wim file in folder G:\Sources:




    Not even close to what I asked for.

    Kari
    Sorry Kari, just thought you would want the updated info from the newly downloaded ISO and time lag between post's is a bit challenging . Anyway here's what you asked for:

    PS C:\WINDOWS\system32> dism /Get-WimInfo /WimFile:N:\ISO\Sources\install.wim /Index:3

    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1

    Error: 3

    The system cannot find the path specified.

    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log

    Code:
    2019-04-04 22:37:32, Info                  DISM   PID=13796 TID=16428 Scratch directory set to 'C:\Users\Tech1\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
    2019-04-04 22:37:32, Info                  DISM   PID=13796 TID=16428 DismCore.dll version: 10.0.17763.1 - CDISMManager::FinalConstruct
    2019-04-04 22:37:32, Info                  DISM   Initialized Panther logging at C:\WINDOWS\Logs\DISM\dism.log
    2019-04-04 22:37:32, Info                  DISM   PID=13796 TID=16428 Successfully loaded the ImageSession at "C:\WINDOWS\system32\Dism" - CDISMManager::LoadLocalImageSession
    2019-04-04 22:37:32, Info                  DISM   Initialized Panther logging at C:\WINDOWS\Logs\DISM\dism.log
    2019-04-04 22:37:32, Info                  DISM   DISM Provider Store: PID=13796 TID=16428 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
    2019-04-04 22:37:32, Info                  DISM   DISM Provider Store: PID=13796 TID=16428 Failed to get and initialize the PE Provider.  Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect
    2019-04-04 22:37:32, Info                  DISM   DISM Provider Store: PID=13796 TID=16428 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
    2019-04-04 22:37:32, Info                  DISM   Initialized Panther logging at C:\WINDOWS\Logs\DISM\dism.log
    2019-04-04 22:37:32, Info                  DISM   DISM Manager: PID=13796 TID=16428 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
    2019-04-04 22:37:32, Info                  DISM   DISM.EXE: 
    2019-04-04 22:37:32, Info                  DISM   DISM.EXE: <----- Starting Dism.exe session ----->
    2019-04-04 22:37:32, Info                  DISM   DISM.EXE: 
    2019-04-04 22:37:32, Info                  DISM   DISM.EXE: Host machine information: OS Version=10.0.17763, Running architecture=amd64, Number of processors=8
    2019-04-04 22:37:32, Info                  DISM   DISM.EXE: Dism.exe version: 10.0.17763.1
    2019-04-04 22:37:32, Info                  DISM   DISM.EXE: Executing command line: "C:\WINDOWS\system32\Dism.exe" /Get-WimInfo /WimFile:N:\ISO\Sources\install.wim /Index:3
    2019-04-04 22:37:32, Info                  DISM   DISM Provider Store: PID=13796 TID=16428 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
    2019-04-04 22:37:32, Info                  DISM   DISM Provider Store: PID=13796 TID=16428 Connecting to the provider located at C:\WINDOWS\system32\Dism\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2019-04-04 22:37:32, Warning               DISM   DISM Provider Store: PID=13796 TID=16428 Failed to load the provider: C:\WINDOWS\system32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2019-04-04 22:37:32, Info                  DISM   DISM Provider Store: PID=13796 TID=16428 Connecting to the provider located at C:\WINDOWS\system32\Dism\FfuProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2019-04-04 22:37:32, Info                  DISM   DISM Provider Store: PID=13796 TID=16428 Connecting to the provider located at C:\WINDOWS\system32\Dism\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2019-04-04 22:37:32, Info                  DISM   DISM Provider Store: PID=13796 TID=16428 Connecting to the provider located at C:\WINDOWS\system32\Dism\VHDProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2019-04-04 22:37:32, Info                  DISM   DISM Provider Store: PID=13796 TID=16428 Connecting to the provider located at C:\WINDOWS\system32\Dism\ImagingProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2019-04-04 22:37:32, Info                  DISM   DISM Provider Store: PID=13796 TID=16428 Connecting to the provider located at C:\WINDOWS\system32\Dism\CompatProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2019-04-04 22:37:32, Warning               DISM   DISM Provider Store: PID=13796 TID=16428 Failed to load the provider: C:\WINDOWS\system32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2019-04-04 22:37:32, Info                  DISM   DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
    2019-04-04 22:37:32, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
    2019-04-04 22:37:32, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FolderManager
    2019-04-04 22:37:32, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FfuManager
    2019-04-04 22:37:32, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: FfuManager.
    2019-04-04 22:37:32, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: WimManager
    2019-04-04 22:37:32, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: WimManager.
    2019-04-04 22:37:32, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: VHDManager
    2019-04-04 22:37:32, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: GenericImagingManager
    2019-04-04 22:37:32, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: GenericImagingManager.
    2019-04-04 22:37:32, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: Compatibility Manager
    2019-04-04 22:37:32, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: Compatibility Manager.
    2019-04-04 22:37:32, Error                 DISM   DISM WIM Provider: PID=13796 "WIM open failed." - CWimImageInfoCollection::Initialize(hr:0x80070003)
    2019-04-04 22:37:32, Error                 DISM   DISM WIM Provider: PID=13796 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimimageinfocollection.cpp:77 - CWimImageInfoCollection::CreateWimImageInfoCollection(hr:0x80070003)
    2019-04-04 22:37:32, Error                 DISM   DISM WIM Provider: PID=13796 TID=16428 Failed to create the image info collection. - CWimManager::GetImageInfoCollection(hr:0x80070003)
    2019-04-04 22:37:32, Error                 DISM   DISM WIM Provider: PID=13796 TID=16428 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:3580 - CWimManager::InternalOpGetImages(hr:0x80070003)
    2019-04-04 22:37:32, Error                 DISM   DISM WIM Provider: PID=13796 TID=16428 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:4398 - CWimManager::InternalCmdGetImages(hr:0x80070003)
    2019-04-04 22:37:32, Error                 DISM   DISM WIM Provider: PID=13796 TID=16428 "Error executing command" - CWimManager::InternalExecuteCmd(hr:0x80070003)
    2019-04-04 22:37:32, Error                 DISM   DISM WIM Provider: PID=13796 TID=16428 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:2203 - CWimManager::ExecuteCmdLine(hr:0x80070003)
    2019-04-04 22:37:32, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.
    2019-04-04 22:37:32, Info                  DISM   DISM.EXE: 
    2019-04-04 22:37:32, Info                  DISM   DISM.EXE: <----- Ending Dism.exe session ----->
    2019-04-04 22:37:32, Info                  DISM   DISM.EXE: 
    2019-04-04 22:37:32, Info                  DISM   DISM Provider Store: PID=13796 TID=16428 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
    2019-04-04 22:37:32, Info                  DISM   DISM Provider Store: PID=13796 TID=16428 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider
    2019-04-04 22:37:32, Info                  DISM   DISM Provider Store: PID=13796 TID=16428 Disconnecting Provider: FfuManager - CDISMProviderStore::Internal_DisconnectProvider
    2019-04-04 22:37:32, Info                  DISM   DISM Provider Store: PID=13796 TID=16428 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider
    2019-04-04 22:37:32, Info                  DISM   DISM Provider Store: PID=13796 TID=16428 Disconnecting Provider: VHDManager - CDISMProviderStore::Internal_DisconnectProvider
    2019-04-04 22:37:32, Info                  DISM   DISM Provider Store: PID=13796 TID=16428 Disconnecting Provider: GenericImagingManager - CDISMProviderStore::Internal_DisconnectProvider
    2019-04-04 22:37:32, Info                  DISM   DISM Provider Store: PID=13796 TID=16428 Disconnecting Provider: Compatibility Manager - CDISMProviderStore::Internal_DisconnectProvider
    2019-04-04 22:37:32, Info                  DISM   DISM Provider Store: PID=13796 TID=16428 Releasing the local reference to DISMLogger.  Stop logging. - CDISMProviderStore::Internal_DisconnectProvider
      My Computer


  10. Posts : 17,661
    Windows 10 Pro
    Thread Starter
       #29

    techquest said:
    PS C:\WINDOWS\system32> dism /Get-WimInfo /WimFile:N:\ISO\Sources\install.wim /Index:3

    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1

    Error: 3

    The system cannot find the path specified.
    So, now we have reduced the number of paths in command to one, and DISM is still giving "Path not found" error. Please open File Explorer, browse to N:\ISO folder. Take screenshot and post it here.

    Kari
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 18:58.
Find Us




Windows 10 Forums