- 积分
- 975
- 最后登录
- 2021-3-6
- 精华
- 0
- 阅读权限
- 40
- 主题
- 20
- UID
- 4527296
- 帖子
- 2438
- PB币
- 2977
- 威望
- 0
- 贡献
- 0
- 技术
- 10
- 活跃
- 917
  
- UID
- 4527296
- 帖子
- 2438
- PB币
- 2977
- 贡献
- 0
- 技术
- 10
- 活跃
- 917
|
发表于 2015-12-2 16:49:19
|显示全部楼层
KMSpico OEM_v10.1.9版,实用于集成到系统镜像中。
Clean.cmd文件内容:
@ECHO OFF
RMDIR /S /Q "C:\Windows\Setup\Scripts"
RD /S /Q "C:\Windows\Setup\Scripts"
exit
SetupComplete.cmd文件内容:
@ECHO OFF
pushd "%~dp0"
start /wait KMSpico_setup.exe /verysilent /noicons
regedit /s RunOnce.reg
timeout /t 120
shutdown -r -t 0
popd
exit
RunOnce.reg文件内容:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce]
"01-ReActivate"="C:\\Program Files\\KMSpico\\KMSELDI.exe /silent"
"02-Clean"="C:\\Windows\\Setup\\Scripts\\Clean.cmd"
|
|