Wince hides the taskbar, removes desktop icons, and desktop backgrounds

Source: Internet
Author: User

 

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.