|
I know this is slightly off topic, but I am sure there are many who can help
me with an answer.
I have added a new key into the registry. The following is what I get when
I export the key.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Wo rd\Options]
"PROGRAMDIR"="C:\\Program Files\\Microsoft Office\\Office\\"
"FirstRun"=dword:00000000
"ReplyMessageComment"="admin"
"FieldCalcSecurityLevel"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Wo rd\Options\OutlookEditor]
@=""
Now the only bit I am interested in is the FieldCalcSecurityLevel. The
others are all keys that were already installed. If I wish to use this as a
..reg file to add the key to other computers, can I just remove the bits I
did not add as follows, leaving me with.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Wo rd\Options]
"FieldCalcSecurityLevel"=dword:00000000
dixie |