天极Yesky
  • 笔记本电脑
    笔记本
  • 台式电脑
    台式机
  • 手机
    手机
  • 电脑硬件DIY
    DIY硬件
  • CPU
    主板
    音箱
  • 硬盘
    显卡
    键鼠
  • 内存光驱
    显示器
    机箱电源

  • 数码相机DC
    数码相机
  • MP3播放器
    MP3/MP4
  • 数码摄像机DV
    摄像机
  • 电脑外设
    外设
  • 网络
    网络
  • 服务器
    服务器
  • 数字家庭
    数字家庭
  • 群乐
    群乐
  • 产品报价 行情 商家 新闻 评测 | 软件 设计 网页 开发 安全 论坛 E时代 游戏 图片 壁纸 下载 网摘 博客 索尼专区 Vista 科技奥运
    天极网
    Unattended install of multiple Windows 2000 hotfixes
    作者: David Pye
    出处:
    责任编辑:
    [ 2004-06-17 19:06 ]


    This tip was submitted to the SearchWin2000 Tip Exchange by member Kenneth Bryant. Let other users know how useful it is by rating the tip below.


    You can easily create an unattended install of multiple Windows 2000 hotfixes with only one reboot by using specific hotfix switches and the Microsoft qchain.exe utility. This utility is available here.

    Just run this .bat file with Task Scheduler or an AT command:

    • REM -z Do not reboot
    • REM -q Quiet Mode -- no user interface
    • REM -m Unattended mode
    • REM Terminal Services Licensing Enhancements Update
      q287687_w2k_sp3_x86_en.exe -z -q -m
    • REM RSVP Service Provider Update
      Q300980_W2K_SP3_x86_en.EXE -z -q -m
    • REM PMTU Detection Update
      Q301337_W2k_SP3_x86_en.exe -z -q -m
    • REM Security Rollup Package January 2002
      w2kSP2SRP1.exe -z -q -m
    • REM Unchecked Buffer in SNMP Service
      Q314147_W2K_SP3_X86_EN.exe -z -q -m
    • REM Java Applet Can Redirect Browser Traffic
      Q300845_W2K_SP3_X86_EN.exe -z -q -m
    • qchain.exe

    • REM Reboot Now
    • pause
    • shutdown /R /T:05
    笔名:
    请您注意:

     遵守国家有关法律、法规,尊重网上道德,承担一切因您的行为而直接或间接引起的法律责任。

     天极网拥有管理笔名和留言的一切权利。
    相关内容