我正在尝试使用 powershell 脚本卸载 google chrome,但它会弹出一个窗口让我选择卸载/取消。我该如何通过选择卸载按钮来抑制这种情况?
Set-Location 'path\to\my\chrome'
.\chrome.exe -ArgumentList '/uninstall', '/silent', '/nointeractive' -Wait
我正在尝试使用 powershell 脚本卸载 google chrome,但它会弹出一个窗口让我选择卸载/取消。我该如何通过选择卸载按钮来抑制这种情况?
Set-Location 'path\to\my\chrome'
.\chrome.exe -ArgumentList '/uninstall', '/silent', '/nointeractive' -Wait