The AllowExternalKernelModeServices parameter controls whether applications can create and run native kernel driver services. The service executable file must exist on the physical file system.

ThinApp does not display the default parameter in the Package.ini file but assigns an initial value that prevents the application from starting a native Windows kernel driver service.

Allowing an Application to Create or Open a Native Windows Kernel Driver Service

You can add the AllowExternalKernelModeServices parameter to the Package.ini file and modify the default value of 0 to 1 to allow the application to create or open a native Windows kernel driver service.

[BuildOptions]
AllowExternalKernelModeServices=1