QUESTION :
I have an agent.exe
, when run with Windows PowerShell, starts a server on port 18383
:
> powershell -Command ".agent.exe"
⇨ http server started on [::]:18383
Above command, pops up a security dialog like this:
Following this post and its comments, I try to run agent.exe
with PowerShell with admin privileges, but I cannot figure out how to compose my command. Can anybody help?
ANSWER :