次の方法で共有


Configuring the File Server Registry (Windows CE 5.0)

Send Feedback

You can use the registry to configure your file server to use a specific network adapter and to add folders to be shared. To make a persistent change to your run-time image, you must modify the project.reg file.

To modify the Project.reg file for the file server

  1. From the Workspace window, choose the ParameterView tab.

  2. Expand the <OS design name> parameters node and navigate to the %_WINCEROOT%\CEPC\Project Specific Files folder.

  3. Double-click project.reg to open the file.

  4. Add the following registry key and values to the bottom of the file:

    [HKEY_LOCAL_MACHINE\Services\Smbserver]
    "AdapterList"="VMINI1"
    [HKEY_LOCAL_MACHINE\Services\Smbserver\Shares\Root]
    "Path"="\\temp"
    "Type"=dword:0
    "UserList"="admin"
    

    This example configures the file server to use VMINI as the network adapter; it specifies "temp" as the path to be shared and "admin" as the user to be allowed access to the file server.

  5. Save and close project.reg.

See Also

How to Configure a File Server | File Server Registry Settings | Sharing Folders Using the File Server

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.