gpt4 book ai didi

c# - 运行进程并获取 "Windows protected your PC"消息

转载 作者:太空宇宙 更新时间:2023-11-03 10:43:24 25 4
gpt4 key购买 nike

我正在运行此代码并收到“Windows 保护您的 PC”消息。有没有办法告诉 Windows 这是一个安全程序并允许它继续?

该消息还指出“Windows SmartScreen 阻止无法识别的应用程序启动。运行此应用程序可能会使您的 PC 面临风险。”

private void runProcess(string exeLocation)
{
var process = Process.Start(exeLocation) // I get error here
process.WaitForExit();
}

最佳答案

此功能旨在保护用户。运行其他“未签名”程序对用户来说可能非常危险。也许这对您有帮助:http://blog.aha-soft.com/windows-smartscreen-prevented-an-unrecognized-app-from-running/

关于c# - 运行进程并获取 "Windows protected your PC"消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24416371/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com