Z
ZhidaQiu
My PC‘s gone into a blue screen before because of a memory chip malfunctioning, and after replacing the memory chip I launched into the WINPE to run the following command: `sfc /SCANNOW /OFFBOOTDIR=d:\ /OFFWINDIR=d:\windows /OFFLOGFILE=c:\log.txt`.
Upon finishing, it prompted that the scan had found corrupt files but was unable to fix some of them, and I found these lines in the log:
00000003 Servicing stack shim unable to mark handle 1d0 ('\Device\Ramdisk{d9b257fc-684e-4dcb-ab79-03cfa2f6b750}\Windows\temp\SSS_dee5513405c0d501010000003405f804\msdelta.dll') for delete-on-close, error STATUS_CANNOT_DELETE
00000004 Servicing stack shim unable to mark handle 19c ('\Device\Ramdisk{d9b257fc-684e-4dcb-ab79-03cfa2f6b750}\Windows\temp\SSS_dee5513405c0d501010000003405f804') for delete-on-close, error STATUS_DIRECTORY_NOT_EMPTY
...
00000003 Servicing stack shim unable to mark handle 1d4 ('\Device\Ramdisk{d9b257fc-684e-4dcb-ab79-03cfa2f6b750}\Windows\temp\SSS_c2df069705c0d501010000008805ec02\msdelta.dll') for delete-on-close, error STATUS_CANNOT_DELETE
00000004 Servicing stack shim unable to mark handle 194 ('\Device\Ramdisk{d9b257fc-684e-4dcb-ab79-03cfa2f6b750}\Windows\temp\SSS_c2df069705c0d501010000008805ec02') for delete-on-close, error STATUS_DIRECTORY_NOT_EMPTY
Then I run the following commands in my normal desktop:
Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /RestoreHealth
Then it prompted that it couldn't find the repair source, and directed me to this page(Configure a Windows Repair Source) for further information.
I read from the page this line: 'Windows Update will be used by default if it is allowed by the policy settings on the computer.'
But windows update should have been enabled in the settings. Am I supposed to go through the group policy editor to properly set it up, or should I download a Windows image (.wim) file from the Miscrosoft website?
Update:
I had run cleanmgr to clean temporary files and changed three entries in group policy for windows update: Configure Automatic Updates, Allow Automatic Updates immedieate installation, Allow non-administrators to receive update notification(from Not configured to Enabled). Then I ran the command `Dism /Online /Cleanup-Image /RestoreHealth` again, and I got the same error.
Continue reading...
Upon finishing, it prompted that the scan had found corrupt files but was unable to fix some of them, and I found these lines in the log:
00000003 Servicing stack shim unable to mark handle 1d0 ('\Device\Ramdisk{d9b257fc-684e-4dcb-ab79-03cfa2f6b750}\Windows\temp\SSS_dee5513405c0d501010000003405f804\msdelta.dll') for delete-on-close, error STATUS_CANNOT_DELETE
00000004 Servicing stack shim unable to mark handle 19c ('\Device\Ramdisk{d9b257fc-684e-4dcb-ab79-03cfa2f6b750}\Windows\temp\SSS_dee5513405c0d501010000003405f804') for delete-on-close, error STATUS_DIRECTORY_NOT_EMPTY
...
00000003 Servicing stack shim unable to mark handle 1d4 ('\Device\Ramdisk{d9b257fc-684e-4dcb-ab79-03cfa2f6b750}\Windows\temp\SSS_c2df069705c0d501010000008805ec02\msdelta.dll') for delete-on-close, error STATUS_CANNOT_DELETE
00000004 Servicing stack shim unable to mark handle 194 ('\Device\Ramdisk{d9b257fc-684e-4dcb-ab79-03cfa2f6b750}\Windows\temp\SSS_c2df069705c0d501010000008805ec02') for delete-on-close, error STATUS_DIRECTORY_NOT_EMPTY
Then I run the following commands in my normal desktop:
Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /RestoreHealth
Then it prompted that it couldn't find the repair source, and directed me to this page(Configure a Windows Repair Source) for further information.
I read from the page this line: 'Windows Update will be used by default if it is allowed by the policy settings on the computer.'
But windows update should have been enabled in the settings. Am I supposed to go through the group policy editor to properly set it up, or should I download a Windows image (.wim) file from the Miscrosoft website?
Update:
I had run cleanmgr to clean temporary files and changed three entries in group policy for windows update: Configure Automatic Updates, Allow Automatic Updates immedieate installation, Allow non-administrators to receive update notification(from Not configured to Enabled). Then I ran the command `Dism /Online /Cleanup-Image /RestoreHealth` again, and I got the same error.
Continue reading...