252 solutions found, page 10 of 13
0X000005A9 This error means Windows can't show or hide a window the way you asked. It's usually a corrupt shortcut or a bad system file. Here's how to kill it fa...
0X80091009 You're seeing CRYPT_E_ALREADY_DECRYPTED when something tries to decrypt data that's already decrypted. This usually means double processing, a stuck S...
0X00003709 SXS activation context for system default assembly is empty. Usually from a corrupt .NET install or broken Windows Update. Start with SFC, then move t...
0X80010001 COM call rejected by the target process. Usually a broken RPC channel in Office or Windows components. Here's how to snap it back....
SSH public key authentication fails with 'Permission denied (publickey)' due to incorrect file permissions, wrong key placement, or SSH config issues....
0XC0190061 This error happens when a transaction tries to work with a resource manager that hasn't joined the transaction. It's common in distributed transaction...
0X80110821 This error means COM+ won't let you access a component because it's marked as private. The fix is usually quick — launch Component Services as admin, ...
0X000036F9 A Windows app fails at launch with manifest error 0x000036F9 because an attribute in its embedded XML is missing the equals sign. Here's why and how t...
0X80290109 This error means your TPM rejected the authorization data. Usually it's a corrupted TPM state or a BIOS setting. Here's how to fix it fast....
0XC01E0109 DirectX or GPU driver can't move pinned video memory. Hits when you run a game or render app after driver crash or VRAM overload. Real fix: reset driv...
0X00000522 Short version: your user account lacks the required privilege. This usually happens when a service or app tries to impersonate a client without the “I...
0X00003719 When a manifest file hits 2MB, Windows bails. Here’s why it happens and how to shrink it without reinstalling everything....
0X80030106 This error hits when Windows can't access a file or folder because the path needs to be shared. Usually happens with mapped drives or UNC paths in scr...
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...
Permission denied (publickey) SSH public key authentication fails with 'Permission denied' due to incorrect file permissions, wrong key location, or SELinux/AppArmor restrictions. ...
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 ...
0X8011081E This COM+ error stops you moving a private component to a library app. The fix is usually changing the component's access property or deleting a lefto...
0XC00D0BD0 This error means Windows Media Player or an app can't handle the audio file's sample rate. The fix is resampling or switching to a compatible player....
0X00001A31 This error means a transaction was already finalized when you tried to commit it again. Here's how to stop that from happening....
0XC0000080 The allocation server is disabled on your Windows server, causing GUID errors. Three fixes, from simple to advanced....