Цитата ForGroin:
немогу найти Winmgmt service, что бы его перезапустить »
|
см. ссылку Petya V4sechkin
Repairing and re-registering the WMI
WMIDiag что сообщает? Если есть такие ошибки "The DCOM Default Impersonation is NOT set to 'Identify', попробуйте сделать так:
Пуск- выполнить-Администрирование-Службы компонентов, выберите Службы компонентов-компьютеры-мой компьютер-прав.кн.мыши свойства-свойства по умолчанию, выберите уровень проверки подлинности: "Подключение", уровень олицетворения: "Идентификация"
Start-Programs-Administrative Tools-Component Services-Component Services-Console Root-Computers-My Computer-Properties-Default Properties: Default Authentication Level: "Connect", Default Impersonation Level: "Identify"
см. также
тут
Цитата:
Action 1
=======
1. Stop Service via Services snap-in or net stop winmgmt
2. Re-register DLLs that exist in the C:\WINDOWS\system32\wbem\Repository
folder and \system32\wbem folder using the for /f %s in ("dir /b *.dll") do
regsvr32 /s %s command
3. Rename the existing C:\WINDOWS\system32\wbem\Repository to
C:\WINDOWS\system32\wbem\NEWRepository.
4. Reboot and allow WBEM to rebuild the repository again in
c:\windows\system32\wbem\repository.
5. Run a gpupdate and see if the Event 1090 is resolved. If not proceed to
step 6.
6. Stop Service via Services snap-in or net stop winmgmt, and register the
files in the rebuilt c:\windows\system32\wbem\repository folder.
If the above steps do not work, please try to use the following steps:
Action II
=======
1. Stop Service (net stop winmgmt)
2. Re-register DLLs that exist in the C:\WINDOWS\system32\wbem\,
system32\wbem folder.
3. Perform a gpupdate and see if we have fixed the Userenv 1090
4. If not, try the KB Q281888
281888 Error Message " 0x8004100E" When You Run a Windows Management
http://support.microsoft.com/?id=281888
check the following registry key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Wbem\Scripti ng The default namespace
value should have the value data of root\cimv2.
5. Run the following switches:
winmgmt /regserver winmgmt /resyncperf winmgmt -e
6. Reboot and perform a gpupdate, see if 1090 event is cleared.
|