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: