我想安装10个windows补丁
写批处理文件如下:
@echo off
cd c:\windowspatch
start windows-x86-0210 -p -f
start windows-x86-0211 -p -f
start windows-x86-0212 -p -f
........
start windows-x86-0220 -p -f
cd d:\
@echo 安装完毕
安装时10个补丁一起运行导致无法安装
请问如何让诗歌补丁一个一个安装
请高手解答
写批处理文件如下:
@echo off
cd c:\windowspatch
start windows-x86-0210 -p -f
start windows-x86-0211 -p -f
start windows-x86-0212 -p -f
........
start windows-x86-0220 -p -f
cd d:\
@echo 安装完毕
安装时10个补丁一起运行导致无法安装
请问如何让诗歌补丁一个一个安装
请高手解答
