批量按照windows补丁的批处理

@echo off
for %%i in (*.exe) do %%i /passive /norestart /nobackup
shutdown -r

此条目发表在待分类分类目录。将固定链接加入收藏夹。