Windows 7 / Getting Started

Adding ADMX Templates to the Store

After you configure the central store, you must populate it using ADMX template files. You can copy these ADMX template files from a computer running Windows 7 by following these steps:

  1. Log on to an administrative workstation running Windows 7 using a user account that is a member of the Domain Admins built-in group.
  2. Open a command prompt and type the following command.
    xcopy %SystemRoot%\PolicyDefinitions\* %LogonServer%\sysvol\%UserDNSDomain%\
    policies\
    PolicyDefinitions /s /y
    
  3. Repeat this process from any administrator workstations running Windows 7 that have different languages installed.

After you copy the ADMX template files to the central store, the central store will be replicated to all domain controllers in the domain as the contents of the SYSVOL share are replicated by the FRS. Whenever you want to update the files or copy a custom ADMX file, you must do this manually.

[Previous] [Contents] [Next]