Medium
Operating Systems
✓ Solution Verified by Community (0+ upvotes)
Error Code error-nologon-interdomain-trust-account — Windows 11
ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT = 1807
Oprava založena na komunitních zprávách a expertní analýze. Naposledy ověřeno: 2026-08-12
· Jak ověřujeme opravy
| Error Code | error-nologon-interdomain-trust-account |
|---|---|
| Affected System | Windows 11 (Microsoft) |
| Difficulty | Medium |
| Estimated Time | 15 min |
| Requires Admin Rights | ⚠️ Yes |
Postup řešení
- 1 Press Windows key + R, type 'dsa.msc' and press Enter to open Active Directory Users and Computers. This is the tool where you can manage user accounts in a domain. If you're not on a domain controller, you may need to install RSAT tools.
- 2 Navigate to the domain and find the affected user account. Right-click it and select 'Properties'. Go to the 'Account' tab. Look at the 'Account options' list. Find the option 'Account is sensitive and cannot be delegated' and ensure it's unchecked. Also check that 'This account supports Kerberos AES 128/256 bit encryption' is set appropriately.
- 3 Check the 'Account' tab for the 'Logon Hours' and 'Log On To' settings. Make sure the account is allowed to log on to the specific workstation. If 'Log On To' is restricted, add the computer name.
- 4 If the account is indeed a trust account, you should not use it for interactive logon. Instead, create a new user account with appropriate permissions. In ADUC, right-click the 'Users' container, select 'New', then 'User'. Fill in the details and set a password. Then add this new user to the appropriate groups.
- 5 After creating the new account, test logging in with it. If you need to keep the old account for service purposes, ensure it's not used for interactive logon. You can also use PowerShell to check the account's userAccountControl attribute: run 'Get-ADUser -Identity username -Properties userAccountControl' and look for the value 0x200 (INTERDOMAIN_TRUST_ACCOUNT).
🔍 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