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