Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
From the Workspace window, choose the ParameterView tab.
Expand the <OS design name> parameters node and navigate to the %_WINCEROOT%\CEPC\Project Specific Files folder.
Double-click project.reg to open the file.
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.
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