5,422 solutions found, page 267 of 272
0XC000006A This error means Windows rejected your password during login or authentication. Usually it's a typo, caps lock, or a corrupted user profile. Here's th...
0X00000592 You're getting this error when an app tries to set a Windows hook with the wrong callback type. I'll walk you through fixing it in 3 steps, from quick...
0X00000BBF Windows can't load a print monitor DLL. The real fix is deleting the corrupt monitor registry key. Skip reinstalling drivers....
0X00000229 Stop or limit profiling tools like WPA, PerfMon, or ETW sessions. Quick reboot works; otherwise kill sessions manually or via registry....
0X00000599 Sending LB_SETCOUNT to a non-lazy list box triggers this error. The real cause is a mismatch between how the control was created and how you're trying...
0X00000A7B You get this when trying to share a folder that's already part of a DFS namespace. Windows won't let you nest independent shares under a DFS root....
0X80280034 TPM chip error when Windows can't read the identity blob. Usually caused by driver mismatch or TPM firmware glitch. Fixes range from updating drivers ...
0X00000240 This error means Windows failed to create the pagefile. Usually it's a disk space or permission issue. Here's how to fix it fast....
Word hangs or crashes when you drop in a big image. I'll walk you through three fixes, from a quick toggle to rebuilding the file....
0X000000B4 This error means Windows tried to access a memory segment that doesn't exist. It usually happens during driver loading or memory corruption on older s...
0XC01E0328 This error pops up when you try to hot-plug a display into a GPU that has no active video present source. It's a driver or hardware initialization pro...
Cannot open database requested by the login. Login failed This error means SQL Server can't find the database or the login lacks permission. Usually a database missing, offline, or user orphaned....
0X00000012 This error means Windows can't find more files in a folder. It's usually a corrupt directory or a buggy app. Fix it fast....
0X80010102 You tried to call a COM object across threads when it's marked single-threaded. The fix is to use the same apartment or marshal the interface. I'll sh...
0XC00D107E Windows Media Player can't start playing audio or video because a core component failed to wire up event handlers. Usually a codec or permission issue...
0XC0000126 This error stops you from logging into Windows. It's caused by a corrupt user profile or system file. Here's how to fix it step by step....
0XC00D0FDE This pops up when you try to use a playlist or library view that the current skin doesn't support. Usually happens after a Windows update swapped your...
Maximum update depth exceeded This error hits when setState inside useEffect triggers a re-render that runs the same effect again. The fix is removing the state variable from the d...
ERR_CONNECTION_RESET Chrome drops connections with this error when Windows or security tools kill the TCP handshake. Here's why and how to fix it....
0X00000016 This Windows error fires when a device driver sends a command the hardware can't understand. Often shows up with USB drives, scanners, or old parallel...