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.
我想编写一个批处理脚本,这样当我运行该批处理脚本时,它会在 1 分钟后自动关闭我的计算机。请 !帮我创建它。
我不确定它的用途,但你去:
@echo off shutdown /t 60
用这个:
“C:\Windows\System32\shutdown.exe”-s -t 60
-s 关闭本地电脑
-t 在 60 秒内