Customizing an OS Design (Windows Embedded CE 6.0)

1/5/2010

After you create the OS design, you can customize it by adding Catalog items such as applications and device drivers. To determine which Catalog items are included in your OS design, see Determining Which Catalog Items Are Included in an OS Design. For information about adding a Catalog item, see Adding an Item from the Catalog.

You can also customize the OS by changing the registry settings. Use caution when changing registry settings. For information about registry settings for a specific Catalog item, see the documentation for that Catalog item.

You can change the device registry settings in the following ways:

  • Modify the Project.reg file before building and downloading the run-time image.
  • After you download the run-time image to the CEPC or Device Emulator and connect to it from Platform Builder, use the Remote Registry Editor. By using the Remote Registry Editor to change the image registry, you do not persist the changes to the registry files in Platform Builder. The next time you download the image, you must configure the registry again. For information about how to use the Remote Registry Editor, see Registry Editor.

Suggestions for all OS Designs

The following list shows suggestions for customizing all OS designs:

Suggestions for Specific Design Templates

The following table shows additional suggestions for specific design templates.

Design template Suggestions for customizing the design template

Digital Media Receiver

  • Determine whether the OS design has the correct driver support for the multimedia hardware, and if necessary, load the correct driver.

  • (Optional) Add permanent media files, such as an introductory video or sample song, to your OS design.
    These files become a permanent part of your run-time image and increase the OS size.
    When you add a video file, do the following:
    • Verify that your OS design includes the WMV & MPEG-4 Streaming Catalog item.
    • Add a video file; for example, %_WINCEROOT%\Public\DirectX\Oak\Files\Kelsyville_av32.wmv.
    This file appears in the \Windows directory on your device.
    For more information, see Adding an Item from the Catalog or Adding a File to a Run-time Image.

Enterprise Terminal

  • Generate a software development kit (SDK) for your platform.

Enterprise Web Pad

Set-Top Box

Industrial Controller

  • (Optional) Add touch screen functionality to your Industrial Controller. For example, add this functionality if your device uses a stylus rather than a mouse for input. For more information, see Touch Screen (Stylus) Overview.

For more information about customizing an OS design, see Creating an OS Design.

See Also

Concepts

Developing a Target Device by Using a Design Template