Templates Folder Redirection

  • Thread starter Thread starter Kim Walt
  • Start date Start date
K

Kim Walt

Does anyone know how to redirect office xp template
folders location using group policy. Or is there any
script that we could run using login scripts to change the
location for 500+ users.
 
Hello, as you may know there is no such policy setting by defaults in Group
Policy. How ever you can write your own Administrative Template to Add and
use within a Group Policy.

You have to change the follow registry key:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell
Folders]
"Templates"=\\server\share\templates

HOW TO: Create Custom Administrative Templates:
http://support.microsoft.com/default.aspx?scid=kb;en-us;323639

Add or remove an Administrative Template (.adm file):
http://www.microsoft.com/technet/pr...003/proddocs/entserver/gptext_addtemplate.asp

--
Regards,

Christoffer Andersson
No email replies please - reply in the newsgroup
If the information was help full, you can let me know at:
http://www.itsystem.se/employers.asp?ID=1
 
Back
Top