<p>Hi Guys,</p><p>Below are the registry keys which I would like to install on our client computers. What do you think would be the best way of doing this? </p><p>StartUp script, loggon script or create a GPO to edit registry
key (I don't think this option is viable as I couldn't find the office keys under HKCU in Group Policy Management Console).</p><p>REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Common\General" /v "SharedTemplates"
/t REG_SZ /d "S:\RMWTemplates" /f<br />REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Common\General" /v "SharedTemplates" /t REG_SZ /d "S:\RMWTemplates" /f<br />REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Common\General"
/v "SharedTemplates" /t REG_SZ /d "S:\RMWTemplates" /f</p><p>Note: Clients don't have admin rights on their computers.</p><p>Thanks in advance.</p>
↧