In our (mixed) Windows network we have a machine with a shared folder. This shared folder can be accessed by anyone belonging to the group User
.
However, in this folder, there are files that are created by a specific background process on the local machine. These files lack the access rights for the group User
- they only get SYSTEM
and Administrators
by default (as well es the user under which the process runs) when created by the process. Thus access to these files is denied to any of the network users.
The process runs under the main (system administrator) account on the machine.
Now, what would I have to do, so that files created by this process also automatically get the access rights for the group User
when created? Is this something the process would have to do manually or can that be configured by the operating system?