Link to home
Create AccountLog in
Avatar of VBMan_06
VBMan_06

asked on

Bypass Security Exception

I'm trying to deploy an app that will run from a network drive. it write to a log file on the network and this causes an exception if i do not go into the configuration wizard and change my localintranet security.  how can i programmatically change this security or somehow bypass this security check so each user doesn't have to go through this?
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of VBMan_06
VBMan_06

ASKER

can i do this programmatically?
you can put this in a batch file and have the users run it. but be advised that the user needs to be local administrator in order to run this.