Disable the Hourglass Wait Cursor
Windows CE sometimes shows an hourglass icon in the center of the screen, e.g. when loading a large .NET application.
This wait cursor can be disabled by adding the following registry value:
[HKEY_LOCAL_MACHINE/System/GWE]
"DelayCursorTimerQuantum" = dword:ffffffff
Don't forget to save the registry.