microsoft.com Home  
Microsoft
http://www.microsoft.com/office/ork  
Microsoft Office 2000 Resource Kit Home
 Managing and Supporting Office 2000
 Ongoing Configuration of Office on Users' Computers
Managing Users' Options with System Policies
Locking Down an Office Configuration
Using the System Policy Editor
Office 2000 System Policy Reference
Office Registry API
 Helping Users Help Themselves
 Managing Security
 Overview of Tools and Utilities
Glossary
Index
Topic Contents
Previous
Managing Users’ Options with System Policies

System Policies and the Windows Registry

You use the System Policy Editor to create a system policy file, based on the system policy templates, and then store that file on a network server. When users log on to the network, the system policy file is downloaded to client computers, and then the Windows registry is updated to use the values specified in the system policy file.

Later, you can update client computers by using new system policies, and the Windows registry for each client computer is updated when the user next logs on.

Where are policies stored in the Windows registry?

In earlier versions of Office, system policies were stored in the Software subkey, under whatever subtree they affected (for example, HKEY_CURRENT_USER). System policies for Office 2000 are now consolidated in a separate Policies subkey under the HKCU\Software subkey in the Windows registry.

The Policies subkey mirrors most of the HKEY_CURRENT_USER\Software
\Microsoft\Office\9.0 subkey. Placing all of the system policies together in the same subkey prevents Windows registry errors and also makes it possible for administrators to lock the Policy subkey in Windows NT.

The following example shows the hierarchy of the Policies subkey in the Windows registry.

HKEY_CURRENT_USER
    Software
        Policies
            Microsoft
                Office
                    9.0
                        Access
                        Binder
                        Common
                        Excel
                        Graph
                        Outlook
                        PowerPoint
                        Word

Top

Locating the registry entry that corresponds to a system policy

Each system policy in a policy template corresponds to one or more entries in the Windows registry. If you want to find out exactly what entries in the Windows registry correspond to a particular policy, you can open the policy template in Notepad, and then look for that policy.

The policy template files are divided into categories, and each category lists the Windows registry subkey that contains the entries for that category. Each specific policy entry in the template lists the Windows registry value name that the policy affects and the specific Windows registry value data that is set when the policy is turned on or off.

For example, in the Word9.adm template, the following policy entry lists the Windows registry entries that are set when you disable the Insert Hyperlink shortcut key:

POLICY !!DisableShortcutKeys
KEYNAME Software\Policies\Microsoft\Office\9.0\Word\DisabledShortcutKeysCheckBoxes
    PART !!InsertHyperlinkKey CHECKBOX
    VALUENAME InsertHyperlink
    VALUEON 75,8
    VALUEOFF 0
    END PART    

The double exclamation points (!!) in the template file indicate that there is a string reference at the bottom of the file. For example, if you see a line such as !!InsertHyperlinkKey in the template file, this means that text similar to the following will be at the bottom of the file:

[Strings]
InsertHyperlinkKey = "Ctrl+K (Insert | Hyperlink...)"

The following table lists the entries that appear in the policy template files when you open the files in Notepad.

Entry Description
POLICY Policy you are turning on or off. In the preceding example, the Disable Shortcut Keys policy includes several subpolicies, including the policy to turn off the Insert Hyperlink shortcut key.
KEYNAME Registry subkey that is affected.
PART Specific option you are setting with the policy. In the preceding example, there are several shortcut keys that you can disable individually.
VALUENAME Registry value that is affected.
VALUEON Registry value data that indicates when this policy is turned on (for example, the Insert Hyperlink shortcut key is disabled).
VALUEOFF Registry value data that indicates when this policy is turned off (for example, the Insert Hyperlink shortcut key is enabled).


Topic Contents   |   Previous   |   Top

  Friday, March 5, 1999
© 1999 Microsoft Corporation. All rights reserved. Terms of use.

License