Page 1 of 1

Batch security

Posted: 05 Jan 2017 08:33
by SIMMS7400
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!

Re: Batch security

Posted: 05 Jan 2017 08:44
by Sounak@9434
Maybe convert them to exe using Advanced bat to exe converter.

Sounak

Re: Batch security

Posted: 05 Jan 2017 09:20
by Squashman
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

Posted: 13 Jan 2017 13:15
by sklub
i would use a binary incrypted password.
you can make one using batch...i dont have the file anymore.
will take some time though...

Re: Batch security

Posted: 13 Jan 2017 21:31
by ShadowThief
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?