Visual studio install on different drive

broken image
broken image

%WINDIR%\Microsoft.NET\Framework64\v9\CasPol.exe -pp off -m -ag 1.2 -url file://\\UNC\* FullTrustģ- Network (Intranet Zone) From Internet Options -> Security -> Local Intranet -> Sites -> Advanced I added the drive

broken image

%WINDIR%\Microsoft.NET\Framework64\v7\CasPol.exe -pp off -m -ag 1.2 -url file://\\UNC\* FullTrust %WINDIR%\Microsoft.NET\Framework\v9\CasPol.exe -pp off -m -ag 1.2 -url file://\\UNC\* FullTrust %WINDIR%\Microsoft.NET\Framework64\v9\CasPol.exe -pp off -m -ag 1.2 -url file://X:\* FullTrustĢ- Using CasPol (UNC) %WINDIR%\Microsoft.NET\Framework\v7\CasPol.exe -pp off -m -ag 1.2 -url file://\\UNC\* FullTrust %WINDIR%\Microsoft.NET\Framework64\v7\CasPol.exe -pp off -m -ag 1.2 -url file://X:\* FullTrust %WINDIR%\Microsoft.NET\Framework\v9\CasPol.exe -pp off -m -ag 1.2 -url file://X:\* FullTrust I tried to give Full Trust to the network drive with 3 different ways with no luck:ġ- Using CasPol (Drive) %WINDIR%\Microsoft.NET\Framework\v7\CasPol.exe -pp off -m -ag 1.2 -url file://X:\* FullTrust When the user tries to open any visual studio solution form drive X: (which's a network drive) visual studio warns the user for opening from Network solution. I'm managing 10 developer computers and I want to assign to each computer a Network Drive (Let's say X: drive) so the developer can map the TFS workspace to that drive.