Medium Operating Systems ✓ Solution Verified by Community (0+ upvotes)

Error Code rpc-s-unknown-authn-type — Windows 11

RPC_S_UNKNOWN_AUTHN_TYPE = 1741

65% úspěšnost
👥 0+ uživatelů ověřilo
📅 Aktualizováno: 2026-08-12
⏱️ 15 min čtení
Oprava založena na komunitních zprávách a expertní analýze. Naposledy ověřeno: 2026-08-12 · Jak ověřujeme opravy
Error Coderpc-s-unknown-authn-type
Affected SystemWindows 11 (Microsoft)
DifficultyMedium
Estimated Time15 min
Requires Admin Rights⚠️ Yes
Requires Reboot🔄 Yes

Postup řešení

  1. 1 Press Windows key + R, type 'regedit' and press Enter. This opens the Registry Editor. We need to adjust RPC authentication settings.
  2. 2 Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc. If the 'Rpc' key doesn't exist, right-click on 'Microsoft', select 'New' → 'Key', and name it 'Rpc'.
  3. 3 Inside the Rpc key, look for a DWORD value named 'AuthenticationType'. If it doesn't exist, right-click on the right pane, select 'New' → 'DWORD (32-bit) Value', and name it 'AuthenticationType'.
  4. 4 Double-click 'AuthenticationType' and set its value to 1 (which means 'Negotiate' or 'NTLM' depending on context). The exact value depends on your server's requirements. Common values: 0 = None, 1 = NTLM, 2 = Kerberos, 3 = Negotiate. Set it to 3 for most compatibility.
  5. 5 Click 'OK' and close the Registry Editor. Restart your computer to apply the changes.
  6. 6 If the error occurs in a specific application, check its documentation for the required authentication type and set the registry value accordingly.

🔍 Didn't work? Enter your GPU and CPU for hardware-specific advice:

🔧 Stále máte problémy?

Popište svůj přesný problém Error Buddymu a získejte personalizovanou opravu během několika sekund.

🛠️ Vyzkoušet Error Buddy — Zdarma