I want to store my user folders (Documents, Pictures, Music, Downloads, etc.) on a Network Shared Drive and Map them as a Network Share on a windows server.
IE. \Server\User is Mapped to U:\ in Windows, then I map Documents to U:\Documents
This works until is require Administrative Privileges to Run a Downloaded Program (Such as Driver Updates or to Install a Browser).
I then get an accessed denied error as the Administrator account does not have access to the Network Share (It is Password Protected and limited to be access to only one user account on the server).
I have tried Enabling and Logging In to the administrator account and adding the credentials to the Credential Manager, but this does not rectify the problem.
Does anyone know a way around this or a better way of setting this up.
Please Note. I Do not want to join this PC to a Domain.
EnableLinkedConnections- see for example Command Prompt in Administrator mode doesn't see mapped drives. It's not entirely clear from the OP what the problem really is. – dxiv Jan 26 '16 at 05:08domainandlimited to be access to only one user accountwhich I am not sure what really mean. – dxiv Jan 26 '16 at 05:18EnableLinkedConnectionsworking both on the home network (classic user/pwd based sharing, no homegroup or simple file sharing) and via VPN into a remote domain-based network. – dxiv Jan 26 '16 at 06:08net use \\<computername>\<sharename> /user:<username>in elevated cmd.exe, and got "System error 67 has occurred. The network name cannot be found." (while it is found perfectly fine in non-elevated command prompt) - I guess I should try EnableLinkedConnections in registry next ... Ok, did that, after reboot, if I log in to network share from explorer (with username and pass) first, then justpushd \\<computername>\<sharename>works fine in elevated/administrative command prompt. – sdbbs Feb 20 '21 at 17:57