Share a folder from one winCE 5.0 micro 2440 to another Micro244

Satish babu
Accessing the path on a Windows CE device from another Windows CE device
fails, but accessing that path from a PC using desktop Windows does work.

My project.reg file is.....

    
;
; Copyright (c) Microsoft Corporation.  All rights reserved.
;
;
; Use of this source code is subject to the terms of the Microsoft end-user
; license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
; If you did not accept the terms of the EULA, you are not authorized to
use
; this source code. For a copy of the EULA, please see the LICENSE.RTF on
your
; install media.
;

; Redirector settings
[HKEY_LOCAL_MACHINE\Comm\Redir]
   ; Expose \NETWORK dir for mapped resources
   "RegisterFSRoot"=dword:1


; Set memory thresholds for Hibernate
[HKEY_LOCAL_MACHINE\SYSTEM\Hibernate]
"Bytes"=dword:20000
"Pages"=dword:28

IF BSP_DISPLAY_MQ200 !
; CS_SAVEBITS implemented.  GWES restores screen bits on power on
; Options here are:
;   0 : OAL must deal with saving/invalidating bits between power on/off
;   1 : GWES will restore screen bits on power on
;   2 : Entire screen invalidated on power on
[HKEY_LOCAL_MACHINE\system\gwe]
"PORepaint"=dword:1
ENDIF BSP_DISPLAY_MQ200 !

; Let Start/Settings/Control Panel Auto Expand
[HKEY_LOCAL_MACHINE\Explorer]
    "ExpandControlPanel"=dword:0


[HKEY_LOCAL_MACHINE\Windows CE Tools]
  "Platform"="{c92d7f31-5ebc-4fb4-8a21-9a9f32633ba6}"


[HKEY_LOCAL_MACHINE\Ident]
   "OrigName"="WinCE2"
   "Name"="CEPC2"


[HKEY_LOCAL_MACHINE\Service\SMBServer]
     "AdapterList"="*"
"dll"="smbserver.dll"
"keep"=dword:1
"Order"=dword:9

[HKEY_LOCAL_MACHINE\Services\SMBServer\Shares]
     "UseAuthentication"=dword:0

[HKEY_LOCAL_MACHINE\Services\SMBServer\Shares\Windows]
    "Type"=dword:0
    "Path"="Windows"
    "UserList"="@*;"

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSFlash\FATFS]    
    "Flags"=dword:00000094
    "FormatTFAT"=dword:1
    "EnableWriteBack"=dword:1   
    "MountAsBootable"=dword:1
    "MountAsRoot"=dword:1

I added above bold code to my project.reg file but same issue. (Accessing
the path on a Windows CE device from another Windows CE device fails, but
accessing that path from a PC using desktop Windows does work.)

When i check the Device name using settings it shows ---> Mini2440 

But i changed the name in project.reg as "CEPC2" no use. (Not modified the
name, then manually change the name)

I tried remote admin also but no use...

Please suggest me any another solution for accessing a database to write
and read the data using two windowsCE 5.0  based  boards.