惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
The GitHub Blog
The GitHub Blog
F
Fortinet All Blogs
Cloudbric
Cloudbric
P
Palo Alto Networks Blog
T
Threatpost
T
Tor Project blog
T
Tenable Blog
AWS News Blog
AWS News Blog
Project Zero
Project Zero
L
LangChain Blog
Cyberwarzone
Cyberwarzone
Engineering at Meta
Engineering at Meta
雷峰网
雷峰网
C
CERT Recently Published Vulnerability Notes
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Security Latest
Security Latest
云风的 BLOG
云风的 BLOG
I
Intezer
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
P
Proofpoint News Feed
A
Arctic Wolf
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News
V
Vulnerabilities – Threatpost
C
Cybersecurity and Infrastructure Security Agency CISA
MongoDB | Blog
MongoDB | Blog
aimingoo的专栏
aimingoo的专栏
K
Kaspersky official blog
Jina AI
Jina AI
N
News | PayPal Newsroom
T
The Blog of Author Tim Ferriss
D
DataBreaches.Net
A
About on SuperTechFans
博客园 - 三生石上(FineUI控件)
博客园 - 【当耐特】
Hugging Face - Blog
Hugging Face - Blog
Recorded Future
Recorded Future
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
S
Secure Thoughts
TaoSecurity Blog
TaoSecurity Blog
P
Privacy & Cybersecurity Law Blog
P
Proofpoint News Feed
MyScale Blog
MyScale Blog
IT之家
IT之家
Forbes - Security
Forbes - Security
The Hacker News
The Hacker News
Last Week in AI
Last Week in AI
T
Threat Research - Cisco Blogs
Y
Y Combinator Blog

博客园 - Snowolf_Studio

Microsoft Live Writer Test 测试 Word Blog Test [求助]求大家能够为我提供Real Player的解码文件!! Windows服务控制方法 从Microsoft的第一大单所想到的 [拜年]恭祝大家在狗年旺旺旺! [祝福]2006年新年祝福 Visual C++学习 EnterNet 500中PPPoE故障 Window修复安装注意 计算机科学学习历程 体表面积计算 面向对象的类设计原则 清除RM文件中的弹出广告 外科医师成长之路 Windows 修复安装的教训 在命令模式下的系统还原 conime.exe 文件的秘密 NT的注册表文件存放位置
Windows 2000 的安装命令参数
Snowolf_Studio · 2005-10-16 · via 博客园 - Snowolf_Studio

  Windows 2000有两个安装命令:winnt.exe和winnt32.exe,存放在Windows 2000安装光盘的I386文
件夹中。两个命令所有实现的功能是相同,都用于安装或升级到Windows 2000。
  二者的区别是:winnt.exe用于16位模式的操作系统(DOS、Windows 3.1)环境,而winnt32.exe用于32位模式的操作系统(Windows 9x、Windows NT、Windows 2000)环境。也可以执行Windows 2000安装光盘根目录下的setup.exe,它会调用winnt32.exe命令。
   winnt的命令格式和参数
   winnt [/s:sourcepath] [/t:tempdrive] [/u:answer file][/udf:id [,UDB_file]][/r:folder][/rx:folder][/e:command][/a]
  
  参数说明:
   /s:sourcepath
  指定 Windows 2000 文件的源位置。该位置必须是格式为x:\[path]或\\server\share[\path]的完
整路径。
   /t:tempdrive
  指导安装程序将临时文件放在指定驱动器中,并将Windows 2000安装在该驱动器中。如果没有指定
位置,安装程序将随机选择驱动器。
   /u:answer file
  使用应答文件执行无人参与的安装程序。应答文件提供终端用户在安装期间通常要相应的部分或全
部提示的答案。必须同时使用/s。
   /udf:id [,UDB_file]
  指出安装程序用来指定"唯一数据库"(UDB)文件如何修改应答文件(参阅/u 项)的标识符 (id)。
/udf参数替代应答文件中的值,而标识符决定使用 UDB 文件中的哪个值。如果没有指定 UDB_file,安
装程序将提示您插入包含$Unique$.udb文件的磁盘。
   /r:folder
  指定要安装的可选文件夹。安 装完成后该文件夹仍保留。
   /rx:folder
  指定要复制的可选文件夹。安装完成后删除该文件夹。
   /e: command
  指定要在GUI模式安装的结尾执行的命令。
   /a
  启用辅助选项。

posted @ 2005-10-16 09:58  Snowolf_Studio  阅读(353)  评论()    收藏  举报