jborean93 / pypsrp

PowerShell Remoting Protocol for Python
MIT License
324 stars 49 forks source link

Not in background execution #150

Closed FubiCoder closed 2 years ago

FubiCoder commented 2 years ago

Hello,

despite many attempts, I cannot figure out running an executable in windowed mode using pypsrp.client.Client. The started process is all the time in background mode and I cannot manipulate it via the GUI (it is a setup executable). Is there a way to do so using pypsrp or should I use another library/protocol ? I also need to run the executable as administrator.

I'm sorry if this is not the good way to ask such question I'm a brand new GitHub user.

Regards, Fubi

FubiCoder commented 2 years ago

After further investigations, the problem is somewhere else: https://serverfault.com/questions/690852/use-powershell-to-start-a-gui-program-on-a-remote-machine

Please forget my request