Hi,
I know SIP popup can be disabled by the following registry setting in CE5:
[HKEY_CURRENT_USER\ControlPanel\Sip]
"TurnOffAutoDeploy"=dword:1
But It doesn't work in CE6.
How to disable SIP auto-Popup in CE6?
Thanks.
Eric
|
|
0
|
|
|
|
Reply
|
Utf
|
5/23/2010 11:32:01 AM |
|
The SIP Auto Deploy in CE is due to Windows Controls invoke SHSipPreference
(exported by AYGSHELL.DLL).
So the easiest way is to avoid including AGYSHELL (SYSGEN_AYGSHELL)
But if excluding AYGSHELL is not an option, you may need to modify the
SHSipPreference (PRIVATE\SHELL\SHELLPSL\HAVEAYGSHELL\shellpsl.cpp) to supress
SIP showing up
"Eric_Ma" wrote:
> Hi,
> I know SIP popup can be disabled by the following registry setting in CE5:
> [HKEY_CURRENT_USER\ControlPanel\Sip]
> "TurnOffAutoDeploy"=dword:1
> But It doesn't work in CE6.
> How to disable SIP auto-Popup in CE6?
>
> Thanks.
> Eric
>
>
|
|
0
|
|
|
|
Reply
|
Utf
|
5/24/2010 6:05:01 AM
|
|