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.
我正在使用 wmic 中的卸载命令来卸载程序。name=prg_name 调用卸载的产品
当它执行时,它会提示用户按“Y/N”。我想将其自动化,以便始终将“Y”作为默认值。您能否给出确切的命令来做到这一点?
添加 /nointeractive 开关。