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.
我正在编写批处理脚本来自动化产品测试。产品安装完成后,我需要强制计算机不要重启。有没有办法用批处理脚本来做到这一点?感谢阅读
试试shutdown -a。它将中止关机过程。
shutdown -a