Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Windows » Cross Domain Folders Access: Reference account is Locked out

Cross Domain Folders Access: Reference account is Locked out

Posted on 10/10/202413/08/2025 Christian By Christian No Comments on Cross Domain Folders Access: Reference account is Locked out
Cross Domain Folders Access

When dealing with cross-domain shared folder access. Issues could arise and sometimes, this might lead to account lock out. In this article, we shall discuss “Cross Domain Shared Folders Access Failed: The reference account is Locked out”. The reason for this issue could be due to several factors. Please see how to Configure Local Administrators Account lockout, and how to Configure WinRM to accept connection from a specific IP Address.

Also, see How to Edit Windows Hosts File via PowerToy Editor Utility, how to Enable Autologon and Autostart for user session, and how to determine GPO from GUID or Name.

Reasons for the Account Lock Out

Note: This issue is a shared folder access across different domain and different forest. The solution should be applicable to your ow use-case as well.

As you can see from the image below, “The reference account is currently locked out and may not be logged on to”. This is due to the following error “Vault credentials were read. This event occurs when a user enumerates stored vault credentials”.

Unable too access share- the reference account is locked out

When you navigate to the PC located in another Domain/Forest and try to connect to a device in the domain. You can indeed confirm that the account has been locked out.

account locked

Issue Persists

Password was unlock, and I tried to access again from the other domain in a different forest. Yet it failed. So I went ahead to the other PC connected to the other domain to access the PC connected to the second domain in a different forest. I got this prompt. This is because, my account was already locked due to the shared folder access as configured here “How to access shared resources from two different domains“.

When already signed in
I will show you the solution to fix this issue below and this is due to corrupted cached credential.

Note: Domains in the same forest are automatically linked with two-way, transitive trust relationships. Therefore, this should not be a problem. But, I am dealing with access in a different forest. The below knowledge will be vital when access is restored or issue is fixed.

Since I am accessing this shared folder from a different domain in a different forest. This will also work. But, I provide credentials from the actual domain I wish to access its shared resources. It’s important to note that you have to use the sAMAccountName format, the domain portion is a single label, akin to a NetBIOS name. This is because sAMAccountName has no “knowledge” of DNS or Internet standards.

Please, see Convert Windows Server Datacenter to Standard: Install via iDRAC Virtual Media, and How to delete a VM and Storage in Proxmox.

Unlock a Locked out Account via Active Directory

To do this, please launch the Active Director User and Computer (ADCU) Console as shown below.

Alternatively, Press Win + R, type dsa.msc, and press Enter. This will open the ADUC management console.

ADCU

Navigate to the OU (Organizational Unit) where the user’s account resides. Right-click on the user’s account. Next, select Properties.

account properties

Navigate to the Account tab. Below, you will see a checkbox labeled Unlock account. Check the box and click Apply or OK

unlock account

Please see How to Change User Account Type in Windows 10, How to set an account expiration date in Active Directory, and Windows sign-in options, and account protection on Windows 11.

Delete Cached Credentials

If the issue persists as shown above, you will have to delete corrupted cached credential. Corrupt cached credentials can also cause account lockout issues in Windows. Sign in to the hidden admin account, delete the locked account’s cached credential, and try signing in again.

Note: Old or incorrect credentials saved in Windows Credential Manager may cause repeated failed login attempts.

Now, let us take a look at the Event Viewer for possible errors. As you can see the operation failed due to stored credentials. Other Event Log: Vault credentials were read. This event occurs when a user enumerates stored vault credentials.

stored password - credential manager

To fix this, open the Start menu, type credentials manager in the search box, and select the Credential Manager.

credential manager

Select Windows Credentials.

Windows credential

Scroll to the “Generic Credentials” section and select the credentials of the locked user account. Select Remove.

Remove Generic credential

Select Yes on the confirmation prompt to proceed.

removd stored credential

Note: Please do not forget to restart.

Network issues

If none of the above fixes works, then this could be an intermittent network problems can prevent successful authentication. You can try at a later time.

Please see How to disable automatic screen lock in Ubuntu Linux. How to deploy MBAM for Bitlocker Administration, and How to create a Windows Server reference image using WDS. See how to fix “An Attempt Was Made to Reference a Token That Does Not Exist” in Windows 10.

Other Solutions: Increase or Disable Lockout Threshold

Disable “Lockout Threshold”. I will not be showing you these steps in details to bypass the configured organization policy as they are security best practices. More-so, we have discussed this process already. Please see “how to “Change Account Lockout Threshold for Local Accounts in Windows: The reference account is locked“.

The system administrator may have configured the Account lockout threshold policy, which triggers the lockout. In this case, it is advisable to wait 30 minutes (or the designated waiting period) before trying to sign in again with the correct credentials

In the Local Group Policy window, click on Security Settings. Then, navigate to Account Policy > Account Lockout Threshold from the displayed submenu.

lockout3

In the Account Lockout Threshold Properties window, select the Local Security Setting tab. Under the Account will not lock out heading, change the preset value to 0 or increase to 3 as you wish.

Click OK and then Apply to allow the changes to take effect. Restart Windows.

Please see How to configure Network Unlock in Windows, How to disable Lock Screen on Windows 10, and How to disable automatic screen lock in Ubuntu Linux.

FAQs

How can I enable a disabled Local acounts

TYou can do this by running the command below in the Command Prompt terminal and press Enter. net user administrator /active:yes
enable local admin account

How can I manage local account via “Local Users and Group Management” Utility?

To do this, please launch the Local User Management utility. Open the Windows Run box (Windows key + R), type lusrmgr in the dialog box, and select OK. Alternatively, search for Computer Management ….Select Users on the sidebar and double-click the locked account.
Computer management

Why were the 0xC000006A, and 0xC0000234 logged?

The error code: 0xC000006A means that an “Account logon with misspelled or bad password“. Other reasons could be “account lockout” due to 0xC0000234 event log.

error code - 0xc00006a and 0xC0000234
With the above understanding, the system still tries to use the stored credential and it result in a misspelled or bad password. Thereby resulting in account lock out. You will find similar error in the FAQs section of this post “Perform Key Distribution Center Service [krbtgt] Password reset“.

I hope you found this article on Cross Domain Shared Folders Access Failed: The reference account is Locked out” very useful. Please feel free to leave a comment below.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Tags:Microsoft Windows, Windows 10, Windows 11, Windows Server 2016

Post navigation

Previous Post: Configure WinRM to accept connection from a specific IP Address
Next Post: How to uninstall installed Windows Update

Related Posts

  • Feature image  Error Code 0xC1900101 – 0x30018
    How to Fix Windows Update Error Code 0xC1900101 – 0x30018 Windows
  • wds
    What are the differences between Lite-Touch and Zero-Touch installation? Windows
  • change keyboard layout windows 10 thumb800
    Prevent on-screen keyboard from starting automatically and from appearing at login Windows
  • Permission1
    How to create a Shortcut That enables Standard Users to run Applications as Administrator Windows
  • Synergy software kvm
    Why Software KVMs such as Synergy is replacing Hardware KVMs Linux
  • media8
    How to create a Windows 11 Bootable USB drive Windows

More Related Articles

Feature image  Error Code 0xC1900101 – 0x30018 How to Fix Windows Update Error Code 0xC1900101 – 0x30018 Windows
wds What are the differences between Lite-Touch and Zero-Touch installation? Windows
change keyboard layout windows 10 thumb800 Prevent on-screen keyboard from starting automatically and from appearing at login Windows
Permission1 How to create a Shortcut That enables Standard Users to run Applications as Administrator Windows
Synergy software kvm Why Software KVMs such as Synergy is replacing Hardware KVMs Linux
media8 How to create a Windows 11 Bootable USB drive Windows

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • EC2
    How to Add and Format a New Virtual Disk to an EC2 Instance AWS/Azure/OpenShift
  • windows 7 stuck at loading screen thumbnail
    Disable the Windows welcome screen and shutdown screen Windows
  • msinfo32 thumbnail
    How to use MSINFO32 to view System Information Windows
  • System Center
    Integrate Hyper-V: Install System Center Virtual Machine Manager Virtualization
  • Enable or Disable Mac asking for Password
    Enable or Disable Mac asking for Password after Sleep or Screen Saver Mac
  • maxresdefault 2 1
    How to disconnect a Remote Desktop User Windows Server
  • Slide1
    Configure Desktop Wallpaper and Screen Saver Management via GPO Windows
  • SU
    How to switch users in Linux Linux

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,808 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.