Share via


Search Path Registry Settings (Windows Embedded CE 6.0)

1/6/2010

You can extend the default search path that the kernel uses to locate .dll and .exe files.

The following registry key example shows how to extend the search path:

[HKEY_LOCAL_MACHINE\Loader]
   "SystemPath":REG_MULTI_SZ

You can add several additional paths.

This registry value has a maximum length of MAX_PATH characters, including the terminating null character.

A path specified by the OEM is the last path to be searched when locating a .dll or .exe file.

This registry value is read-only when the OS starts.

For more information about these registry settings, see CreateProcess and LoadLibrary.

See Also

Other Resources

Core OS Registry Settings