 RunNative can launch native programs.
 
 Usage: RunNative [-dr] <FullPath\NativeApp> [Parameters]
Parameters: d = show NativeApp's exit code
            r = register new process and thread in LPC server
If you specify -r switch you can run any application.

 Current directory should be the directory where NativeApp
is located. You can copy RunNative.exe to your PATH.

Examples:
 In the directory where NtExample.exe is located type:
  PathTo\RunNative.exe -d NtExample.exe d3 -Q1
 If RunNative.exe is in PATH then in the directory where
 WinWord.exe is located type:
  RunNative.exe -rD WinWord.exe

Notes:
 Running AutoChk.exe will succeed but nothing happens.
 Running smss.exe will crash system (SYSTEM_PROCESS_TERMINATED)
because it can't create important event.
 os2ss.exe will succeed only when os2srv.exe was/is
present in the system and when there is no other os2ss.exe
instance.
 csrss.exe gives IO_PRIVILEGE_FAILED and then it goes idle (can
be terminated).