windows.rst
changeset 1965 2ddf10980e8f
parent 1912 8b81a8f0f692
child 2099 582907ac30d1
equal deleted inserted replaced
1964:2945703c8dbd 1965:2ddf10980e8f
    42 You can search driver by keywords from Device Manager like::
    42 You can search driver by keywords from Device Manager like::
    43 
    43 
    44   VEN_10DE DEV_0247
    44   VEN_10DE DEV_0247
    45   VID_22B8 PID_2A62
    45   VID_22B8 PID_2A62
    46 
    46 
       
    47 After obtaining ``.cab`` file for driver unpack files::
       
    48 
       
    49   cmd> expand FILE.cab -F:* c:\tmp\dir
       
    50 
       
    51 and use that directory in "Update driver" dialog.
       
    52 
    47 Also you can find updates on:
    53 Also you can find updates on:
    48 
    54 
    49   http://www.microsoft.com/downloads/ru-ru/default.aspx
    55   http://www.microsoft.com/downloads/ru-ru/default.aspx
    50 
    56 
    51 Updates that reset pirate copy of Windows: КВ971033.
    57 Updates that reset pirate copy of Windows: КВ971033.
    52 
    58 
    53 List of installed updates::
    59 List of installed updates::
    54 
    60 
    55   cmd> wmic qfe
    61   cmd> wmic qfe
       
    62 
       
    63 http://catalog.update.microsoft.com/v7/site/faqgeneric.aspx
       
    64   Microsoft Update Catalog FAQ
       
    65 https://support.microsoft.com/en-us/kb/323166
       
    66   How to download updates that include drivers and hotfixes from the Windows
       
    67   Update Catalog.
    56 
    68 
    57 Check system files integrity.
    69 Check system files integrity.
    58 =============================
    70 =============================
    59 ::
    71 ::
    60 
    72