when I checked the computer log today, I found that there was an error level log in the log. The details are as follows:
Event filter with query “SELECT * FROM __InstanceModificationEvent WITHIN 60 WHERE TargetInstance ISA “Win32_Processor” AND TargetInstance.LoadPercentage > 99” could not be reactivated in namespace “//./root/CIMV2” because of error 0x80041003. Events cannot be delivered through this filter until the problem is corrected.
Here is the solution:
1. Create a document named workaround.txt
2. Copy the following content to the newly created document
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" _
& strComputer & "\root\subscription")
Set obj1 = objWMIService.ExecQuery("select * from __eventfilter where name='BVTFilter' and query='SELECT * FROM __InstanceModificationEvent WITHIN 60 WHERE TargetInstance ISA ""Win32_Processor"" AND TargetInstance.LoadPercentage > 99'")
For Each obj1elem in obj1
set obj2set = obj1elem.Associators_("__FilterToConsumerBinding")
set obj3set = obj1elem.References_("__FilterToConsumerBinding")
For each obj2 in obj2set
WScript.echo "Deleting the object"
WScript.echo obj2.GetObjectText_
obj2.Delete_
next
For each obj3 in obj3set
WScript.echo "Deleting the object"
WScript.echo obj3.GetObjectText_
obj3.Delete_
next
WScript.echo "Deleting the object"
WScript.echo obj1elem.GetObjectText_
obj1elem.Delete_
Next
3. Save the document as workaround.vbs
4. Run the command line with administrator privileges, and then execute the command cscript workaround.vbs
PS: prompt, remember to find the specified path~~
In fact, this log can be ignored…
reference address:
https://support.microsoft.com/en-us/help/2545227/event-id-10-is-logged-in-the-application-log-after-you-install-service
Similar Posts:
- [Solved] “//./root/CIMV2” because of error 0x80041003. Events cannot be delivered through this f…
- How to Solve Vagrant Start Error
- FTP delete the directory and files, and there is a file deletion prompt under the directory [550 remove directory operation failed.]
- mysql 1142 – SELECT command denied to user ‘root_ssm’@’localhost’ for table …
- ORA-01940: cannot drop a user that is currently connected [How to Solve]
- Linux Programmer Error: /bin/bash: No such file or directory [How to Solve]
- MYSQL Error: Invalid use of group function [How to Solve]
- ORA-00980 synonym translation is no longer valid
- error: Cannot delete branch ‘xxx’ checked out at ‘xxxx’
- A problem with 0 document. Documentelement. Clientwidth