Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个自动化系统,我需要使用脚本、PowerShell 或其他方式启动 appx 应用程序,而无需人工干预(单击或触摸)。有什么办法吗?我有什么选择?
您是否尝试过调用项目或运行基本的批处理命令?
Invoke-item 将运行该项目的默认行为,因此 exe 应该打开应用程序