merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 03 Jan 2019 22:13:18 +0200
changeset 2334 c44e4331713c
parent 2333 3a371f973644 (current diff)
parent 2310 c3baf557ff0c (diff)
child 2335 df944b944b30
merged
--- 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: