次の方法で共有


Windows Embedded CE Explorer Registry Settings (Windows Embedded CE 6.0)

1/6/2010

The [HKEY_LOCAL_MACHINE\Explorer] registry subkey enables you to control the settings for Windows Embedded 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 Embedded 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

Other Resources

Shell Registry Settings