WorkBuddy更新后,Windows ACP(Agent Control Policy)安全策略拦截了所有.exe文件的启动,导致Python、Node.js等外部程序完全无法调用。PowerShell中执行python.exe、bash.exe等命令均被拦截,错误提示:"Direct native executable launch from PowerShell can create a visible console window in Windows ACP mode"。
这个问题导致以下核心功能全部失效:
影响范围:所有依赖外部程序执行的数据处理工作流。更新前一切正常,更新后直接瘫痪。
诉求:
相似问题