Does anyone have a Windows RT Recovery Drive for Dell XPS10

Lobbie1978

New member
Sep 20, 2011
65
0
0
Visit site
it was written in there that this pc can run windows 8 windows 7 and ubuntu

I'm sure you misread that. Anyway, if you can't seem to delete that BitLocker volume, I think there is no other way then to bring it to service I'm afraid. Good luck with that anyway! And let me know if you managed to fix it!
 

redds156

New member
Nov 23, 2013
16
0
0
Visit site
Lobbie1978
you won't believe me :D
I did it. It works now but i have to do it my way
HERE IS SOLUTION TO MY PROBLEM:
1 I prepared everything like you said in your tutorial and i was doing it until E:\ApplyImage.bat when the error accured
2 I was trying to unlock the bit locker with no suckcess so i got into
diskpart ---> list volume ----> i selected one by one those hidden partitions (r: t: s:) and i formated it by simply writing format
(example. diskpart [enter] list volume [enter] select volume r [enter] format[enter] )
after formatting those 3 partition exit (to exit diskpart)
and exit (to exit cmd)
now on my screen are like always options which i was writting earlier trobleshoot and turn of pc i choose trobleshoot and now there are tree options which previously didnt work

refresh my pc
resetting my pc
advanced options

i choose te resetting my pc and in fact i was abble to do it. there was some option like in normal resseting you can choose it by your own (they re simple)
and it reset my pc and started automatic instalation(reseting pc) after that pc is working with windows

Man you really helped me without you i wouldn't do that I owe you six pack :)
thanks for not leaving me with this

but i still hate this system i wish there was win 7 :D
 

elthomas195

New member
Dec 27, 2013
1
0
0
Visit site
I have downloaded both sets of files from this thread and neither one will open or extract with winrar or 7z it says both are corrupt, i also used the ones from usent and they will not open either.
 

redds156

New member
Nov 23, 2013
16
0
0
Visit site
check if you downloaded in right way all files
i also had problem i couldn't unpack those rar files because one was stopped during downloading and it was broken i downloaded it again and everything was fine
 

yyciceracer

New member
Jan 3, 2014
1
0
0
Visit site
One small problem. That image doesn't contain a install.wim file, but an install.esd! That is what is causing the problems. Works fine with a Windows 8 image however! Thanks!!
 
Last edited:

ozzyhijo2

New member
Jan 10, 2014
1
0
0
Visit site
Wow guys I been dealing with this problem for so long but finally I got it to work..Memitin thanks for the files men and Lobbie1978 for the step by step guide to this procedure. I followed this guide like I said step by step and it works ( the shutdown at the end of the installation was not recognize as an internal or external command but I just shut it down manually with no problems). thanks again guys.
 

Memitim

New member
Oct 30, 2012
254
0
0
Visit site
Simon are you sure you've followed Lobbie1978's instructions carefully and that you have the complete recover image I posted?
 

Simon Isherwood

New member
Jan 3, 2014
11
0
0
Visit site
yep i followed them exactly and as i look at the extracted files from the download there is no install.wim only an install.esd and the .bat file drops out at that point. I tried to download the recovery zip from the newsgroup but that failed - i dont think my isp lets me do that (virginmedia uk), the dowloader (SuperNZB) just reports errors
 

Memitim

New member
Oct 30, 2012
254
0
0
Visit site
Try using this code instead for ApplyImage.bat

Code:
rem === These commands copy the selected image file to =====================================
rem === predefined hard disk partitions on a UEFI-based computer. ==========================
rem === Create recovery image folder =======================================================
md R:\RecoveryImage


rem === Copy the image to the recovery image partition =====================================
copy E:\sources\install.esd R:\RecoveryImage\install.esd


rem === Apply the image to the Windows partition ===========================================
dism /Apply-Image /ImageFile:R:\RecoveryImage\install.esd /Index:1 /ApplyDir:W:\


rem === Copy the Windows RE Tools to the Windows RE Tools partition ========================
md T:\Recovery\WindowsRE


copy W:\Windows\system32\recovery\winre.wim T:\Recovery\WindowsRE\winre.wim


rem === Change attributes for WinRE Image to hidden ========================================
attrib -h -s -r T:\Recovery\WinRE\winre.wim


rem === In the Recovery partition, set the location of the Windows partition ===============
W:\Windows\System32\reagentc /setosimage /path R:\RecoveryImage /index 1 /target W:\Windows
 
rem === In the Windows RE Tools partition, set the location of the WinRE tools =============
W:\Windows\System32\reagentc /setreimage /path T:\Recovery\WindowsRE /target W:\Windows


rem === Copy boot files from the Windows partition to the System partition =================
bcdboot W:\Windows

Not 100% sure if it is going to work though.
 

Memitim

New member
Oct 30, 2012
254
0
0
Visit site
If the above doesn't work you will need to use the 8.0 recovery image as that has an install.wim, not sure why MS changed to install.esd with 8.1
 

Simon Isherwood

New member
Jan 3, 2014
11
0
0
Visit site
Cheers, tried and seemed like it was working then dropped out during DISM error 11 incorrect format

DISM LOG:
2013-08-22 01:53:57, Info DISM PID=1548 TID=1556 Scratch directory set to 'X:\windows\TEMP\'. - CDISMManager::put_ScratchDir
2013-08-22 01:53:57, Info DISM PID=1548 TID=1556 DismCore.dll version: 6.3.9600.16384 - CDISMManager::FinalConstruct
2013-08-22 01:53:57, Info DISM PID=1548 TID=1556 Successfully loaded the ImageSession at "X:\windows\System32\Dism" - CDISMManager::LoadLocalImageSession
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Failed to get and initialize the PE Provider. Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2013-08-22 01:53:57, Info DISM DISM Manager: PID=1548 TID=1556 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2013-08-22 01:53:57, Info DISM DISM.EXE:
2013-08-22 01:53:57, Info DISM DISM.EXE: <----- Starting Dism.exe session ----->
2013-08-22 01:53:57, Info DISM DISM.EXE:
2013-08-22 01:53:57, Info DISM DISM.EXE: Host machine information: OS Version=6.3.9600, Running architecture=arm, Number of processors=2
2013-08-22 01:53:57, Info DISM DISM.EXE: Dism.exe version: 6.3.9600.16384
2013-08-22 01:53:57, Info DISM DISM.EXE: Executing command line: dism /Apply-Image /ImageFile:R:\RecoveryImage\install.esd /Index:1 /ApplyDir:W:\
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Loading Provider from location X:\windows\System32\Dism\FolderProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Connecting to the provider located at X:\windows\System32\Dism\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Loading Provider from location X:\windows\System32\Dism\WimProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Connecting to the provider located at X:\windows\System32\Dism\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Loading Provider from location X:\windows\System32\Dism\VHDProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Connecting to the provider located at X:\windows\System32\Dism\VHDProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Loading Provider from location X:\windows\System32\Dism\ImagingProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Connecting to the provider located at X:\windows\System32\Dism\ImagingProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Loading Provider from location X:\windows\System32\Dism\CompatProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Connecting to the provider located at X:\windows\System32\Dism\CompatProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-08-22 01:53:57, Info DISM DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
2013-08-22 01:53:57, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
2013-08-22 01:53:57, Info DISM DISM.EXE: Attempting to add the commands from provider: FolderManager
2013-08-22 01:53:57, Info DISM DISM.EXE: Attempting to add the commands from provider: WimManager
2013-08-22 01:53:57, Info DISM DISM.EXE: Succesfully registered commands for the provider: WimManager.
2013-08-22 01:53:57, Info DISM DISM.EXE: Attempting to add the commands from provider: VHDManager
2013-08-22 01:53:57, Info DISM DISM.EXE: Attempting to add the commands from provider: GenericImagingManager
2013-08-22 01:53:57, Info DISM DISM.EXE: Succesfully registered commands for the provider: GenericImagingManager.
2013-08-22 01:53:57, Info DISM DISM.EXE: Attempting to add the commands from provider: Compatibility Manager
2013-08-22 01:53:57, Info DISM DISM.EXE: Succesfully registered commands for the provider: Compatibility Manager.
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Getting Provider WimManager - CDISMProviderStore::GetProvider
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2013-08-22 01:53:57, Error DISM DISM WIM Provider: PID=1548 TID=1556 base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:1058 - CWimManager::Apply(hr:0x80070002)
2013-08-22 01:53:57, Error DISM DISM WIM Provider: PID=1548 TID=1556 base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:4205 - CWimManager::InternalCmdApply(hr:0x80070002)
2013-08-22 01:53:57, Error DISM DISM WIM Provider: PID=1548 TID=1556 Error executing command - CWimManager::InternalExecuteCmd(hr:0x80070002)
2013-08-22 01:53:57, Error DISM DISM WIM Provider: PID=1548 TID=1556 base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:1936 - CWimManager::ExecuteCmdLine(hr:0x80070002)
2013-08-22 01:53:57, Error DISM DISM.EXE: WimManager processed the command line but failed. HRESULT=80070002
2013-08-22 01:53:57, Info DISM DISM.EXE: Image session has been closed. Reboot required=no.
2013-08-22 01:53:57, Info DISM DISM.EXE:
2013-08-22 01:53:57, Info DISM DISM.EXE: <----- Ending Dism.exe session ----->
2013-08-22 01:53:57, Info DISM DISM.EXE:
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Disconnecting Provider: VHDManager - CDISMProviderStore::Internal_DisconnectProvider
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Disconnecting Provider: GenericImagingManager - CDISMProviderStore::Internal_DisconnectProvider
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Disconnecting Provider: Compatibility Manager - CDISMProviderStore::Internal_DisconnectProvider
2013-08-22 01:53:57, Info DISM DISM Provider Store: PID=1548 TID=1556 Releasing the local reference to DISMLogger. Stop logging. - CDISMProviderStore::Internal_DisconnectProvider
2013-08-22 02:56:24, Info DISM PID=764 TID=808 Scratch directory set to 'X:\windows\TEMP\'. - CDISMManager::put_ScratchDir
2013-08-22 02:56:24, Info DISM PID=764 TID=808 DismCore.dll version: 6.3.9600.16384 - CDISMManager::FinalConstruct
2013-08-22 02:56:24, Info DISM PID=764 TID=808 Successfully loaded the ImageSession at "X:\windows\System32\Dism" - CDISMManager::LoadLocalImageSession
2013-08-22 02:56:24, Info DISM DISM Provider Store: PID=764 TID=808 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
2013-08-22 02:56:24, Info DISM DISM Provider Store: PID=764 TID=808 Failed to get and initialize the PE Provider. Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect
2013-08-22 02:56:24, Info DISM DISM Provider Store: PID=764 TID=808 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
2013-08-22 02:56:24, Info DISM DISM Provider Store: PID=764 TID=808 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
2013-08-22 02:56:24, Info DISM DISM Provider Store: PID=764 TID=808 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2013-08-22 02:56:24, Info DISM DISM Provider Store: PID=764 TID=808 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
2013-08-22 02:56:24, Info DISM DISM Provider Store: PID=764 TID=808 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2013-08-22 02:56:24, Info DISM DISM Manager: PID=764 TID=808 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
2013-08-22 02:56:24, Info DISM DISM Provider Store: PID=764 TID=808 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
2013-08-22 02:56:24, Info DISM DISM Provider Store: PID=764 TID=808 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2013-08-22 02:56:24, Info DISM DISM.EXE:
2013-08-22 02:56:24, Info DISM DISM.EXE: <----- Starting Dism.exe session ----->
2013-08-22 02:56:24, Info DISM DISM.EXE:
2013-08-22 02:56:24, Info DISM DISM.EXE: Host machine information: OS Version=6.3.9600, Running architecture=arm, Number of processors=2
2013-08-22 02:56:24, Info DISM DISM.EXE: Dism.exe version: 6.3.9600.16384
2013-08-22 02:56:24, Info DISM DISM.EXE: Executing command line: dism /Apply-Image /ImageFile:R:\RecoveryImage\install.esd /Index:1 /ApplyDir:W:\
2013-08-22 02:56:24, Info DISM DISM Provider Store: PID=764 TID=808 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
2013-08-22 02:56:24, Info DISM DISM Provider Store: PID=764 TID=808 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-08-22 02:56:24, Info DISM DISM Provider Store: PID=764 TID=808 Loading Provider from location X:\windows\System32\Dism\FolderProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-08-22 02:56:24, Info DISM DISM Provider Store: PID=764 TID=808 Connecting to the provider located at X:\windows\System32\Dism\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-08-22 02:56:24, Info DISM DISM Provider Store: PID=764 TID=808 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-08-22 02:56:24, Info DISM DISM Provider Store: PID=764 TID=808 Loading Provider from location X:\windows\System32\Dism\WimProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-08-22 02:56:24, Info DISM DISM Provider Store: PID=764 TID=808 Connecting to the provider located at X:\windows\System32\Dism\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-08-22 02:56:24, Info DISM DISM Provider Store: PID=764 TID=808 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-08-22 02:56:24, Info DISM DISM Provider Store: PID=764 TID=808 Loading Provider from location X:\windows\System32\Dism\VHDProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-08-22 02:56:24, Info DISM DISM Provider Store: PID=764 TID=808 Connecting to the provider located at X:\windows\System32\Dism\VHDProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-08-22 02:56:24, Info DISM DISM Provider Store: PID=764 TID=808 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-08-22 02:56:24, Info DISM DISM Provider Store: PID=764 TID=808 Loading Provider from location X:\windows\System32\Dism\ImagingProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-08-22 02:56:24, Info DISM DISM Provider Store: PID=764 TID=808 Connecting to the provider located at X:\windows\System32\Dism\ImagingProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-08-22 02:56:24, Info DISM DISM Provider Store: PID=764 TID=808 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-08-22 02:56:24, Info DISM DISM Provider Store: PID=764 TID=808 Loading Provider from location X:\windows\System32\Dism\CompatProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-08-22 02:56:24, Info DISM DISM Provider Store: PID=764 TID=808 Connecting to the provider located at X:\windows\System32\Dism\CompatProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-08-22 02:56:24, Info DISM DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
2013-08-22 02:56:24, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
2013-08-22 02:56:24, Info DISM DISM.EXE: Attempting to add the commands from provider: FolderManager
2013-08-22 02:56:24, Info DISM DISM.EXE: Attempting to add the commands from provider: WimManager
2013-08-22 02:56:24, Info DISM DISM.EXE: Succesfully registered commands for the provider: WimManager.
2013-08-22 02:56:24, Info DISM DISM.EXE: Attempting to add the commands from provider: VHDManager
2013-08-22 02:56:24, Info DISM DISM.EXE: Attempting to add the commands from provider: GenericImagingManager
2013-08-22 02:56:24, Info DISM DISM.EXE: Succesfully registered commands for the provider: GenericImagingManager.
2013-08-22 02:56:24, Info DISM DISM.EXE: Attempting to add the commands from provider: Compatibility Manager
2013-08-22 02:56:24, Info DISM DISM.EXE: Succesfully registered commands for the provider: Compatibility Manager.
2013-08-22 02:56:24, Info DISM DISM Provider Store: PID=764 TID=808 Getting Provider WimManager - CDISMProviderStore::GetProvider
2013-08-22 02:56:24, Info DISM DISM Provider Store: PID=764 TID=808 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
[764] [0x8144012d]
2013-08-22 02:56:25, Warning DISM DISM WIM Provider: PID=764 [ReadWimHeader:(2251) -> version/header mismatch] R:\RecoveryImage\install.esd (HRESULT=0x8007000B) - CWimManager::WimProviderMsgLogCallback
[764] [0xc144012e]
2013-08-22 02:56:25, Error DISM DISM WIM Provider: PID=764 [WIMCreateFile:(403) -> Fail to read WIM header] R:\RecoveryImage\install.esd (HRESULT=0x8007000B) - CWimManager::WimProviderMsgLogCallback
2013-08-22 02:56:25, Error DISM DISM WIM Provider: PID=764 TID=808 base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:1058 - CWimManager::Apply(hr:0x8007000b)
2013-08-22 02:56:25, Error DISM DISM WIM Provider: PID=764 TID=808 base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:4205 - CWimManager::InternalCmdApply(hr:0x8007000b)
2013-08-22 02:56:25, Error DISM DISM WIM Provider: PID=764 TID=808 Error executing command - CWimManager::InternalExecuteCmd(hr:0x8007000b)
2013-08-22 02:56:25, Error DISM DISM WIM Provider: PID=764 TID=808 base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:1936 - CWimManager::ExecuteCmdLine(hr:0x8007000b)
2013-08-22 02:56:25, Error DISM DISM.EXE: WimManager processed the command line but failed. HRESULT=8007000B
2013-08-22 02:56:25, Info DISM DISM.EXE: Image session has been closed. Reboot required=no.
2013-08-22 02:56:25, Info DISM DISM.EXE:
2013-08-22 02:56:25, Info DISM DISM.EXE: <----- Ending Dism.exe session ----->
2013-08-22 02:56:25, Info DISM DISM.EXE:
2013-08-22 02:56:25, Info DISM DISM Provider Store: PID=764 TID=808 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2013-08-22 02:56:25, Info DISM DISM Provider Store: PID=764 TID=808 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider
2013-08-22 02:56:25, Info DISM DISM Provider Store: PID=764 TID=808 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider
2013-08-22 02:56:25, Info DISM DISM Provider Store: PID=764 TID=808 Disconnecting Provider: VHDManager - CDISMProviderStore::Internal_DisconnectProvider
2013-08-22 02:56:25, Info DISM DISM Provider Store: PID=764 TID=808 Disconnecting Provider: GenericImagingManager - CDISMProviderStore::Internal_DisconnectProvider
2013-08-22 02:56:25, Info DISM DISM Provider Store: PID=764 TID=808 Disconnecting Provider: Compatibility Manager - CDISMProviderStore::Internal_DisconnectProvider
2013-08-22 02:56:25, Info DISM DISM Provider Store: PID=764 TID=808 Releasing the local reference to DISMLogger. Stop logging. - CDISMProviderStore::Internal_DisconnectProvider

Tis frustrating!

Thanks for your assistance tho

Simon
 

Simon Isherwood

New member
Jan 3, 2014
11
0
0
Visit site
it didnt work, it started to then blew out on the DISM command - error 11 incorrect format will try and upload the log file if that helps but seemed to be a problem around the recovery partition

code:
Screen Shot 2014-01-20 at 12.48.30.png
Screen Shot 2014-01-20 at 12.48.45.png
 
Last edited:

Members online

Forum statistics

Threads
323,320
Messages
2,243,630
Members
428,060
Latest member
oliveeAria