OVHcloud DD 重装Windows系统

黑五买了一台ks-le-1 性能碾压老款

CPU : Intel Xeon E3-1245v2
内存: 32 GB DDR3 ECC
硬盘: 2 x 960 GB SSD SATA Soft RAID
网络:IPv4 上下G口 IPv6 上下G口
流量:不限

/posts/7c5ec4ef/images/pClbyw9-752x1024.jpg

https://paste.spiritlhl.net/code/0WRQ0s.txt

准备工作

Linux玩够了再来DD Windows

首选要做一些前期工作

  1. 关闭ovh监控

  2. 启动救援模式

  3. 重启进去救援系统

  4. 等待邮件发来救援系统登录信息

  5. 利用SSH工具登录系统

查看硬盘标识

1
fdisk -l

一般都是sda为第一硬盘,确认无误即可

DD Windows10 LTSC

1
wget -O- 'https://oss.sunpma.com/Windows/Win10_2021LTSC_64_Administrator_nat.ee.gz' | gunzip | dd of=/dev/sda

等待完成之后从ovh面板将救援模式调回硬盘启动并重启

/posts/7c5ec4ef/images/Screenshot_20230108-123405-512x1024.jpg

更多系统镜像

1
2
# DD Windows Server 2008 R2 64位 精简版 [账户Administrator密码nat.ee]
wget -O- 'https://oss.sunpma.com/Windows/Win_Server2008R2_sp1_64_Administrator_nat.ee.gz' | gunzip | dd of=/dev/sda
1
2
# DD Windows Server 2012 R2 64位 精简版 [账户Administrator密码nat.ee]
wget -O- 'https://oss.sunpma.com/Windows/Win_Server2012R2_64_Administrator_nat.ee.gz' | gunzip | dd of=/dev/sda
1
2
# DD Windows Server 2016 64位 精简版 [账户Administrator密码nat.ee]
wget -O- 'https://oss.sunpma.com/Windows/Win_Server2016_64_Administrator_nat.ee.gz' | gunzip | dd of=/dev/sda
1
2
# DD Windows Server 2019 64位 精简版 [账户Administrator密码WinSrv2019dc-Chinese]
wget -O- 'https://oss.sunpma.com/Windows/Win_Server2019_64_Administrator_WinSrv2019dc-Chinese.gz' | gunzip | dd of=/dev/sda
1
2
# DD Windows Server 2022 64位 精简版 [账户Administrator密码nat.ee]
wget -O- 'https://oss.sunpma.com/Windows/Win_Server2022_64_Administrator_nat.ee.gz' | gunzip | dd of=/dev/sda
1
2
# DD Windows7 32位 精简版 [账户Administrator密码nat.ee]
wget -O- 'https://oss.sunpma.com/Windows/Win7_86_Administrator_nat.ee.gz' | gunzip | dd of=/dev/sda
1
2
# DD Windows7 sp1 64位 企业精简版 [账户Administrator密码nat.ee]
wget -O- 'https://oss.sunpma.com/Windows/Win7_sp1_64_Administrator_nat.ee.gz' | gunzip | dd of=/dev/sda
1
2
# DD Windows8.1 64位 专业精简版 [账户Administrator密码nat.ee]
wget -O- 'https://oss.sunpma.com/Windows/Win8.1_64_Administrator_nat.ee.gz' | gunzip | dd of=/dev/sda
1
2
# DD Windows10 2016LTSB 64位 企业深度精简版 [账户Administrator密码nat.ee]
wget -O- 'https://oss.sunpma.com/Windows/Win10_2016LTSB_64_Administrator_nat.ee.gz' | gunzip | dd of=/dev/sda
1
2
# DD Windows10 2019LTSC 64位 企业深度精简版 [账户Administrator密码nat.ee]
wget -O- 'https://oss.sunpma.com/Windows/Win10_2019LTSC_64_Administrator_nat.ee.gz' | gunzip | dd of=/dev/sda
1
2
# DD Windows10 2021LTSC 64位 企业深度精简版 [账户Administrator密码nat.ee]
wget -O- 'https://oss.sunpma.com/Windows/Win10_2021LTSC_64_Administrator_nat.ee.gz' | gunzip | dd of=/dev/sda

激活系统

win+X 选择管理员命令窗口

安装密钥

1
slmgr -ipk M7XTQ-FN8P6-TTKYV-9D4CC-J462D

更换kms服务器

1
slmgr -skms kms.03k.org

激活

1
slmgr -ato

确认激活信息

1
slmgr -dlv

至此kms激活180天(待半年后再次激活续命)

Hunter 支付宝支付宝
Hunter 微信微信
0%