【问题标题】:How can I bypass this message when starting the .exe with cmd?How can I bypass this message when starting the .exe with cmd?
【发布时间】:2022-12-01 15:19:27
【问题描述】:

i got following cmd command, i want to start an .exe installer with this, but when i execute it the message after it pops up.

START "DSM-Agent setup..." /WAIT /D %PATH% InstallClient.exe

The Message:

I already tried adding domains or something to the registry but nothing worked. This is in an automation script, so the message is very deal breaking. I hope someone can help me.

Additional Info: The script should run on Windows Server OS The exe is on another server

【问题讨论】:

    标签: cmd exe


    【解决方案1】:

    Are you running it from a network location?

    This is the reason for the message.

    The network share is not trusted by your computer, so it warns you.

    You need to add the network server to your trusted servers:

    In Internet Explorer:

    Internet Options → Security tab

    本地 Intranet → 站点

    检查自动检测 Intranet 网络

    高级 → 将此网站添加到区域:

    输入 → file://path → 确定

    ** 您需要重新启动 explorer.exe 以使更改生效

    【讨论】:

      猜你喜欢
      • 2022-12-27
      • 2022-12-01
      • 2022-12-27
      • 2022-12-02
      • 2022-12-27
      • 2022-12-01
      • 2022-12-01
      • 2022-12-26
      • 2022-12-01
      相关资源
      最近更新 更多