Share via


USB Flash Config Tool Registry Settings (Windows Embedded CE 6.0)

1/6/2010

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

Other Resources

USB Flash Config Tool
Services.exe