# HG changeset patch # User Oleksandr Gavenko # Date 1546546398 -7200 # Node ID c44e4331713c571f62ea4e623f9ec0c94a62779e # Parent 3a371f9736447444d7433d1e8e0375a344e968dc# Parent c3baf557ff0c3f74a73c01af3b15d9d8a0e22938 merged diff -r 3a371f973644 -r c44e4331713c windows.rst --- a/windows.rst Thu Jan 03 22:04:43 2019 +0200 +++ b/windows.rst Thu Jan 03 22:13:18 2019 +0200 @@ -79,17 +79,23 @@ How to download updates that include drivers and hotfixes from the Windows Update Catalog. -Check system files integrity. -============================= -:: +Check system files integrity +============================ + +Run check with (utility is available starting from Windows 2000):: cmd> sfc /Scannow -To complete repair you may need original installation CD (you can mount it from -.iso image for example with DemonTools). Look to ``c:/Windows/Logs/CBS/CBS.log`` -for errors and warnings. +Look to ``c:/Windows/Logs/CBS/CBS.log`` for errors and warnings. + +To repair run:: -Works starting from Windows 2000. + dism /Online /Cleanup-image /Scanhealth + dism /Online /Cleanup-Image /RestoreHealth + +If Windows Update is broken you can provide path:: + + dism /Online /Cleanup-Image /RestoreHealth /Source:C:\RepairSource\Windows /LimitAccess See: