Windows CE Explorer Registry Settings (Windows CE 5.0)

Send Feedback

The [HKEY_LOCAL_MACHINE\Explorer] registry subkey enables you to control the settings for Windows CE Explorer.

The following table shows the named values for this subkey.

Note   The default registry values vary depending on which Catalog items are included in your OS design. For more information, see Default Registry Settings.

Value : type Description
Suspend : DWORD If the value of Suspend equals zero, then suspend is not supported on the target device.

If the value of Suspend is non-zero or not found, Windows CE Explorer attempts to suspend by calling the GwesPowerOffSystem function.

RecycleBinEnableDBFile : DWORD If the value of RecycleBinEnableDBFile equals one, then the hard disk is used to store the recycle bin information.

For all other values of RecycleBinEnableDBFile, or if is not set, the object store is used to store the recycle bin.

RecycleBinFlush : DWORD If the value of RecycleBinFlush equals one, the database is flushed on every new record and written out to permanent storage.

For all other values of RecycleBinFlush, or if it is not set, the database is flushed randomly based on the database engine.

Display Power Status

If the run-time image supports the Power Management APIs, you can display power status in the taskbar using the following registry key.

[HKEY_LOCAL_MACHINE\Software\Microsoft\Power]
    "ShowIcon"=hex:00
    "ShowWarnings"=hex:00

If the value of ShowIcon is set to zero then no icon is displayed for the power status. If the value of ShowIcon is non-zero or not found, then the icon is displayed for the power status.

If the value of ShowWarnings is set to zero then no power warnings are displayed. If the value of ShowWarnings is set to non-zero or not found, then power warnings are displayed.

See Also

Shell Registry Settings

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.