5,412 solutions found, page 233 of 271
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....
0X0000021A This stop code means the ABIOS subsystem choked on a corrupt driver or bad memory. Usually a bad SATA/AHCI driver or failing RAM....
0XC00D001D This error stops media apps from opening files. Usually it's a permissions or file-lock issue. We'll walk through three fixes, starting with the one t...
0X80110458 This error shows up in COM+ or Component Services when a partition name has invalid characters or doesn't exist. Here's how to fix it fast....
0X00000080 This error pops up when a program tries to wait for a child process that doesn't exist or already finished. Here's how to fix it....
0XC00D11C7 Windows Media Player can't play audio because the required codec isn't installed. Usually happens with AAC or FLAC files on older Windows versions....
0XC0000285 Windows throws this when an app asks for a tape or disc slot that doesn't physically exist. The fix: update or reconfigure the changer driver, or repl...
0X8028001A This TPM error usually means a stuck SHA-1 thread. Reboot or clear the TPM in BIOS. Here's the fix that works 9 times out of 10....
0X000026AF This DNS server isn't enlisted in the specified directory partition. We'll re-enlist it using ADSI Edit or PowerShell. I've seen this after domain con...
0X8034000C This error means the network driver stopped a request mid-flight. Usually a bad driver, cable, or power management setting. I'll show you the quick fi...
0X00000046 This error means the remote server's file share service is paused or starting. You'll see it when trying to map a drive or access a network path....
0X000006F1 This error means the RPC context got corrupted mid-call. I'll show you three fixes: a quick reboot, a DCOM reset, and a deeper security cleanup....
0X8004E026 COM+ component needs JIT activation but the context isn't set. Usually happens in IIS-hosted ASP.NET apps or legacy VB6/COM components. Two registry t...
0X0000048E Quick answer: close the physical door or tape the switch. This error means Windows thinks a drive door is open, usually on tape libraries or optical j...
Permission denied (publickey) SSH public key authentication fails with 'Permission denied' due to incorrect file permissions, wrong key location, or SELinux/AppArmor restrictions. ...
Excel crashes when opening files with linked images due to broken links or corrupted OLE objects. Here's the real fix that works....
0XC000070D This error means a thread pool callback failed to release a mutex after completion. It's a bug in your code or a driver. Here's how to trace and fix i...
0X00001AA2 Windows throws this when you try to recover a file (usually via Volume Shadow Copy or NTFS repair) while another process still has it open. Close the ...
0X00000944 This error pops up when Windows can't clean up old network connections during profile unload. The fix is a quick registry tweak that gives the system ...
0XC00D28AE Your DRM cert isn't trusted enough for the action. Usually a Windows Media Player or Silverlight issue. Here's why and how to fix it....