3,436 solutions found, page 171 of 172
0X000013CE Node stuck in paused state. Usually a bad disk heartbeat or manual action. Here's how to unpause and keep it running....
0XC000070E This error means Windows failed to unload a DLL after a threadpool callback. It's common with buggy drivers or legacy apps stuck in memory. Here's how...
Permission denied (publickey) This error happens when SSH public key auth fails. Usually it's bad permissions on .ssh or authorized_keys. Here's the fix....
0X40000000 You tried to create a file, folder, or registry key that already exists. Usually a race condition or leftover artifact. Here's how to clear it fast....
0X00000774 This error means Windows can't find a domain controller. Usually it's a DNS issue, a cached bad password, or a firewall blocking traffic....
0X00000922 This error means Windows can't find the print queue you're trying to use. Usually shows up when you’ve renamed or deleted a printer but old jobs still...
18456 SQL Server won't let you log in? Error 18456 usually means a password or permission issue. Here's the fastest way back in, from a quick check to a ful...
0X000036EF An XML comment in a side-by-side manifest wasn't closed. Usually a botched edit or copy-paste. Fix is simple: find and close the <!-- -->....
0XC00D1362 This error usually pops up in Windows Media Center when opening a streaming service like Netflix or Hulu. It means the content partner's plug-in hasn'...
0X000401E6 This COM/OLE error means two monikers have the same prefix, confusing the system. The fix is to rename one of the conflicting objects or clear the run...
0X00000870 This error means the print spooler can't talk to the print processor. The fix is almost always a corrupt driver or spooler hang. Here's how to kill it...
0X00000890 This error pops up when Windows NFS client can't authenticate to a Unix NFS export. Usually a UID/GID mismatch. We'll fix it....
0X0000201D A domain controller promotion is already running, blocking new attempts. Here's how to clear the lock and finish or cancel it....
0X80263002 This error shows up when Windows Desktop Window Manager can't remote-render a window, often when you're using Remote Desktop or a virtual machine. The...
0X801F0018 This error means the Windows Filter Manager lost its name cache mapping. The fix is a quick registry tweak or driver reset. I've fixed this dozens of ...
0X00002740 WSAEADDRINUSE means the port you're trying to bind to is already taken by another process. Here's how to find and kill it, then prevent the conflict....
0X0000170C This error stops you from creating a Windows failover cluster because another cluster already uses that name. Here's how to find and remove the duplic...
0X000002F1 Windows won't boot or blue-screens because a crash dump got stuck in the paging file. Clear the pagefile and reboot—quick fix, no data loss....
0X80210001 This error means BitLocker's metadata is incomplete or corrupt, often after a failed update or power loss. Quick fix: run repair-volumemetadata via ma...
0X0000000E This error isn't about RAM — it's almost always a disk space or page file issue. Fix it by freeing up space or resizing the paging file....