-
Notifications
You must be signed in to change notification settings - Fork 24
Description
I added C:/OGP64/ Agent folder to the Windows Security Exclusion as Windows AV was scanning files as the agent was changing permission and it made thing really slow depending on the game size Space Engineers Example nearly 2 minutes to start sometimes longer..
So i added that to exclusion seem to speed up but still to slow for my blood so i disabled
system($takeownCommand); Got a few more seconds i think
then i was like why run permissions on every launch i noted if i run into permission issues ill run these commands i guess
So i commented them out and now server launches are instant..
system($takeownCommand);
system($chmodCommand);
system($icaclsStr);
system($icaclsAdminGroupFullPerms);
maybe add a 1 time check if its been done.. if there issue later have a server command or button to rerun permission check..... to clear up any permission fails later but other then that i commented them out as im getting tired of waiting sorry..
Hope this helps others..