/ Published in: DOS Batch
Since network shares by default only get LocalIntranet permissions, it's relatively common to want to use CasPol to fully trust some shares that you control and know are safe.
To trust everything on the share \\ShawnFa-Srv\Tools, use the command below.
To trust everything on the share \\ShawnFa-Srv\Tools, use the command below.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
cd c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 CasPol.exe -m -ag 1.2 -url file://\\ShawnFa-Srv/Tools/* FullTrust
URL: http://blogs.msdn.com/shawnfa/archive/2004/12/30/344554.aspx