Change Office 2003 user templates path through regedit
Find this path in regedit:
HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Common\General
and the key: UserTemplates
type: REG_EXPAND_SZ
Just give it a value. (path to a folder)
If you can not find the key UserTemplates, Office is using the standard path:
C:\Documents and Settings\\Application Data\Microsoft\Templates
If you use KIX:
WriteValue(“HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Common\General”, “UserTemplates”, “c:\somefolder”, “REG_EXPAND_SZ”)