Hello @חזי אנג'ל
This is likely because you are trying to execute the exe from a network or shared storage. For this , you can add the trusted location in Internet Options:
- Click the Windows icon on the computer and type Internet Options
- Open Internet Options, then click Trusted Sites, and then click the button Sites
- Add the FQDN root location
Other option is to run with the parameter "-NoNewWindow" as in:
"\192.168.1.10\program.exe" -ArgumentList "/q" -Wait -NoNewWindow
Hope this helps with your query,
--
--If the reply is helpful, please Upvote and Accept as answer--