我想通过调用bat文件来卸载软件。它必须是自动的,在卸载过程中无需输入任何参数。如何制作可以按名称卸载软件的bat文件?
PS:我知道使用 WMI 的完美方法,但它需要用户输入:
WMIC product where name="software" call uninstall
windows powershell batch-file uninstall wmi
batch-file ×1
powershell ×1
uninstall ×1
windows ×1
wmi ×1