Prevent Concurrent File Changes: Windows Server 2003
Posted
by ThinkBohemian
on Server Fault
See other posts from Server Fault
or by ThinkBohemian
Published on 2010-06-14T19:42:39Z
Indexed on
2010/06/14
19:53 UTC
Read the original article
Hit count: 259
I have a program installed that writes configurations to disk installed on Windows Server 2003. When two administrators log into the machine at the same time, the last admin to save will persist their configurations, while the first admin's saves will be lost.
Is there any way I can restrict access to a only this program so that only one person can edit it at a time? If not, is it possible to restrict user access to only one program?
© Server Fault or respective owner