Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Показать сообщение отдельно


Moderator


Сообщения: 53441
Благодарности: 15497

Профиль | Отправить PM | Цитировать


Цитата Revlore:
быть может я сам смогу справляться с ними?
Ну смотрите, в конце setupapi.dev.log все видно:
Код: Выделить весь код
!!!  inf:           Failed to open INF file "C:\Windows\System32\DriverStore\FileRepository\mdmbtmdm.inf_amd64_b0c9f0869014b5c1\mdmbtmdm.inf". Error = 0x00000003, Line = 0
и далее:
Код: Выделить весь код
     sto: Driver update 'C:\Windows\WinSxS\amd64_tpm.inf_31bf3856ad364e35_6.2.9200.16548_none_051bd73f90c7cc07\tpm.inf' is not staged.
     sto: Driver update 'C:\Windows\WinSxS\amd64_usbxhci.inf_31bf3856ad364e35_6.2.9200.16548_none_7929df36880681c6\usbxhci.inf' is not staged.
     sto: Driver update 'C:\Windows\WinSxS\amd64_spaceport.inf_31bf3856ad364e35_6.2.9200.16548_none_6ed0ad23e0197eaf\spaceport.inf' is not staged.
     sto: Driver update 'C:\Windows\WinSxS\amd64_keyboard.inf_31bf3856ad364e35_6.2.9200.16548_none_f04759e16299125b\keyboard.inf' is not staged.
     sto: Driver update 'C:\Windows\WinSxS\amd64_msmouse.inf_31bf3856ad364e35_6.2.9200.16548_none_a72cf7855bfb592f\msmouse.inf' is not staged.
     sto: Driver update 'C:\Windows\WinSxS\amd64_mshdc.inf_31bf3856ad364e35_6.2.9200.16548_none_36311422ab29f479\mshdc.inf' is not staged.
     sto: Driver update 'C:\Windows\WinSxS\amd64_vhdmp.inf_31bf3856ad364e35_6.2.9200.16548_none_ff894a70533d7337\vhdmp.inf' is not staged.
     sto: Driver update 'C:\Windows\WinSxS\amd64_sdbus.inf_31bf3856ad364e35_6.2.9200.16548_none_cadba8cc53f737b7\sdbus.inf' is not staged.
     sto: Driver update 'C:\Windows\WinSxS\amd64_tdibth.inf_31bf3856ad364e35_6.2.9200.16548_none_86be63561d2e81c7\tdibth.inf' is not staged.
     sto: Driver update 'C:\Windows\WinSxS\amd64_mdmbtmdm.inf_31bf3856ad364e35_6.2.9200.16548_none_469cba2314ff1c90\mdmbtmdm.inf' is not staged.
     sto: Driver update 'C:\Windows\WinSxS\amd64_bth.inf_31bf3856ad364e35_6.2.9200.16548_none_cb3db04445315d72\bth.inf' is not staged.
     sto: Driver update 'C:\Windows\WinSxS\amd64_monitor.inf_31bf3856ad364e35_6.2.9200.16548_none_9bfc2d8209e4542e\monitor.inf' is not staged.
Теперь каждый из них добавляем в DriverStore в командной строке (cmd.exe) от имени Администратора
Код: Выделить весь код
pnputil -a C:\Windows\WinSxS\amd64_tpm.inf_31bf3856ad364e35_6.2.9200.16548_none_051bd73f90c7cc07\tpm.inf
pnputil -a C:\Windows\WinSxS\amd64_usbxhci.inf_31bf3856ad364e35_6.2.9200.16548_none_7929df36880681c6\usbxhci.inf
pnputil -a C:\Windows\WinSxS\amd64_spaceport.inf_31bf3856ad364e35_6.2.9200.16548_none_6ed0ad23e0197eaf\spaceport.inf
pnputil -a C:\Windows\WinSxS\amd64_keyboard.inf_31bf3856ad364e35_6.2.9200.16548_none_f04759e16299125b\keyboard.inf
pnputil -a C:\Windows\WinSxS\amd64_msmouse.inf_31bf3856ad364e35_6.2.9200.16548_none_a72cf7855bfb592f\msmouse.inf
pnputil -a C:\Windows\WinSxS\amd64_mshdc.inf_31bf3856ad364e35_6.2.9200.16548_none_36311422ab29f479\mshdc.inf
pnputil -a C:\Windows\WinSxS\amd64_vhdmp.inf_31bf3856ad364e35_6.2.9200.16548_none_ff894a70533d7337\vhdmp.inf
pnputil -a C:\Windows\WinSxS\amd64_sdbus.inf_31bf3856ad364e35_6.2.9200.16548_none_cadba8cc53f737b7\sdbus.inf
pnputil -a C:\Windows\WinSxS\amd64_tdibth.inf_31bf3856ad364e35_6.2.9200.16548_none_86be63561d2e81c7\tdibth.inf
pnputil -a C:\Windows\WinSxS\amd64_mdmbtmdm.inf_31bf3856ad364e35_6.2.9200.16548_none_469cba2314ff1c90\mdmbtmdm.inf
pnputil -a C:\Windows\WinSxS\amd64_bth.inf_31bf3856ad364e35_6.2.9200.16548_none_cb3db04445315d72\bth.inf
pnputil -a C:\Windows\WinSxS\amd64_monitor.inf_31bf3856ad364e35_6.2.9200.16548_none_9bfc2d8209e4542e\monitor.inf
Это сообщение посчитали полезным следующие участники:

Отправлено: 20:08, 10-04-2013 | #221