新汇科技

查看: 1689|回复: 0

DD Windows 一键脚本

[复制链接]

21

主题

24

帖子

177

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
177
发表于 20:00 | 显示全部楼层 |阅读模式
129341257.jpg

说明
  • 无限制全自动dd安装Windows;
  • 突破没有VNC,没有救援模式,内存比dd包小的限制;
  • 使用Debian Live CD中的busybox做中间媒介,经过复杂的处理使本机的网络参数传进Windows操作系统中;
  • 即使没有DHCP能够让Windows获取网络参数,也能让Windows操作系统在开机的第一时间能够连通网络;
  • 本站所提供的脚本及安装包均来源于网络并通过测试;
  • 特别注意:脚本不适用于OpenVZ构架的服务器,请勿尝试;

安装依赖
更新系统
  1. #Debian/Ubuntu:
  2. apt-get update

  3. #RedHat/CentOS:
  4. yum update
复制代码

必要依赖
  1. #Debian/Ubuntu:
  2. apt-get install -y xz-utils openssl gawk file

  3. #RedHat/CentOS:
  4. yum install -y xz openssl gawk file
复制代码

一键脚本
示例脚本,补全DD包直连地址后运行即可;
  1. wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd '[Windows DD包直链地址]'
复制代码

精简版DD包
如果没有自己的DD包,可以使用博主提供的包,从以下版本中选择自己需要的系统,然后输入一键脚本即可;
  1. # DD Windows Server 2008 R2 64位 精简版 [账户Administrator密码nat.ee]
  2. wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win_Server2008R2_sp1_64_Administrator_nat.ee.gz'

  3. # DD Windows Server 2012 R2 64位 精简版 [账户Administrator密码nat.ee]
  4. wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win_Server2012R2_64_Administrator_nat.ee.gz'

  5. # DD Windows Server 2019 64位 精简版 [账户Administrator密码WinSrv2019dc-Chinese]
  6. wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win_Server2019_64_Administrator_WinSrv2019dc-Chinese.gz'

  7. # DD Windows7 32位 精简版 [账户Administrator密码nat.ee]
  8. wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win7_86_Administrator_nat.ee.gz'

  9. # DD Windows7 sp1 64位 企业精简版 [账户Administrator密码nat.ee]
  10. wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win7_sp1_64_Administrator_nat.ee.gz'

  11. # DD Windows8.1 64位 专业精简版 [账户Administrator密码nat.ee]
  12. wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win8.1_64_Administrator_nat.ee.gz'

  13. # DD Windows10 2016LTSB 64位 企业深度精简版 [账户Administrator密码nat.ee]
  14. wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win10_2016LTSB_64_Administrator_nat.ee.gz'

  15. # DD Windows10 2019LTSC 64位 企业适量精简版 [账户Administrator密码Vicer]
  16. wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win10_2019LTSC_64_Administrator_Vicer.gz'
复制代码
完整版DD包
  1. # DD Windows Server 2012 R2 Datacenter 64位 [账户administrator密码Password147]
  2. wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Whole/cn_windows2012r2_administrator_Password147.gz'

  3. # DD Windows Server 2016 Datacenter 64位 [账户administrator密码Password147]
  4. wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Whole/cn_windows2016_administrator_Password147.gz'

  5. # DD Windows Server 2019 Datacenter 64位 [账户administrator密码Password147]
  6. wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Whole/cn_windows2019_administrator_Password147.gz'

  7. # DD Windows Server 2022 Datacenter 64位 [账户administrator密码Teddysun.com]
  8. wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Whole/Win_Server2022_20344.1_x64_administrator_Teddysun.com.gz'

  9. # DD Windows10 Pro 20h1 19043.928 64位 [账户administrator密码Teddysun.com]
  10. wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Whole/Win10_Pro_20h1_19043.928_x64_administrator_Teddysun.com.gz'

  11. # DD Windows10 Pro 20h2 19042.630 64位 [账户administrator密码Teddysun.com]
  12. wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Whole/Win10_Pro_20h2_19042.630_x64_administrator_Teddysun.com.gz'

  13. # DD Windows7 sp1 64位 [账户Administrator密码nat.ee]
  14. wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Whole/Win7_sp1_64_Administrator_nat.ee.gz'

  15. # DD Windows8.1 64位 [账户Administrator密码nat.ee]
  16. wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Whole/Win8.1_64_Administrator_nat.ee.gz'

  17. # DD Windows10 LTSC 64位 [账户Administrator密码nat.ee]
  18. wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Whole/Win10_LTSC_64_Administrator_nat.ee.gz'
  19. Oracle甲骨文
  20. 此DD包仅适用于Oracle甲骨文DD安装Windows使用;(注意:不适用于新出的ARM框架机型)

  21. # DD Windows7 sp1 64位 企业精简版 [账户Administrator密码nat.ee]
  22. wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Oracle_Win7_sp1_64_Administrator_nat.ee.gz'

  23. # DD Windows8.1 64位 企业精简版 [账户Administrator密码nat.ee]
  24. wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Oracle_Win8.1_64_Administrator_nat.ee.gz'

  25. # DD Windows10 2016LTSB 64位 企业深度精简版 [账户Administrator密码nat.ee]
  26. wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Oracle_Win10_2016LTSB_64_Administrator_nat.ee.gz'

  27. # DD Windows Server 2008 R2 64位 精简版 [账户Administrator密码nat.ee]
  28. wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Oracle_Win_Server2008R2_sp1_64_Administrator_nat.ee.gz'

  29. # DD Windows Server 2012 R2 64位 精简版 [账户Administrator密码nat.ee]
  30. wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallN
复制代码


免责声明:本站提供的软件仅供学习交流使用,所有资源请在下载后24小时内删除。软件版权属于原软件开发公司所有. 如用于商业用途请联系软件版权所有公司购买正式商业版软件. 否则产生的法律及相关问题责任由使用人自行负责。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

 
 
开户咨询
业务咨询
技术咨询
合作咨询
信号跟单群:
信号跟单群
信号跟单群:
信号跟单群
工作时间:
8:00-18:00
QQ客服:
2324108232

手机版|新汇科技

GMT+8, 22:21

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表