Petya V4sechkin, большое спасибо за полезную ссылку! Перепробовал все варианты, предложенные там, начиная с первого. В конце концов помог самый последний, вот этот:
Цитата:
Okay, now I see that that the other fix worked for many people, but in some rare case, the WMI becomes severely corrupted and this is how you fix it:
Instructions
1
Press the Windows key. Type "cmd" in the search box and press "Enter." This will launch the Command Prompt.
2
Type "net stop winmgmt" at the prompt and press "Enter." Minimize the Command Prompt.
3
Press the Windows key and click "Computer." Navigate to the following folder path:
C:\Windows\system32\wbem directory
Delete the wbem directory.
4
Go back to the Command Prompt. Type the following commands at the prompt, one at time, and press "Enter:"
net start winmgmt
cd /d %windir%\system32\wbem
for %i in (*.dll) do RegSvr32 -s %i
for %i in (*.exe) do %i /RegServer
I hope I helped!!
|
Еще раз благодарю за помощь!