Background character Microsoft Windows CE v ...... remove:
Source file of Windows ce v and other characters in Windows background text: \ wince500 \ public \ shell \ oak \ HPC \ ceshell \ UI \ shorttopview. cpp
Function: void cdesktopview: paintbackground (HDC) const
: Wsprintf (wszversion, l "Microsoft Windows CE v % d. % 02d (build % d on % s )",
Verinfo. dwmajorversion, verinfo. dwminorversion, verinfo. dwbuildnumber, text (_ date __));
You can try to modify it all at once.
Hide the taskbar and remove the desktop icon:
1. Find the project. reg file and add a registry key column at the end of the file. This registry key hides the taskbar on the Windows CE interface.
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ shell \ autohide]
@ = "1"
2. Open the shell. reg file in the wince500 \ public \ shell \ oak \ Files folder and find the registry:
[HKEY_LOCAL_MACHINE \ Explorer \ Desktop]
"{000214a0-0000-0000-c000-000000000046}" = "My device"
"{000214a1-0000-0000-c000-000000000046}" = "recycle bin"
Comment out the two key values, which correspond to the "my computer" and "recycle bin" on the desktop, so that the two icons can be removed from the desktop.
3. recompile the system and download the test.
When you move the pointer to the bottom of the Windows CE interface, the system automatically slides out of the taskbar.