Error 0x800f0950 DISM

jdd2000

Member
Joined
Apr 17, 2023
Posts
15
I´ve been trying to run Dism /Online /Cleanup-Image /RestoreHealth and it stops at 81.6% reporting this error 0x800f0950
I already ran SFCFIX with this same error
I´m running Windows 10 v 10.0.17134.523
 

Attachments

Hi and welcome to Sysnative,

Step 1. Download
56f31e53c97da-SFCFix.PNG
SFCFix and save it to your desktop.

Warning: This fix was written specifically for this system. Do not run this fix on another system.
  • Save any work you have open, and close all programs.
  • Download the attachment SFCFix.zip and save it to your desktop.
  • Drag the SFCFix.zip file over the SFCFix.exe executable and release it.
6190d993a26f3-SFCFix-Zip-Eng.gif

  • SFCFix will launch, let it complete.
  • Once done, a file will appear on your desktop, called SFCFix.txt.
  • Post the logfile (SFCFix.txt) as attachment in your next reply.


Step 2. Run the following DISM command and post the result. If it fails attach a new copy of the CBS log.
Code:
DISM /online /cleanup-image /RestoreHealth
 

Attachments

Hi Maxstar Thanks for this help.
I made all steps and received this same error 0x800f0950 when running DISM command at 81.5%
 

Attachments

Hi,

Step 1.
Warning: This fix was written specifically for this system. Do not run this fix on another system.
  • Save any work you have open, and close all programs.
  • Download the attachment SFCFix.zip and save it to your desktop.
  • Drag the SFCFix.zip file over the SFCFix.exe executable and release it.
6190d993a26f3-SFCFix-Zip-Eng.gif

  • SFCFix will launch, let it complete.
  • Once done, a file will appear on your desktop, called SFCFix.txt.
  • Post the logfile (SFCFix.txt) as attachment in your next reply.


Step 2. Run the following DISM command and post the result. If it fails attach a new copy of the CBS log.
Code:
DISM /online /cleanup-image /RestoreHealth
 

Attachments

Hi Maxstar, thanks.
Now DISM command worked fine, 100% completed
I tried to update windows and received this error 0x80070003
 

Attachments

Hi,

Please upload a new copy of the CBS logs as well as the setupapi.dev.log to your next reply.
  • Open Windows Explorer and browse to the C:\Windows\Logs folder.
  • Right-click on the CBS folder and choose Send to > Compressed (zipped) folder.
  • Now the message will appear, "Windows cannot create the Compressed (zipped) Folder here. Do you want it to be placed on the desktop instead?"
  • Click on the Yes button here.
618e949e09fef-CBS-Folder.png

  • Browse to the C:\Windows\INF folder.
  • Right-click on the file setupapi.dev.log and choose Send to > Compressed (zipped) folder.
  • Attach the file CBS.zip and setupapi.dev.zip to your next reply.
 
Download and run SetupDiag from Microsoft
  • Download
    60e45c659164d-SetupDiag.png
    SetupDiag to your desktop.
  • Right-click on SetupDiag.exe and select Run as administrator.
  • When completed the following files are created: "Logs.zip, SetupDiag.exe.config and SetupDiagResults.log"
  • Attach SetupDiagResults.log and Logs.zip to your next reply.
 
Hi,

Do you have the system disk converted from MBR to GPT in the past?
 
Hi,

Open an elevated command prompt and run the following commands.
Code:
reagentc /info > "%userprofile%\desktop\config.txt"
bcdedit /enum >> "%userprofile%\desktop\config.txt"
Now run the following commands:
Code:
diskpart
list volume
Copy and paste the result of the last two commands into your nex post between the CODE tags.
 
Hi
Here is the result
C:\windows\system32>diskpart

Microsoft DiskPart versão 10.0.17134.1

Copyright (C) Microsoft Corporation.
No computador: ESCRITORIO-I7

DISKPART> list volume

Volume No. Ltr Rótulo Fs Tipo Tamanho Status Informações
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 E DVD-ROM 0 B Nenhuma m
Volume 1 C SSD NTFS Partição 446 GB Íntegro Sistema
Volume 2 D Dados4TB NTFS Partição 3726 GB Íntegro
 
Please post a screenshot of Disk Management to look at the partitions.

1. Open start and type diskmgmt.msc
2. Take a screenshot and post it to your next reply.
 
Hi,

Could you please rebuild the EFI System Partiion using the following instructions. (But make always a back-up / system image.)

1. Boot the computer into the Recovery Environment - open the command prompt and run the following commands.
2. Replace 0 with the actual number of the HDD/SSD where Windows is installed.
Rich (BB code):
diskpart
list disk
select disk 0
list partition
3. Then run the following command and replace 1 with the actual number of the Windows OS partition.
Rich (BB code):
select partition 1
4. The following commands will resize the Windows OS partition and create the new EFI System Partition. (Note: the driveletter W should be free!)
Rich (BB code):
shrink desired=100
create partition efi size=100
format quick fs=fat32
assign letter=w
5. Run the following commands to list the partitions and volumes.
Code:
list partition
list volume
6. Note the drive letter where the Windows OS is installed, which is displayed after running list volume.
7. Close diskpart.
Code:
exit
8. Run the following command: Replace X with the volume letter of the Windows OS partition.
Code:
bcdboot [COLOR=rgb(184, 49, 47)]X[/COLOR]:\windows /s W:
9. Now the BCDBoot command copies the boot files from the Windows partition into the EFI System Partition and re-create the BCD store.
 
Hi,
I'm traveling right now
As soon as I come back I'll try to make these instructions. Need to get a iso windows in a pen drive
 
Hi Maxstar,

My Windows drive letter is C, partition 1 disk 0 with 446GB. What happens if I execute these commands, specially shrink desired=100, will I lose anything ? Will I have to reinstall my softwares ?
Thanks
 
Hi,

It will just create a new EFI partition 100MB, you're free space is 142 GB, so this not a problem and will not affect anything, but it is always recommended to make a backup first as I said.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top