Batch file installing executable only gives SYSTEM permissions
Posted
by
Alex
on Server Fault
See other posts from Server Fault
or by Alex
Published on 2012-10-26T21:48:37Z
Indexed on
2012/10/26
23:03 UTC
Read the original article
Hit count: 153
So, I have a couple of batch files that install some executables and they work, but when the executables setup shortcuts on the desktop only SYSTEM
has access to them. Is there a way I can prevent that or make it so it adds Domain Users
access or something like that. I realize that the batch files are ran under the SYSTEM
context, but I'd like to find a way to clean up after them.
Thanks in advance!
© Server Fault or respective owner