1
0 Comments

I possess an agent.exe program that, upon execution using Windows PowerShell, initiates a server on port number 18383:

> powershell -Command ".\agent.exe"
⇨ http server started on [::]:18383

The command mentioned earlier displays a security dialog box similar to this one:

I am attempting to launch agent.exe using PowerShell with administrator privileges, but I am unable to formulate the correct command.

Could someone provide me with assistance?

Askify Moderator Edited question April 29, 2023