I manage a small network but dont have any vbs expertise.
My problem is that I have a piece of software that writes an ini file to the windows directory on the pc each time it exits.
However, only an admin login will enable this to happen - anything below gets a permissions error. If I create the ini file as admin and then edit the security to enable EVERYONE write access, then other users will run that progeam and have no trouble writing to the ini file and can exit ok.
I tried to add a batch command via the login script to copy a working copy of that ini file to other pcs but that also only writes if its an admin login.
I am thinking of trying a vbs script via Group Policy for all computers and hope that might get around it.
The command that works is..
copy P:\WebInfo.ini C:\Windows\
where p is the network drive and that file is the edited one that has worked on a test machine with a non-admin user.
Thanks
Dzm
My problem is that I have a piece of software that writes an ini file to the windows directory on the pc each time it exits.
However, only an admin login will enable this to happen - anything below gets a permissions error. If I create the ini file as admin and then edit the security to enable EVERYONE write access, then other users will run that progeam and have no trouble writing to the ini file and can exit ok.
I tried to add a batch command via the login script to copy a working copy of that ini file to other pcs but that also only writes if its an admin login.
I am thinking of trying a vbs script via Group Policy for all computers and hope that might get around it.
The command that works is..
copy P:\WebInfo.ini C:\Windows\
where p is the network drive and that file is the edited one that has worked on a test machine with a non-admin user.
Thanks
Dzm