After Running the usual Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase on the Admin Command Prompt after a Windows Update, I noticed it gave me an Error 1. On my second attempt, it gave me an Error 87.
I decided to look up the other advance DISM.exe commands such as /ScanHealth /CheckHealth and /RestoreHealth. I also downloaded the SFCFix program from MajorGeeks.com for good measure, and it seems the final error it keeps detecting is Error 582 "An illegal character was encountered..."
Here's a transcript of my latest attempt:
I did also execute "sfc /scannow" with Windows not finding any integrity violations.
Here's the log of my SFCfix:
Included is my dism.log file. I would appreciate the assistance!
I decided to look up the other advance DISM.exe commands such as /ScanHealth /CheckHealth and /RestoreHealth. I also downloaded the SFCFix program from MajorGeeks.com for good measure, and it seems the final error it keeps detecting is Error 582 "An illegal character was encountered..."
Here's a transcript of my latest attempt:
Code:
Microsoft Windows [Version 10.0.10586]
(c) 2015 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase
Deployment Image Servicing and Management tool
Version: 10.0.10586.0
Image Version: 10.0.10586.0
[==========================100.0%==========================]
Error: 1
Incorrect function.
The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
C:\WINDOWS\system32>Dism.exe /online /Cleanup-Image /ScanHealth
Deployment Image Servicing and Management tool
Version: 10.0.10586.0
Image Version: 10.0.10586.0
[==========================100.0%==========================]
Error: 582
An illegal character was encountered. For a multi-byte character set this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE.
The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
C:\WINDOWS\system32>Dism.exe /online /Cleanup-Image /RestoreHealth
Deployment Image Servicing and Management tool
Version: 10.0.10586.0
Image Version: 10.0.10586.0
[==========================100.0%==========================]
Error: 582
An illegal character was encountered. For a multi-byte character set this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE.
The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
C:\WINDOWS\system32>sfc /scannow
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 99% complete.
Windows Resource Protection did not find any integrity violations.
C:\WINDOWS\system32>Dism.exe /online /Cleanup-Image /CheckHealth
Deployment Image Servicing and Management tool
Version: 10.0.10586.0
Image Version: 10.0.10586.0
No component store corruption detected.
The operation completed successfully.
C:\WINDOWS\system32>Dism.exe /online /Cleanup-Image /RestoreHealth
Deployment Image Servicing and Management tool
Version: 10.0.10586.0
Image Version: 10.0.10586.0
[==========================100.0%==========================]
Error: 582
An illegal character was encountered. For a multi-byte character set this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE.
The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
C:\WINDOWS\system32>
I did also execute "sfc /scannow" with Windows not finding any integrity violations.
Here's the log of my SFCfix:
Code:
SFCFix version 2.4.5.0 by niemiro.
Start time: 2016-01-06 15:33:02.997
Microsoft Windows 8.1 - amd64
Not using a script file.
AutoAnalysis::
SUMMARY: No corruptions were detected.
AutoAnalysis:: directive completed successfully.
Successfully processed all directives.
SFCFix version 2.4.5.0 by niemiro has completed.
Currently storing 0 datablocks.
Finish time: 2016-01-06 15:38:40.577
----------------------EOF-----------------------
Included is my dism.log file. I would appreciate the assistance!