全球主机交流论坛

标题: 我想DD一台VIR的瘸腿机 [打印本页]

作者: Shinjuku    时间: 2023-2-21 11:05
标题: 我想DD一台VIR的瘸腿机
CPU 3核,内存很大,其余瘸腿,我想DD WINDOWS做远程备用

论坛的好友们,可否给个DD教程,谢谢!
作者: lzlancom    时间: 2023-2-21 11:09
后台好像有win镜像吧
作者: zxxx    时间: 2023-2-21 11:10
多大硬盘的
作者: aa8    时间: 2023-2-21 11:12
12.21刀已经dd了很香
作者: Shinjuku    时间: 2023-2-21 11:19
zxxx 发表于 2023-2-21 11:10
多大硬盘的

10G
作者: 钱宗鑫    时间: 2023-2-21 11:38
后台不是可以安装Windows嘛?为什么还要DD
作者: Shinjuku    时间: 2023-2-21 11:41
钱宗鑫 发表于 2023-2-21 11:38
后台不是可以安装Windows嘛?为什么还要DD


windows 7  windows 10这种
作者: zxxx    时间: 2023-2-21 11:44
Shinjuku 发表于 2023-2-21 11:19
10G

可能需要个精简的镜像了
作者: yanaxiao    时间: 2023-2-21 11:44
  1. wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd '[Windows dd包直连地址]'
复制代码

作者: irony    时间: 2023-2-21 11:50
3核+大内存不错呀,如果价格便宜,vir dd win很简单的,用标准的萌咖脚本就行
作者: Shinjuku    时间: 2023-2-21 11:55
yanaxiao 发表于 2023-2-21 11:44

DD包直连地址呢
作者: zxxx    时间: 2023-2-21 12:10
Shinjuku 发表于 2023-2-21 11:55
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 2016 64位 精简版 [账户Administrator密码nat.ee]
  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_Server2016_64_Administrator_nat.ee.gz'

  7. # DD Windows Server 2019 64位 精简版 [账户Administrator密码WinSrv2019dc-Chinese]
  8. 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'

  9. # DD Windows Server 2022 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/Win_Server2022_64_Administrator_nat.ee.gz'

  11. # DD Windows7 32位 精简版 [账户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/Win7_86_Administrator_nat.ee.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/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/Win8.1_64_Administrator_nat.ee.gz'

  17. # DD Windows10 2016LTSB 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/Win10_2016LTSB_64_Administrator_nat.ee.gz'

  19. # DD Windows10 2019LTSC 64位 企业适量精简版 [账户Administrator密码Vicer]
  20. 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'
复制代码

作者: 大炮    时间: 2023-2-21 12:11
我1.11刀的都DD成win7了,备用爽的很。
作者: Shinjuku    时间: 2023-2-21 12:11
zxxx 发表于 2023-2-21 12:10

感谢大佬,牛逼
作者: zxxx    时间: 2023-2-21 12:12
Shinjuku 发表于 2023-2-21 12:11
感谢大佬,牛逼
  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'
复制代码





欢迎光临 全球主机交流论坛 (https://hostloc.gdisk.cf/) Powered by Discuz! X3.4