windows.rst
changeset 2310 c3baf557ff0c
parent 2273 e68f69def33e
child 2456 b7e46ea06927
equal deleted inserted replaced
2309:b7cd886c07b5 2310:c3baf557ff0c
    77   Microsoft Update Catalog FAQ
    77   Microsoft Update Catalog FAQ
    78 https://support.microsoft.com/en-us/kb/323166
    78 https://support.microsoft.com/en-us/kb/323166
    79   How to download updates that include drivers and hotfixes from the Windows
    79   How to download updates that include drivers and hotfixes from the Windows
    80   Update Catalog.
    80   Update Catalog.
    81 
    81 
    82 Check system files integrity.
    82 Check system files integrity
    83 =============================
    83 ============================
    84 ::
    84 
       
    85 Run check with (utility is available starting from Windows 2000)::
    85 
    86 
    86   cmd> sfc /Scannow
    87   cmd> sfc /Scannow
    87 
    88 
    88 To complete repair you may need original installation CD (you can mount it from
    89 Look to ``c:/Windows/Logs/CBS/CBS.log`` for errors and warnings.
    89 .iso image for example with DemonTools). Look to ``c:/Windows/Logs/CBS/CBS.log``
    90 
    90 for errors and warnings.
    91 To repair run::
    91 
    92 
    92 Works starting from Windows 2000.
    93   dism /Online /Cleanup-image /Scanhealth
       
    94   dism /Online /Cleanup-Image /RestoreHealth
       
    95 
       
    96 If Windows Update is broken you can provide path::
       
    97 
       
    98   dism /Online /Cleanup-Image /RestoreHealth /Source:C:\RepairSource\Windows /LimitAccess
    93 
    99 
    94 See:
   100 See:
    95 
   101 
    96 * http://support.microsoft.com/kb/929833
   102 * http://support.microsoft.com/kb/929833
    97 * http://support.microsoft.com/kb/222471
   103 * http://support.microsoft.com/kb/222471