G
Guest
I'm attempting to create a registry key. What I'm trying to do is specify a
place on the network where MS Office templates are located. I've found the
spot in the registry where that infomation is stored.
[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Common\General] The value
name is Templates. I've exported this and made what I think is the right way
to put the network location into the Value data.
Example of the export.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Common\General]
"MyDocuments"="My Documents"
"Stationery"="Stationery"
"SymbolNameDisplay"=dword:00000000
"Themes"="Themes"
"Desktop"="Desktop"
"Xlstart"="XLSTART"
"RecentFiles"="Recent"
"Templates"="Templates"
"MyPictures"="My Pictures"
"Proof"="Proof"
"Queries"="Queries"
"AddIns"="AddIns"
"Startup"="STARTUP"
"ApplicationData"="Application Data"
"Favorites"="Favorites"
"Signatures"="Signatures"
"Actors"="Actors"
"FirstRun"=dword:00000000
"Authorized"=dword:7fffffff
It's the Templates location I want to point to the network. I can manually
do this with the UNC location of the templates and it works fine. What I'm
trying to do is create a distrituable key insert I guess. But it's not
working. I've read Article ID 310516, that's how this started. What am I
missing?
place on the network where MS Office templates are located. I've found the
spot in the registry where that infomation is stored.
[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Common\General] The value
name is Templates. I've exported this and made what I think is the right way
to put the network location into the Value data.
Example of the export.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Common\General]
"MyDocuments"="My Documents"
"Stationery"="Stationery"
"SymbolNameDisplay"=dword:00000000
"Themes"="Themes"
"Desktop"="Desktop"
"Xlstart"="XLSTART"
"RecentFiles"="Recent"
"Templates"="Templates"
"MyPictures"="My Pictures"
"Proof"="Proof"
"Queries"="Queries"
"AddIns"="AddIns"
"Startup"="STARTUP"
"ApplicationData"="Application Data"
"Favorites"="Favorites"
"Signatures"="Signatures"
"Actors"="Actors"
"FirstRun"=dword:00000000
"Authorized"=dword:7fffffff
It's the Templates location I want to point to the network. I can manually
do this with the UNC location of the templates and it works fine. What I'm
trying to do is create a distrituable key insert I guess. But it's not
working. I've read Article ID 310516, that's how this started. What am I
missing?