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.

RE: How can I hide a partition of DOM card(CE5.0) by zhizi

zhizi
Tue Apr 10 20:24:02 CDT 2007



"zhizi" wrote:

> 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.
>

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\HDProfile]
"Folder" = "å·²è£?å?¥ç??å?·; delete it, no use!!!

RE: How can I hide a partition of DOM card(CE5.0) by Sankaraj

Sankaraj
Wed Apr 11 04:20:00 CDT 2007

Can u try "Mountflags"=0 as well as 3???
Regards
Ssankarraj

"zhizi" wrote:

>
>
> "zhizi" wrote:
>
> > 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.
> >
>
> [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\HDProfile]
> "Folder" = "å·²è£?å?¥ç??å?·; delete it, no use!!!

RE: How can I hide a partition of DOM card(CE5.0) by zhizi

zhizi
Thu Apr 12 00:16:05 CDT 2007

Thanks, I made it. Just like this:

;HIVE BOOT SECTION

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\HDProfile\Part01]
;Hide the 2nd patition.
"MountHidden"=dword:1

;END HIVE BOOT SECTION

"Sankaraj" wrote:

> Can u try "Mountflags"=0 as well as 3???
> Regards
> Ssankarraj
>
> "zhizi" wrote:
>
> >
> >
> > "zhizi" wrote:
> >
> > > 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.
> > >
> >
> > [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\HDProfile]
> > "Folder" = "å·²è£?å?¥ç??å?·; delete it, no use!!!