Dear all :
My environment is WinCE50. the file "platform.reg" has the
context.( see the bottom )
I have 2 FAT partition entries for flash disk, the WinCE50 will auto
name those :
"MyFlashDisk1", "MyFlashDisk2"

Today, I wanna auto name those : "MyFlashDisk" and "HideMyFlashDisk".
Does any registry help to finish this job?

Thanks for your help.


----------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Drivers\BlockDevice\FlashDrv]
"Prefix"="DSK"
"Dll"="FLASHDRV.dll"
"Order"=dword:0
"Ioctl"=dword:4
"Profile"="FlashDrv"
"FriendlyName"="MS Flash Driver"
"MountFlags"=dword:11
"BootPhase"=dword:0

; Bind BINFS to the block driver
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDrv]
"DefaultFileSystem"="BINFS"
"PartitionDriver"="mspart.dll"
"AutoMount"=dword:1
"AutoPart"=dword:1
"MountFlags"=dword:11
"Folder"="MyFlashDisk"
"Name"="Microsoft Flash Disk"
"BootPhase"=dword:0
--------------------------------------------------------------------------------------------------------

RE: Rename MyFlashDisk while existing 2 FAT partition entries above ? by desik

desik
Mon Jul 24 04:28:01 CDT 2006


rename your disk and read registry.
You can copy the registry key to your platform.reg

"é?¿é??西" wrote:

> Dear all :
> My environment is WinCE50. the file "platform.reg" has the
> context.( see the bottom )
> I have 2 FAT partition entries for flash disk, the WinCE50 will auto
> name those :
> "MyFlashDisk1", "MyFlashDisk2"
>
> Today, I wanna auto name those : "MyFlashDisk" and "HideMyFlashDisk".
> Does any registry help to finish this job?
>
> Thanks for your help.
>
>
> ----------------------------------------------------------------------------------------------
> [HKEY_LOCAL_MACHINE\Drivers\BlockDevice\FlashDrv]
> "Prefix"="DSK"
> "Dll"="FLASHDRV.dll"
> "Order"=dword:0
> "Ioctl"=dword:4
> "Profile"="FlashDrv"
> "FriendlyName"="MS Flash Driver"
> "MountFlags"=dword:11
> "BootPhase"=dword:0
>
> ; Bind BINFS to the block driver
> [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDrv]
> "DefaultFileSystem"="BINFS"
> "PartitionDriver"="mspart.dll"
> "AutoMount"=dword:1
> "AutoPart"=dword:1
> "MountFlags"=dword:11
> "Folder"="MyFlashDisk"
> "Name"="Microsoft Flash Disk"
> "BootPhase"=dword:0
> --------------------------------------------------------------------------------------------------------
>
>