PsExec hang while being executed from a very simple c# or c++ gui program compiled as “windows application”

前端 未结 6 812
日久生厌
日久生厌 2021-01-18 12:04

I am experiencing PsExec hang while being executed from a very simple c# or c++ gui program compiled as \"windows application\" (not as \"console application\"). Under sect

6条回答
  •  春和景丽
    2021-01-18 12:10

    Please also set the WorkingDirectory property on startInfo, as Sysinternals utilities use run-time unpacking of files and the kernel is unable to find the unpacked (real) exectutable file.

提交回复
热议问题