I have a WinCE 5.00 OS with IPSM 4.0 set up with Hive Registry, does anyone
know how to stop the OS from backing up the Registry on a cold boot. I
believe that it is doing a RegFlushKey when it update the BootCount in the
registry but I can not find any reference to this in the OS source code.
I have check all my device drivers to see if any of them might be calling
RegFlushKey and they are not.
The reason I know that there is a backup of the registry at boot up is
because I added debugging in the OALIoCtlPsmFlashCmd function to show when
writes and erases occur in the IPSM.
Re: Restoring Registry Problem ... Well, RegFlushKey() isn't going to do anything for you, in this situation. ... the registry and then do a warm reboot. ...cold boot built into the OS, ... I am not sure that persisting the registry is ... (microsoft.public.dotnet.framework.compactframework)
Re: How to get SD card/IPSM name ?? ... I have to perform some operations over IPSM of teh device ... ... with the help of this registry I could know about the name of SD card.... I am having some 3-4 types of devices and getting the common registry as ... this registry key is just a way of finding out what the name ... (microsoft.public.windowsce.embedded)
Re: .CAB file issue !! ... While the platform cold boot, the OS will check if pReadRegistryFromOEM ... the os will invoke this function pointer to restore the ... So to prevent the registry read back from Persistent Storage (like IPSM) ... (microsoft.public.windowsce.platbuilder)
Re: IPSM Corruption ... writing anything to the flash, ipsm have to rewrite the content. ... > registry, but use PSM for RAM-based registry storage. ... >> We have recently integrated the new IPSM 3.8 into our CE 5.0 system. ... >> fully load before rebooting the units. ... (microsoft.public.windowsce.platbuilder)
Re: How to get SD card/IPSM name ?? ... search in the registry for references to psmfsd.dll to decide yes/no on PSM ... I have to perform some operations over IPSM of teh device ... ... with the help of this registry I could know about the name of SD card.... this registry key is just a way of finding out what the ... (microsoft.public.windowsce.embedded)