How can I edit local security policy from a batch file?
- by Stephen Jennings
I am trying to write a utility as a batch file that, among other things, adds a user to the "Deny logon locally" local security policy. This batch file will be used on hundreds of independent computers (not on a domain and aren't even on the same network).
I assumed one of the following were my options, but perhaps there's one I haven't thought…