Reconnect at sign in doesn’t work

Situation: The client has a windows 2012 R2 server. They check Reconnect at sign in mapping a network drive. However, it doesn’t work. Whenever restarting the server, mapping drive shows red X. They need to re-map it.

Troubleshooting: 1. Disable Fast Logon Optimization on the client. To do so, please go to Computer Configuration\Administrative Templates\System\Logon\Always wait for the network at computer startup and logon

2. Enable SilentForcedAutoReconnect

a. Click Start, click Run, type REGEDIT, and then click OK.

b. Locate and click the following registry subkey:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\NetCache

c. Click Edit, point to New, and then click DWORD Value.

d. Type SilentForcedAutoReconnect , and then press ENTER to name the value.

e. Double-click SilentForcedAutoReconnect .

f. In the Value data box, type 1, and then click OK.

3. Create a mapping log script.

you could reset the mapped drive with the following command in an elevated command windows.

net use Z: \\server\folder /persistent:yes

For more information, you can refer to the following article.

http://technet.microsoft.com/zh-cn/library/bb490717(en-us).aspx

Published by

Bob Lin

Bob Lin, Chicagotech-MVP, MCSE & CNE Data recovery, Windows OS Recovery, Networking, and Computer Troubleshooting on http://www.ChicagoTech.net How to Install and Configure Windows, VMware, Virtualization and Cisco on http://www.HowToNetworking.com

One thought on “Reconnect at sign in doesn’t work”

  1. In our case, the user login name and mapping network drive name are the same but the password are different, for example, user for both login computer and mapping are blin, but their passwords are different. The resolution is to setup the same password or using different user name, for example blin for login and rlin for mapping.

Leave a Reply