You can create a custom shell component that displays the program you specify when the device boots, instead of the Explorer shell, Command shell, or Task Manager shell.
To create a custom shell component
- In Component Designer, from the File menu, choose New to create a new .sld file.
- Expand the platform node, right-click Components, and then choose Add Component.
- In the details pane, type or choose the following properties for your shell component:
- Name
- Description
- Prototype component. To select the prototype component, choose Browse. In the Select Prototype Component dialog box, search for Shell prototype component, and then choose OK.
- In the details pane, choose Advanced.
- In the Advanced Properties dialog box, choose Add.
- In the Extended Property dialog box, provide the following information:
Name: cmiShellPath
Format: String
Value: Name and path of your shell application. Use predefined system environment variables.
For example, %SystemRoot%\System32\cmd.exe
For a list of common predefined system environment variables, see Predefined System Environment Variables.
- Choose OK.
The properties you typed appear in the Advanced Properties dialog box.
- Choose OK.
- To add your shell component to a dependency group, in the SLD browser, under your component, right-click Group Memberships, and then choose Add Group Membership.
- In the Add Component Group Memberships dialog box, expand the Dependencies node, and choose the Shell group, and then choose OK.
- To add your shell component to a category, in the SLD browser, under your component, right-click Group Memberships, and then choose Add Group Membership.
- In the Add Component Group Memberships dialog box, expand the Categories node, navigate to Software\System\User Interface\Shells, and then choose OK.
- Save the .sld file.
See Also
Shell Customization | How to Create a Customized Shell
© 2006 Microsoft Corporation. All rights reserved.