Microsoft Security | Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
what is the step by step fix plz
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation
AI answer
net stop wuauserv
net stop bits
net stop cryptSvc
ren %windir%\SoftwareDistribution SoftwareDistribution.old
ren %windir%\System32\catroot2 catroot2.old
net start cryptSvc
net start bits
net start wuauserv
DISM.exe /Online /Cleanup-Image /ScanHealth
DISM.exe /Online /Cleanup-Image /RestoreHealth
sfc /scannow
E:.DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:E:\sources\install.wim /LimitAccess
sfc /scannow
C:\Windows\Logs\CBS\CBS.logC:\Windows\Logs\DISM\dism.logError, CORRUPT, MISSING, or HRESULT.STATUS_SXS_COMPONENT_STORE_CORRUPT or HRESULT_FROM_WIN32(14098): usually repairable with /RestoreHealthCBS_E_SOURCE_MISSING (0x800F081F): repair source is missing, use /SourceCBS_E_IMAGE_UNSERVICEABLE (0x800F0830): servicing stack is too damaged for normal repairPSFX_E_MATCHING_BINARY_MISSING: in-place upgrade is typically requiredDISM.exe /Online /Remove-Package /PackageName:<package-name-from-log>
DISM.exe /Online /Cleanup-Image /RestoreHealth
C:\Windows\Logs\CBS\CBS.logC:\Windows\Logs\CBS\CbsPersist_*.cabC:\Windows\Logs\DISM\dism.logfindstr /c:"[SR]" C:\Windows\Logs\CBS\CBS.log > C:\sfcdetails.txt
Do not delete files directly from C:\Windows\WinSxS. That can severely damage Windows and prevent boot or future updates.
References: