The problem is that when you run as an administrator, mapped drives for the user account are not carried over to the Administrator credential. Here are some errors I've seen:
- When running Visual Studio as Administrator - Error: Template store path is invalid: Unexpected path: C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\Work item Templates
- When installing new software or Adobe updates - Error 1327 - Invalid Drive
- When installing NuGet Package Manager update - Cannot find specified path
Open the registry editor and navigate to the following path:
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Policies/System
Add a new DWORD to the System folder called EnableLinkedConnections with the value of 1.
Restart your computer and your mapped drives will be available to the Administrator account!
See the WinAbility site for a Windows 8 workaround.
No comments:
Post a Comment