Change Rhino Template path for multiple users in Windows

How can I create a script to change the Rhino Template path for multiple users in Windows?
I will create a template for my company and I want to deploy it for multiple users.
The new Rhino Template will be saved in a server location and I need to point all users to this location on the server.
The image shows the path to be updated


. Thank you for your support.

Hi Fabio - it looks like RhinoCommon has access to this

https://developer.rhino3d.com/wip/api/RhinoCommon/html/P_Rhino_ApplicationSettings_FileSettings_TemplateFile.htm

https://developer.rhino3d.com/wip/api/RhinoCommon/html/P_Rhino_ApplicationSettings_FileSettings_TemplateFolder.htm

-Pascal

Hi Pascal, Thank you for your links. I will try it and see if I can change the template path.
Many thanks,
Fabio