wmiprvse.exe 是Windows操作系统的核心系统进程,全称为 Windows Management Instrumentation Provider Service(Windows管理规范提供程序服务)。
C:\Windows\System32\wbem\
C:\Windows\SysWOW64\wbem\
# 重启WMI服务(临时缓解) net stop winmgmt net start winmgmt
# 以管理员身份运行CMD winmgmt /salvagerepository winmgmt /resetrepository
wbemtest
root\cimv2
# 禁用WMI服务 sc config winmgmt start= disabled sc stop winmgmt # 重新启用 sc config winmgmt start= auto sc start winmgmt
gpedit.msc
建议先确定具体原因再采取相应措施。如果是合法进程但占用过高,通常是某个应用程序的WMI查询有问题,可以尝试更新系统、驱动和应用程序。