Friday, 23 August 2019

remote access - How to remotely run an application in Windows

I'm trying to run an application using WinRS:


winrs -r:172.19.159.50 -u:my-user -p:my-pass "C:/Program Files/folder/myapp.exe"

But I get this error:



Unhandled Exception: Process is terminated due to StackOverflowException.



I was wondering if there is a way I can solve this or another way to run the app remotely. The local system is Windows Server 2016 and the remote target is a Windows 7 PC.

No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...