according to this page,
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceddk40/html/cxconpccarddriverregistrysettings.asp
I can hide a pcmcia slot from user interaction. but it is not very clear...
where exactly should I put it in? and is it a KEY, or a VALUE? the page say
KEY...
and I see three possible location
[HKEY_LOCAL_MACHINE\Drivers\PCCARD]
[HKEY_LOCAL_MACHINE\Drivers\PCCARD\PCMCIA]
[HKEY_LOCAL_MACHINE\Drivers\PCMCIA]
and I am using wince5.0.

Re: NoAccess in pcmcia reg by Piet

Piet
Wed Nov 30 05:16:47 CST 2005

This is the one.

[HKEY_LOCAL_MACHINE\Drivers\PCMCIA]
"NoAccess0"=dword:1
"NoAccess1"=dword:1

But I'm not sure what you mean by "hide a pcmcia slot from user
interaction".
The keys indicate that the user cannot reach the slots, which has some
effect on poweron/poweroff of the cards. I don't quite recall the exact
meaning. I've had to use them a couple of years ago (4.2 it was, mind
you), I think it was to prevent the driver from automatically powering
up the card on resume.

Regards,
Piet


Re: NoAccess in pcmcia reg by mobilevil

mobilevil
Wed Nov 30 09:29:57 CST 2005

thanks. so it is a value and the doc was wrong.

--
-----------------------------------------------------------
??? ??? ??? kachun ??
"Piet" <pietdesomere@yahoo.com> wrote in message
news:1133349407.012296.158450@g43g2000cwa.googlegroups.com...
> This is the one.
>
> [HKEY_LOCAL_MACHINE\Drivers\PCMCIA]
> "NoAccess0"=dword:1
> "NoAccess1"=dword:1
>
> But I'm not sure what you mean by "hide a pcmcia slot from user
> interaction".
> The keys indicate that the user cannot reach the slots, which has some
> effect on poweron/poweroff of the cards. I don't quite recall the exact
> meaning. I've had to use them a couple of years ago (4.2 it was, mind
> you), I think it was to prevent the driver from automatically powering
> up the card on resume.
>
> Regards,
> Piet
>