Hi Folks -
Happy New Year - I hope everyone enjoyed the holidays and family time!
Quick question: Is there a way to enable security on a batch script so a user can execute BUT NOT edit? I know I can enable read/write/execute, but if I use execute wont they also be able to edit since that access will trump all?
Thanks!
Batch security
Moderator: DosItHelp
-
- Posts: 100
- Joined: 16 Dec 2016 22:31
Re: Batch security
Well if you looked at the NTFS permissions by simply right clicking the file and selecting properties you can see all the different permissions you can set. Modify is one of them. But that does not stop them from copying the file to another location and modifying it and executing it from there..
Re: Batch security
i would use a binary incrypted password.
you can make one using batch...i dont have the file anymore.
will take some time though...
you can make one using batch...i dont have the file anymore.
will take some time though...
-
- Expert
- Posts: 1166
- Joined: 06 Sep 2013 21:28
- Location: Virginia, United States
Re: Batch security
sklub wrote:i would use a binary incrypted password.
you can make one using batch...i dont have the file anymore.
will take some time though...
You're encrypting what with what now?