Change the logon account of ServerScriptService to Administrator
Only when certain script functions require administrator permission to execute, change the logon account of ServerScriptService to Administrator. If your script's functions don't necessarily need administrator permission to execute, it's not recommended to change the logon account of ServerScriptService.
To change the logon account of ServerScriptService to Administrator
- On the computer on which you plan to run the scripts, clickStart, typeservices, and then clickServices.
- InServices, right-clickServerScriptService, and then clickProperties.
- In theServerScriptService Propertiesdialog box, clickLog On.
- SelectThis account, clickBrowse, and then add theAdministratoraccount.
- ClickOK.
- Restart theServerScriptServiceservice.
Provide Feedback