windows.rst
changeset 2310 c3baf557ff0c
parent 2273 e68f69def33e
child 2456 b7e46ea06927
--- a/windows.rst	Wed Dec 19 15:54:27 2018 +0200
+++ b/windows.rst	Tue Aug 01 01:00:35 2017 +0300
@@ -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: