Windows 7 Not Mapping Network Drives

Windows 7 Not Mapping Network Drives

I’ve had several cases now where Windows 7 logons had problems with network drive scripts. The mapping issue was related to the way the accounts are created. Windows creates two logons, one as a non-admin token and the other contains your full token (blah, blah, blah). This happened to Vista as well.network

It was designed to do this, but when your scripts don’t run it’s not a friendly design. Depending on how you join your domain, this may not be an issue.

If it is, you can enable a registry settings that allows the logon script to run regardless.

Use at your own risk. This is not supported by Microsoft.

Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System and add a DWORD 32-bit key for EnableLinkedConnections and set its value to 1.

You’ll need to reboot afterwards, obviously.



13 Responses to “Windows 7 Not Mapping Network Drives”

  1. Bruce says:

    I have scowered the internet looking for a solution as to why my W7 Ultimate 32 bit OS stopped mapping my drives via a batch logon script.
    You have finally given me the answer and it works like a charm.

  2. NT Admin says:

    That’s great to hear! Thanks for the feedback.

  3. Ryan says:

    AWESOME! This saved me a lot of hassle.

  4. Stephan S says:

    This was exactly what I was looking for! Thank you

  5. Ben B says:

    Thank you, thank you, thank you.

  6. Ryan says:

    You are awesome! :)

  7. Blaine Kehl says:

    This registry edit solved my problem. Thank you very much!

  8. marc says:

    Really nice man. thanks.

  9. Brian says:

    You Rock! Thanks so much.

  10. Mattias says:

    Thanks alot, had tons of problems in one of our brachoffices with this and I thought it was related to some sort of network or policy issue. This sorted all my probs ;)

  11. Chris says:

    Do you make the change on each Windows 7 box or on a Domain Controller?

  12. NT Admin says:

    The registry fix is applied to the workstations. Don’t need to modify the DC. Good luck!

  13. Helge says:

    This solved the problem related to the windows 7 64 bit version as well.

    Than You!

Leave a Reply