Execuse me, I created two partitions on my DOM card, and my CE5.0
system image uses Hive-based registry, the registry files are placed in 1st
partition automatically when windows CE start.Now, I want to hide only 1st
partition in explorer:
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles]
"AutoMount" = dword:1
"AutoPart" = dword:0
"AutoFormat" = dword:0
"MountFlags" = dword:2
"DefaultFileSystem" = ""
"PartitionDriverName" = "mspartl"
"Folder" = "å·²è£?å?¥ç??å?·"
"ActivityEvent" = "PowerManager/ActivityTimer/SystemActivity"
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\HDProfile]
"MountHidden"=dword:1 ; // added by ZHIZI on 2007-04-10 16:19
"Name" = "IDE Hard Disk Drive"
"Folder" = "ç£?ç??"
"Folder" = "å·²è£?å?¥ç??å?·"
"MountAsBootable" = dword:1
Howewer, the 2 partitions can all be seen in explorer. In Windows CE
5.0 MSDN, I found that "MountHidden" Specifies a hidden file system, set to 1
to enable. But I don't know why it doesn't take effect. Help me, please.