diff -r 2945703c8dbd -r 2ddf10980e8f windows.rst --- a/windows.rst Sun May 22 15:28:34 2016 +0300 +++ b/windows.rst Wed May 25 22:08:56 2016 +0300 @@ -44,6 +44,12 @@ VEN_10DE DEV_0247 VID_22B8 PID_2A62 +After obtaining ``.cab`` file for driver unpack files:: + + cmd> expand FILE.cab -F:* c:\tmp\dir + +and use that directory in "Update driver" dialog. + Also you can find updates on: http://www.microsoft.com/downloads/ru-ru/default.aspx @@ -54,6 +60,12 @@ cmd> wmic qfe +http://catalog.update.microsoft.com/v7/site/faqgeneric.aspx + Microsoft Update Catalog FAQ +https://support.microsoft.com/en-us/kb/323166 + How to download updates that include drivers and hotfixes from the Windows + Update Catalog. + Check system files integrity. ============================= ::