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
加载中,请稍候......