Solved wmic path Win32_VideoController - Description = Unspecified error


shoober420

Well-known member
Member
VIP
Local time
1:13 PM
Posts
231
OS
Windows 11 27965
recently on my machine, wmic is sort of borked. running "wmic path Win32_VideoController" results in

Code:
ERROR:
Description = Unspecified error

wmic is definitely installed on the machine. running just "wmic" takes me to the "wmic:root\cli" shell. the WMI service is also running.

if i run "Get-CimInstance -ClassName Win32_VideoController", i get the normal video card info for the output.

does anyone know why wmic would be acting finicky?
 

My Computer My Computer

At a glance

Windows 11 27965Intel i7 7700 @4.0ghz64gb DDR4Radeon RX 5500 XT
OS
Windows 11 27965
Computer type
PC/Desktop
CPU
Intel i7 7700 @4.0ghz
Memory
64gb DDR4
Graphics Card(s)
Radeon RX 5500 XT
Sound Card
Topping D50s
Hard Drives
NVMe
PSU
Corsair
Keyboard
Stelseries G6v2
Mouse
Zowie EC2
Other Info
https://www.youtube.com/shoober420
WMI and CIM interact with the same data, so I'd suspect a problematic WMI provider or corruption

You can try recompiling the providers from an elevated powershell prompt

Powershell:
Get-ChildItem -Path "C:\Windows\System32\wbem" -Recurse -Include *.mof | %{ mofcomp $_.Name}
 

My Computer My Computer

At a glance

Linux Mint
OS
Linux Mint
Computer type
Laptop
Manufacturer/Model
System76 Lemur Pro
after an insider build update, it started working fortunately. if it happens again, ill try that
 

My Computer My Computer

At a glance

Windows 11 27965Intel i7 7700 @4.0ghz64gb DDR4Radeon RX 5500 XT
OS
Windows 11 27965
Computer type
PC/Desktop
CPU
Intel i7 7700 @4.0ghz
Memory
64gb DDR4
Graphics Card(s)
Radeon RX 5500 XT
Sound Card
Topping D50s
Hard Drives
NVMe
PSU
Corsair
Keyboard
Stelseries G6v2
Mouse
Zowie EC2
Other Info
https://www.youtube.com/shoober420
i just updated to the new 27891 canary build and ive encountered the same error again. it might be something my scripts uninstalls.

here is the output of the string you provided. there are alot of "mof not found" errors.

Code:
Get-ChildItem -Path "C:\Windows\System32\wbem" -Recurse -Include *.mof | %{ mofcomp $_.Name}

Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'aeinv.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'appbackgroundtask.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'appbackgroundtask_uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'AuditRsop.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'authfwcfg.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'bcd.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'BthMtpEnum.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'cimdmtf.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'cimwin32.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'classlog.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'cli.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'cliegaliases.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'dimsjob.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'dimsroam.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'DMWmiBridgeProv.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'DMWmiBridgeProv1.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'DMWmiBridgeProv1_Uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'DMWmiBridgeProv_Uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'dnsclientcim.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'dnsclientpsprovider.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'dnsclientpsprovider_Uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'drvinst.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'DscCore.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'DscCoreConfProv.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'dscproxy.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'DscTimer.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'dsprov.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'eaimeapi.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'EventTracingManagement.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'fdPHost.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'fdrespub.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'fdSSDP.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'fdWNet.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'fdWSD.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'filetrace.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'firewallapi.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'FolderRedirectionWMIProvider.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'FunDisc.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'fwcfg.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'hbaapi.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'hnetcfg.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'IMAPIv2-Base.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'IMAPIv2-FileSystemSupport.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'IMAPIv2-LegacyShim.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'interop.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'IpmiDTrc.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'ipmiprv.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'IpmiPTrc.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'ipsecsvc.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'iscsidsc.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'iscsihba.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'iscsiprf.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'iscsirem.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'iscsiwmiv2.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'iscsiwmiv2_uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'kerberos.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'krnlprov.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'lltdio.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'lltdsvc.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'lsasrv.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'mblctr.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'MDMAppProv.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'MDMAppProv_Uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'MDMSettingsProv.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'MDMSettingsProv_Uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'Microsoft-Windows-Remote-FileSystem.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'mispace.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'mispace_uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'mmc.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'mountmgr.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'mpeval.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'mpsdrv.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'mpssvc.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'MsDtcWmi.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'msfeeds.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'msfeedsbs.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'msi.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'msiscsi.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'MsNetImPlatform.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'mstscax.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'msv1_0.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'mswmdm.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'ncprov.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'ncsi.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'ndistrace.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'NetAdapterCim.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'NetAdapterCimTrace.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'NetAdapterCimTraceUninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'NetAdapterCim_uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'netdacim.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'netdacim_uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'NetEventPacketCapture.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'NetEventPacketCapture_uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'netnccim.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'netnccim_uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'netprofm.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'NetSwitchTeam.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'NetTCPIP.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'NetTCPIP_Uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'netttcim.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'netttcim_uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'networkitemfactory.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'newdev.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'nlasvc.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'nlmcim.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'nlmcim_uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'nlsvc.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'npivwmi.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'nshipsec.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'ntevt.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'ntfs.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'pcsvDevice.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'pcsvDevice_Uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'PNPXAssoc.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'polstore.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'portabledeviceapi.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'portabledeviceclassextension.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'portabledeviceconnectapi.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'portabledevicetypes.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'portabledevicewiacompat.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'powermeterprovider.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'PowerPolicyProvider.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'ppcRsopCompSchema.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'ppcRsopUserSchema.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'PrintFilterPipelineSvc.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'PrintManagementProvider.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'PrintManagementProvider_Uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'profileassociationprovider.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'PS_MMAgent.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'qmgr.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'qoswmi.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'qoswmitrc.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'qoswmitrc_uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'qoswmi_uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'RacWmiProv.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'rdpendp.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'refs.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'refsv1.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'regevent.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'rsop.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'rspndr.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'samsrv.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'scersop.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'schannel.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'SchedProv.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'scm.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'scrcons.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'sdbus.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'secrcw32.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'SensorsClassExtension.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'ServiceModel.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'ServiceModel35.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'services.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'setupapi.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'SmbWitnessWmiv2Provider.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'smbwmiv2.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'smtpcons.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'sppwmi.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'sr.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'sstpsvc.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'storagewmi.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'storagewmi_passthru.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'storagewmi_passthru_uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'storagewmi_uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'stortrace.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'subscrpt.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'system.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'tcpip.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'tsmf.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'tspkg.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'umb.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'umbus.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'umpass.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'umpnpmgr.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'UserProfileConfigurationWmiProvider.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'UserProfileWmiProvider.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'UserStateWMIProvider.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'vds.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'vpnclientpsprovider.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'vpnclientpsprovider_Uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'vss.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'WBEMCons.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wcncsvc.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'WdacEtwProv.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'WdacWmiProv.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'WdacWmiProv_Uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'Wdf01000.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'Wdf01000Uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wdigest.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'WFAPIGP.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wfascim.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wfascim_uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'WFP.MOF' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'whqlprov.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'Win32_DeviceGuard.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'win32_encryptablevolume.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'Win32_EncryptableVolumeUninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'win32_printer.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'Win32_Tpm.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wininit.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'winipsec.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'winlogon.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'Winsat.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'WinsatUninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wlan.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wmi.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wmipcima.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wmipdfs.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wmipdskq.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'WmiPerfClass.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'WmiPerfInst.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wmipicmp.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wmipiprt.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wmipjobj.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wmipsess.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wmitimep.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'WMI_Tracing.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wpdbusenum.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wpdcomp.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wpdfs.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wpdmtp.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wpdshext.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'WPDShServiceObj.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wpdsp.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wpd_ci.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wscenter.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'WsmAgent.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'WsmAgentUninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'WsmAuto.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wsp_fs.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wsp_fs_uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wsp_health.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wsp_health_uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wsp_sr.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'wsp_sr_uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'WUDFx.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'Wudfx02000.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'Wudfx02000Uninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'WUDFxUninstall.mof' not found!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
File 'xwizards.mof' not found!
[code]
 

My Computer My Computer

At a glance

Windows 11 27965Intel i7 7700 @4.0ghz64gb DDR4Radeon RX 5500 XT
OS
Windows 11 27965
Computer type
PC/Desktop
CPU
Intel i7 7700 @4.0ghz
Memory
64gb DDR4
Graphics Card(s)
Radeon RX 5500 XT
Sound Card
Topping D50s
Hard Drives
NVMe
PSU
Corsair
Keyboard
Stelseries G6v2
Mouse
Zowie EC2
Other Info
https://www.youtube.com/shoober420
At the end of the code change .Name to .FullName
 

My Computer My Computer

At a glance

Linux Mint
OS
Linux Mint
Computer type
Laptop
Manufacturer/Model
System76 Lemur Pro
using FullName finds the MOF files now and parses them. the output was too large for the post, so i cut it off and included the full output in pastebin


Code:
 Get-ChildItem -Path "C:\Windows\System32\wbem" -Recurse -Include *.mof | %{ mofcomp $_.FullName}

Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\aeinv.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\appbackgroundtask.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\appbackgroundtask_uninstall.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\appbackgroundtask_uninstall.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\AuditRsop.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\authfwcfg.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\authfwcfg.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\bcd.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\bcd.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\BthMtpEnum.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\BthMtpEnum.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\cimdmtf.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\cimwin32.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\classlog.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\cli.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\cliegaliases.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\dimsjob.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\dimsjob.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\dimsroam.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\dimsroam.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\DMWmiBridgeProv.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\DMWmiBridgeProv1.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\DMWmiBridgeProv1_Uninstall.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\DMWmiBridgeProv1_Uninstall.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\DMWmiBridgeProv_Uninstall.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\DMWmiBridgeProv_Uninstall.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\dnsclientcim.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\dnsclientpsprovider.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\dnsclientpsprovider_Uninstall.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\dnsclientpsprovider_Uninstall.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\drvinst.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\drvinst.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\DscCore.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\DscCoreConfProv.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\dscproxy.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\DscTimer.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\dsprov.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\eaimeapi.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\eaimeapi.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\EventTracingManagement.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\fdPHost.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\fdPHost.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\fdrespub.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\fdrespub.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\fdSSDP.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\fdSSDP.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\fdWNet.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\fdWNet.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\fdWSD.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\fdWSD.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\filetrace.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\filetrace.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\firewallapi.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\firewallapi.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\FolderRedirectionWMIProvider.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\FunDisc.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\FunDisc.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\fwcfg.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\fwcfg.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\hbaapi.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\hnetcfg.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\IMAPIv2-Base.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\IMAPIv2-Base.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\IMAPIv2-FileSystemSupport.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\IMAPIv2-FileSystemSupport.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\IMAPIv2-LegacyShim.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\IMAPIv2-LegacyShim.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\interop.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\IpmiDTrc.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\IpmiDTrc.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\ipmiprv.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\IpmiPTrc.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\IpmiPTrc.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\ipsecsvc.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\ipsecsvc.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\iscsidsc.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\iscsihba.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\iscsiprf.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\iscsirem.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\iscsirem.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\iscsiwmiv2.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\iscsiwmiv2_uninstall.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\iscsiwmiv2_uninstall.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\kerberos.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\krnlprov.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\lltdio.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\lltdio.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\lltdsvc.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\lltdsvc.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\lsasrv.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\lsasrv.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\mblctr.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\mblctr.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\MDMAppProv.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\MDMAppProv_Uninstall.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\MDMSettingsProv.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\MDMSettingsProv_Uninstall.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\Microsoft-Windows-Remote-FileSystem.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\Microsoft-Windows-Remote-FileSystem.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\mispace.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\mispace_uninstall.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\mispace_uninstall.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\mmc.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\mmc.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\mountmgr.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\mountmgr.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\mpeval.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\mpsdrv.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\mpsdrv.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\mpssvc.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\mpssvc.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\MsDtcWmi.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\msfeeds.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\msfeeds.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\msfeedsbs.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\msfeedsbs.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\msi.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\msiscsi.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\msiscsi.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\MsNetImPlatform.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\mstscax.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\msv1_0.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\mswmdm.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\mswmdm.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\ncprov.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\ncsi.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\ncsi.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\ndistrace.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\NetAdapterCim.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\NetAdapterCimTrace.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\NetAdapterCimTraceUninstall.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\NetAdapterCimTraceUninstall.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\NetAdapterCim_uninstall.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\NetAdapterCim_uninstall.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\netdacim.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\netdacim_uninstall.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\netdacim_uninstall.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\NetEventPacketCapture.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\NetEventPacketCapture_uninstall.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\NetEventPacketCapture_uninstall.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\netnccim.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\netnccim_uninstall.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\netnccim_uninstall.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\netprofm.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\netprofm.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\NetSwitchTeam.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\NetTCPIP.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\NetTCPIP_Uninstall.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\NetTCPIP_Uninstall.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\netttcim.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\netttcim_uninstall.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\netttcim_uninstall.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\networkitemfactory.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\networkitemfactory.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\newdev.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\newdev.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\nlasvc.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\nlasvc.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\nlmcim.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\nlmcim_uninstall.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\nlmcim_uninstall.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\nlsvc.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\npivwmi.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\nshipsec.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\nshipsec.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\ntevt.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\ntfs.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\ntfs.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\pcsvDevice.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\pcsvDevice_Uninstall.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\pcsvDevice_Uninstall.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\PNPXAssoc.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\PNPXAssoc.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\polstore.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\polstore.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\portabledeviceapi.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\portabledeviceapi.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\portabledeviceclassextension.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\portabledeviceclassextension.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\portabledeviceconnectapi.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\portabledeviceconnectapi.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\portabledevicetypes.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\portabledevicetypes.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\portabledevicewiacompat.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\portabledevicewiacompat.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\powermeterprovider.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\PowerPolicyProvider.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\ppcRsopCompSchema.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\ppcRsopUserSchema.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\PrintFilterPipelineSvc.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\PrintFilterPipelineSvc.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\PrintManagementProvider.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\PrintManagementProvider_Uninstall.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\PrintManagementProvider_Uninstall.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\profileassociationprovider.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\PS_MMAgent.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\qmgr.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\qmgr.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\qoswmi.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\qoswmitrc.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\qoswmitrc_uninstall.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\qoswmitrc_uninstall.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\qoswmi_uninstall.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Windows\System32\wbem\qoswmi_uninstall.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\RacWmiProv.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 10.0.27891.1000
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Windows\System32\wbem\rdpendp.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
[code]
 

My Computer My Computer

At a glance

Windows 11 27965Intel i7 7700 @4.0ghz64gb DDR4Radeon RX 5500 XT
OS
Windows 11 27965
Computer type
PC/Desktop
CPU
Intel i7 7700 @4.0ghz
Memory
64gb DDR4
Graphics Card(s)
Radeon RX 5500 XT
Sound Card
Topping D50s
Hard Drives
NVMe
PSU
Corsair
Keyboard
Stelseries G6v2
Mouse
Zowie EC2
Other Info
https://www.youtube.com/shoober420
ive alas encounter this again. i uninstalled then reinstalled wmic, then reinstalled my video drivers and still get "Unspecified error". anyone know how i could debug this further?
 

My Computer My Computer

At a glance

Windows 11 27965Intel i7 7700 @4.0ghz64gb DDR4Radeon RX 5500 XT
OS
Windows 11 27965
Computer type
PC/Desktop
CPU
Intel i7 7700 @4.0ghz
Memory
64gb DDR4
Graphics Card(s)
Radeon RX 5500 XT
Sound Card
Topping D50s
Hard Drives
NVMe
PSU
Corsair
Keyboard
Stelseries G6v2
Mouse
Zowie EC2
Other Info
https://www.youtube.com/shoober420
i think i know what is causing this. when running this script in Safe Mode, and restarting, my WMIC is borked


this script disables WMI logs, which should be harmless, but apparently not. does anyone by chance know which log is required for WMIC to function?
 

My Computer My Computer

At a glance

Windows 11 27965Intel i7 7700 @4.0ghz64gb DDR4Radeon RX 5500 XT
OS
Windows 11 27965
Computer type
PC/Desktop
CPU
Intel i7 7700 @4.0ghz
Memory
64gb DDR4
Graphics Card(s)
Radeon RX 5500 XT
Sound Card
Topping D50s
Hard Drives
NVMe
PSU
Corsair
Keyboard
Stelseries G6v2
Mouse
Zowie EC2
Other Info
https://www.youtube.com/shoober420
i honestly have no idea why this happens. its not the WMI logs or any other tweaks. it does appear that doing a "Refresh your PC" in WinRE after a new canary build update fixes the issue everytime though
 

My Computer My Computer

At a glance

Windows 11 27965Intel i7 7700 @4.0ghz64gb DDR4Radeon RX 5500 XT
OS
Windows 11 27965
Computer type
PC/Desktop
CPU
Intel i7 7700 @4.0ghz
Memory
64gb DDR4
Graphics Card(s)
Radeon RX 5500 XT
Sound Card
Topping D50s
Hard Drives
NVMe
PSU
Corsair
Keyboard
Stelseries G6v2
Mouse
Zowie EC2
Other Info
https://www.youtube.com/shoober420

Latest Support Threads

Back
Top Bottom