加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

Windows Loader的静默安装参数

(2013-03-16 19:31:33)
标签:

it

分类: 杂文

Windows Loader有啥用就不介绍,下面的参数来自软件自动的说明文件,有静默安装的参数,网管在自动安装时会方便很多

 

/silent
 Turns on silent mode

开启静默安装方式

 

 

/restart
 Restart the OS after install (used with /silent)

安装后重启(与/silent联用)

 

/norestart
 Prevents system restart after successful installation

防止重启

 

/preactivate
 This just helps the loader decide on it's environment

有软件根据环境自动激活

 

/bios
 Force the application to install just the certificate and serial

指定BIOS

 

/loader
 Force the application to install the loader

强制安装loader

 

/relocate
 This forces the loader to relocate the RSDP if it's required

 

/disable4
 This will prevent the loader from using type 4 memory

 

/disable3
 This will prevent the loader from using type 3 memory

 

/legacy
 This will install the loader using the legacy mode

 

/ignore
 The loader will ignore the systems existing SLIC

忽略存在的Slic

 

/swap
 Install the loader without changing your systems boot code

 

/k=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
 Set the Windows 7/2008/Vista key

指定Coa 序号

 

/c=
 Set the certificate (use the name of a certificate from the certificates folder or from the SLIC list)

 

/s=
 Set the SLIC (Acer, Advent, Alienware, AOC, Aquarius, Asus, AT Computers, BEKO, BenQ, BGH e-Nova, ByteSpeed, Casper, CCE, Chuangzhicheng, Crea, Dealin, Dell, Digimer, Equus, Excimer, EXO, Exper, EXTRA Computer GmbH, Founder, FSC, Fujitsu, Genuine, Gigabyte, Haier, Hannspree, Hasee, HCL, Higrade, HP, Hyrican, Impression Computers, INSYS, Itautec, Jetway, Jooyon, Kraftway, KSystems, Lanix, Lenovo, LG, MA Technology, Medion, MiTAC, MSI, Mustek, NEC, Nokia, Olidata, ONKYO, Panasonic, Paradigit, Philco, Positivo, PowerSpec, Qbex, Quanmax, RM Education, Samsung, Sony, Stone, Synnex, Systemax, Tarox, Tongfang, Toshiba, Trigem, Twinhead, Velocity, Vestel, Viewsonic, Viliv, Western Digital, Wortmann, Xplore, Zoostorm)

======

* If you don't set the certificate it will default to your BIOS's model
* If you don't set the SLIC it will default to your BIOS's model
* If you don't set the key it will default to your BIOS's model and the correct one for the OS (Ultimate, Professional, Starter or Home Premium)
* You can use these arguments via SetupComplete.cmd to pre-activate Windows 7/Vista/Server 2008
======

 

Example:
"D:\Windows Loader.exe" /silent /restart /k=342DG-6YJR8-X92GV-V7DCV-P4K27 /c=Acer /s=Acer


SetupComplete.cmd Example:


@ECHO OFF
%~dp0"Windows Loader.exe" /silent /preactivate
cd %~dp0
attrib -R -A -S -H *.*
SHUTDOWN /R /T 5
RMDIR /S /Q "%WINDIR%\Setup\Scripts"
exit

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有