Scripts Thread, Running .exes from a network share in Coding and Web Development; Hi All,
I've made a .NET program which won't run from a network drive because of the default security. The ...
-
6th August 2009, 02:45 PM #1 Running .exes from a network share
Hi All,
I've made a .NET program which won't run from a network drive because of the default security. The batch file fix is:
cd C:\windows\Microsoft.NET\Framework\v2.0.50727\
CasPol.exe -pp off
CasPol.exe -cg LocalIntranet_Zone FullTrust
Caspol.exe -pp on
Anyone one know what this would be as a Group Policy?
Cheers,
-
-
IDG Tech News
-
6th August 2009, 02:52 PM #2 The latest service pack for .NET 3.5 fixes this issue. Supposedly it fixes it for .NET 2.0 too.
-
-
6th August 2009, 03:03 PM #3 Unlikely, it's a security options to not run unsigned code on a "intranet".
-
-
6th August 2009, 03:51 PM #4
-
Thanks to deKay from:
matt40k (6th August 2009)
-
6th August 2009, 03:55 PM #5
-
-
6th August 2009, 06:38 PM #6 That's good to know, good to know SP1 fixes it too though...
if you still want it as a GPO... I assume you just the batch file in the netlogon folder or somewhere similar and call it as a startup script... I can't see any reason it wouldn't work...
-
SHARE:
Similar Threads
-
By Neville in forum Windows
Replies: 2
Last Post: 8th May 2009, 12:37 PM
-
Replies: 0
Last Post: 17th March 2009, 01:48 PM
-
By theeldergeek in forum Mac
Replies: 15
Last Post: 4th December 2008, 08:16 PM
-
By Kyle in forum General Chat
Replies: 5
Last Post: 9th November 2007, 12:43 PM
-
By BKGarry in forum Networks
Replies: 15
Last Post: 6th February 2007, 10:59 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules