USB Flash Config Tool Registry Settings (Windows CE 5.0)

Send Feedback

You can use the registry to configure USB Flash Config Tool for wireless Access Point (AP) or Station (STA) mode. Because USB Flash Config Tool is loaded by Services.exe, the parameters for the technology are located under the HKEY_LOCAL_MACHINE\Services\FlashUSBStart registry key. For a list of the configurable registry settings for Services.exe, see Services.exe Registry Settings.

Access Point Mode Registry Settings

The following code example shows the USB Flash Config Tool registry settings for AP mode.

[HKEY_LOCAL_MACHINE\Services\FlashUSBStart]
   "Context"=dword:0
   "Dll"="USBFlashAPService.dll"
   "Order"=dword:99
   "Keep"=dword:1
   "Prefix"="FAP"
   "Index"=dword:0

Station Mode Registry Settings

The following code example shows the USB Flash Config Tool registry settings for STA mode.

[HKEY_LOCAL_MACHINE\Services\FlashUSBStart]
   "Context"=dword:0
   "Dll"="USBFlashAPService.dll"
   "Order"=dword:99
   "Keep"=dword:1
   "Prefix"="FAP"
   "Index"=dword:0
   "STATION"=dword:1

See Also

USB Flash Config Tool | Services.exe

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.