Mapped drives don't work when logging into PC with PIN instead of password Win11Pro

Chris Randall 0 Reputation points
2025-03-03T11:04:57.8833333+00:00

When trying to connect to a mapped netwrok drive or mapping of a drive through a VPN, then it will ask for the PIN for the profile, even if you enter the correct PIN the drive is inaccessible or does not map.
what would be the work around for this issue

Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2025-03-04T03:36:47.6466667+00:00

    Hello Chris Randall,

    Thank you for posting in Q&A forum.

    This is a known or by-design issue when Windows Hello or PIN-based logon is used. The PIN is intended only for local authentication and isn’t passed on for network authentication. In other words, the PIN doesn’t work in place of your full password when accessing network resources over a VPN.

    Here are a few workarounds you might consider:

    1. Use your full (domain) password for mapping drives instead of your PIN. Even if you log in with a PIN, network drive mapping (which relies on network credentials) requires the full password. When prompted, enter the password to authenticate the connection.
    2. Store the correct credentials in Windows Credential Manager. Manually add the network share’s credentials (including the full password) there so that when you map the drive it picks up the right details automatically rather than prompting for a PIN.
    3. Map the drive manually (or via a startup script) using the full password.

    For example, you might run a command like:   

    net use X: \server\share /user:DOMAIN\username fullpassword /persistent:yes

    This step ensures that the network mapping uses the proper network credential rather than the locally scoped PIN.

    Here are some similar threads for your references.

    https://learn.microsoft.com/en-us/answers/questions/2195756/for-network-shares-to-work-password-sign-in-is-req?forum=windowsclient-all&referrer=answers

    https://answers.microsoft.com/en-us/windows/forum/all/unable-to-access-nas-drive-when-logged-in-using/3587cf33-7ed9-403f-ac7c-d4158969412d

    https://learn.microsoft.com/en-us/answers/questions/2150522/mapped-drives-dont-work-when-i-login-to-my-windows

    I hope the information above is helpful.

    If you have any questions or concerns, please feel free to let us know.

    Best Regards,

    Daisy Zhou

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.