start remote process within the context

前端 未结 2 566
小鲜肉
小鲜肉 2020-12-03 22:53

I am wondering how to start process remotely within the users context like he started it. Let me explain. I know how to start process remotely, so for example I want to star

2条回答
  •  春和景丽
    2020-12-03 23:53

    You cannot start interactive processes using WMI or PowerSHell remoting. This is a security limitation/feature. You need to use PSExec if you want to start remote interactive processes.

提交回复
热议问题