Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What to do without WMI service in windows system and how to fix WMI error

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

Windows system does not have WMI services and WMI error repair methods, many novices are not very clear about this, in order to help you solve this problem, the following editor will explain in detail for you, people with this need can come to learn, I hope you can get something.

WMI is a core Windows management technology. As a specification and infrastructure, WMI can access, configure, manage and monitor almost all Windows resources, such as users can start a process on a remote computing machine, set a process to run at a specific date and time, start the computer remotely, and obtain a list of installed programs on the local or remote computer. Query Windows event logs for local or remote computers, and so on.

The system does not have a WMI service, or a WMI error is prompted when the network adapter is shared.

How to use: copy and save as wmi.bat

@ echo on

Cd / d c:\ temp

If not exist% windir%\ system32\ wbem goto TryInstall

Cd / d% windir%\ system32\ wbem

Net stop winmgmt

Winmgmt / kill

If exist Rep_bak rd Rep_bak / s / q

Rename Repository Rep_bak

For% I in (* .dll) do RegSvr32-s% I

For% I in (* .exe) do call: FixSrv% I

For I in (* .mof, * .mfl) do Mofcomp I

Net start winmgmt

Goto End

: FixSrv

If / I (% 1) = (wbemcntl.exe) goto SkipSrv

If / I (% 1) = (wbemtest.exe) goto SkipSrv

If / I (% 1) = (mofcomp.exe) goto SkipSrv

1 / RegServer

: SkipSrv

Goto End

: TryInstall

If not exist wmicore.exe goto End

Wmicore / s

Net start winmgmt

: End

Is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report