Remvoing an item from Start menu

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Programmatically how can I remove "Find" and "Help" options in start menu
from Pocket PC 2003. Is there any registry setting that needs to be deleted?

I have noticed that find/help short cuts are not part of \windows\start
menu\ path either.

Thanks,
Naresh
 
It's probably controlled via the registry, yes. Capture the registry with
those items present, as a baseline, with Remote Registry Editor, then make
the change to the menu using the Control Panel on the device and capture the
registry again. Use a comparison program on your PC to see what the
differences are and set those with your code and you should have something
close. You may still have to notify the shell that you've made that change,
but maybe not...

Paul T.
 
Back
Top