I have adapted the SIMSPERM batch file so that it can be applied as a Startup Script via Group Policy. Code: @echo off if not exist "%ProgramFiles%\SIMS" goto end if exist "%ProgramFiles%\SIMS\doneperm.txt" goto end path \\server\netlogon SubInAcl /FILE %WINDIR%\SIMS.INI /GRANT=domain\group=F SubInAcl /SUBDIRECTORIES "%ProgramFiles%\SIMS\*.*" /GRANT=domain\group ...
@echo off if not exist "%ProgramFiles%\SIMS" goto end if exist "%ProgramFiles%\SIMS\doneperm.txt" goto end path \\server\netlogon SubInAcl /FILE %WINDIR%\SIMS.INI /GRANT=domain\group=F SubInAcl /SUBDIRECTORIES "%ProgramFiles%\SIMS\*.*" /GRANT=domain\group