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.
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.
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.
That’s great to hear! Thanks for the feedback.
AWESOME! This saved me a lot of hassle.
This was exactly what I was looking for! Thank you
Thank you, thank you, thank you.
You are awesome!
This registry edit solved my problem. Thank you very much!