
Quote: Originally Posted by
augustud
...nearest I've come is enabling the integrated features but that only maps network drives, no good for what I need...
Can you SUBST an UNC? If yes, can it done in the VM? Just a thought.
As it turns out, No and Yes.
Subst.exe is used to associate a path with a drive letter.
If you use Subst.exe to connect to a network resource using a Universal Naming Convention (UNC) path, the command runs successfully, but when you try to gain access to the new drive letter you receive an error message similar to: The filename, directory name, or volume label syntax is incorrect.
To work around this behavior, use the NET USE command to connect to network resources instead of the SUBST command. For example, the command
net use * \\fileserver\share\path1\path2
Results in the next available drive letter being mapped to the root of path2.