• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

error code 0x80041003

Joined
Jan 29, 2012
Messages
6,881 (1.39/day)
Location
Florida
System Name natr0n-PC
Processor Ryzen 5950x-5600x | 9600k
Motherboard B450 AORUS M | Z390 UD
Cooling EK AIO 360 - 6 fan action | AIO
Memory Patriot - Viper Steel DDR4 (B-Die)(4x8GB) | Samsung DDR4 (4x8GB)
Video Card(s) EVGA 3070ti FTW
Storage Various
Display(s) Pixio PX279 Prime
Case Thermaltake Level 20 VT | Black bench
Audio Device(s) LOXJIE D10 + Kinter Amp + 6 Bookshelf Speakers Sony+JVC+Sony
Power Supply Super Flower Leadex III ARGB 80+ Gold 650W | EVGA 700 Gold
Software XP/7/8.1/10
Benchmark Scores http://valid.x86.fr/79kuh6
while playing bf4 get system lockup randomly lately.

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.

This seems to be a common issue playing this game.oh well
 
Last edited:
SELECT everything FROM __InstanceModificationEvent WITHIN 60 seconds WHERE TargetInstance IS A "Win23_Processor" AND TargetInstance.LoadPercentage greater than 99 percent

0x80041003 is access denied.
Let me make that English...
Select everything from an event table that happened in the last 60 seconds where the event refers to processors and the processor load is greater than 99%. This Windows Management Interface (WMI) query failed because access was denied.

If you haven't already, maybe try running it as an administrator?

Straight from Microsoft:
Error said:
0x80041003 – WMI Access Denied

Access denied by a provider
Possible Issues said:
The user does not have permission to perform the operation in WMI. This could happen when you query certain classes as a low-rights user, but most often happens when you attempt to invoke methods or change WMI instances as a low rights user.

The namespace you are connecting to is encrypted, and the user is attempting to connect with an unencrypted connection
Solution said:
Give the user access with the WMI Control (make sure they have Remote_Access set to true)

Connect using a client that supports encryption.
 
Last edited:
This happens when the authority used by a child process launched does not correctly get the elevated rights that are granted the parent process, most of the time its caused by damaged or missing registry entries or security errors.

Do you run a registry cleaner, or have you had any other account issues on your computer?
 
This happens when the authority used by a child process launched does not correctly get the elevated rights that are granted the parent process, most of the time its caused by damaged or missing registry entries or security errors.

Do you run a registry cleaner, or have you had any other account issues on your computer?


I do use registry cleaners, but I have no account issues ever.
 
Back
Top