Runtiem error (at 62:321) Swbem Locator: The service does not exist or has been marked for deletion how do I fix it?

Source: Internet
Author: User

This is an error caused by the WMI service corruptionRepairing a corrupted batch program for the WMI serviceCopy the following code into a text file, renamed Fixwmi.bat, and run. It will take some time, please wait patiently. ===============================Fixwmi. CMD------------------------  @echo oncd/d C:\Tempif not exist%windir%\System32\Wbem goto Tryinstallcd/d%windir%\System32\Wbemnet stop WinMgmtWinmgmt/killif exist Rep_bak Rd REP_BAK/S/qRename Repository Rep_bakFor %%i in (*.dll) do regsvr32-s%%iFor %%i in (*.exe) do call:fixsrv%%iFor %%i in (*.MOF,*.MFL) do mofcomp%%inet start WinMgmtGoto End : Fixsrvif/i (% 1) = = (Wbemcntl.exe) goto skipsrvif/i (% 1) = = (wbemtest.exe) goto skipsrvif/i (% 1) = = (mofcomp.exe) goto skipsrv%1/regserver : SkipsrvGoto End : Tryinstallif not exist Wmicore.exe goto Endwmicore/snet start WinMgmt: End

Runtiem error (at 62:321) Swbem Locator: The service does not exist or has been marked for deletion how do I fix it?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.