Windows Admin errors
Classic Windows administration errors — domain trust, Group Policy, RPC, file shares, and authentication. Most assume a domain-joined workstation or server.
Windows admin errors tend to predate cloud infrastructure by a decade or two, which means they're well-documented, deterministic, and rarely subjective. When something says 'RPC server unavailable' it really means RPC is unreachable — not 'something else is misconfigured.' Read the literal text. Then check Event Viewer. Most issues here are name resolution, time skew, or the Server service being stopped.
16 errors in this category.
All Windows Admin errors
- 0x80073cf9 Microsoft Store install failedFix Microsoft Store install error 0x80073CF9. Reset Store cache, restart License Manager, re-register packages.
- Access deniedWhat 'Access denied' / 0x80070005 means on Windows and how to fix it. Elevation, ACLs, and Group Policy.
- Clock skew too great (Kerberos)Fix Kerberos 'Clock skew too great' (KRB_AP_ERR_SKEW). Sync time with w32tm and avoid VM time-sync conflicts.
- DNS_PROBE_FINISHED_NXDOMAINFix DNS_PROBE_FINISHED_NXDOMAIN. Flush DNS, test public resolvers, and check VPN/hosts overrides on Windows.
- Error 1053: The service did not respond to the start or control request in a timely fashionFix Windows error 1053 'The service did not respond to the start or control request in a timely fashion'. Logs, dependencies, and timeout tuning.
- Group Policy Client service failed the sign-inFix 'The Group Policy Client service failed the sign-in. Access is denied.' on Windows domain-joined machines.
- npm command not foundFix 'npm command not found' / 'npm is not recognized'. Install Node.js and refresh PATH.
- PowerShell execution policy errorFix 'cannot be loaded because running scripts is disabled' in PowerShell. Set ExecutionPolicy for CurrentUser.
- The network path was not found (0x80070035)Fix 'The network path was not found' (0x80070035). DNS, SMB, and firewall checks for Windows file shares.
- The RPC server is unavailableFix 'The RPC server is unavailable' (0x800706BA) on Windows. Network, firewall, and service checks.
- The term is not recognized as the name of a cmdletFix PowerShell 'The term is not recognized as the name of a cmdlet'. Install and import the providing module.
- The trust relationship between this workstation and the primary domain failedFix 'The trust relationship between this workstation and the primary domain failed' without rejoining the domain.
- Windows Event 4625: An account failed to log onDecode Windows Event ID 4625 'an account failed to log on'. Find the reason via Status/Sub Status codes.
- Windows Update error 0x80070643Fix Windows Update error 0x80070643. Repair component store, reset Windows Update, retry installation.
- Windows: BSOD CRITICAL_PROCESS_DIEDFix Windows BSOD 'CRITICAL_PROCESS_DIED'. Repair system files, test memory and disk, analyze minidump.
- Windows: ERR_CONNECTION_TIMED_OUTFix Windows 'ERR_CONNECTION_TIMED_OUT'. Test the network path with Test-NetConnection and tracert, check VPN/firewall.
Frequently asked questions
Why is Event Viewer so important?
Almost every Windows error has a corresponding event in Application or System logs with a more detailed reason. The dialog you see is the friendly-but-uninformative version.
Should I run sfc /scannow first?
Only if you suspect system-file corruption. If a specific service or component is failing, target that first. SFC is for 'something is generally wrong with Windows.'
Browse other categories
- Microsoft Graph PowerShellFix Microsoft Graph PowerShell errors. Insufficient privileges, invalid object ID, missing cmdlets, token problems, and more.
- Microsoft TeamsFix Microsoft Teams errors. Desktop app loading issues, Teams Rooms audio/video drops, federation, and meeting access problems.
- VercelFix Vercel deployment errors. Build failures, missing output directories, exceeded build duration, missing env vars, and module resolution issues.
- Entra IDFix Microsoft Entra ID (Azure AD) errors. AADSTS error codes, admin consent, app role assignment, Conditional Access, and user lookup problems.
Or paste your own error into the error decoder to find a match across all categories.