If it says they "will not be remembered," then you need to change that. Type:
net use /p:yes
That will change the system setting for the user to make the drives remembered all the time and will be the default action.
If the above is not the case, then map the drive through the Command Prompt and see if the mapping is remembered.
net use /p:yes
net use r: \\servername\sharename
You may change the drive letter R: above to any free letter you wish. However remember that if you use a letter that is too close to the beginning of the alphabet you may overlap with USB devices and then one or the other will be missing. You can replace the R: with * and it will start with the next free drive letter starting at the bottom of the alphabet. That should make the system remember the drive through logoff and reboot.
Method 2:
The long-term fix is a registry edit that will make mapped drives visible in both standard and administrative sessions.
1. Press Windows +R and type in :
regedit
2. In Regedit, navigate to HKLM//SOFTWARE//Microsoft//Windows //Current Version//Policies //System.
3. Create a new REG_DWORD entry named "EnableLinkedConnections". See sample screen below.
4. Set its value to 1.
5. Reboot after adding the registry entry and programs will be able to see mapped drives forever.
Note:
This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly.Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the
following article number to view the article in the Microsoft Knowledge Base:
322756 (
http://support.microsoft.com/kb/322756/ )
"How to back up and restore the registry in Windows"
EMK