Viewing Additional Security Policies in a Custom Security Template (Windows Embedded Standard 2009)

4/23/2012

The Local Security Settings MMC console displays only some of the security policies included in the template. If you want to use the MMC to manage your security templates, you can expand the number of security policies that are displayed by adding a custom component to your run-time image.

To view additional security policies in a custom security template

  1. Create a component with the following items:

    • File: sceregvl.inf.
      This file resource should be located in the Windows\INF (%17%) target directory on your run-time image. You can copy this file from the Windows Embedded Data\Repositories\{484C9D34-846E-40E2-A2E6-FF2771A303D5}\ directory.

    • Extra Resource: FBA DLL/COM Registration.
      Add the following properties to the FBA Registration:

      Property Value

      Filepath

      %11%\rshx32.dll

      DLLInstall

      FALSE

      DLLRegister

      TRUE

      Flags

      0

      Phase

      4500

      Reboot

      False

      Start

      1

      Timeout

      0

      Type

      2

    • Dependencies: Security Shell Extension, Windows Security Configuration Editor Client Engine.

  2. Add the component to your run-time image.

See Also

Tasks

Creating a Component for the Custom Security Template

Concepts

How to Create a Custom Security Template