nocix堪萨斯10刀独服DDwindows2012
1.登陆nocix.net服务器后台,点击Reload Operating System
2.选择sysrcd 4.3.1[rescue system],稍等几分钟,会给你的邮箱发送救援模式的信息,其实就是你服务器的IP,密码要回到服务器面板,点击Get Server Credentials 会显示服务器密码。
3.用ssh工具登陆,输入:
wget -O- http://你自己vps做的直链ip/系统包 |gunzip -dc |dd of=/dev/sda
当然,推荐用nat.ee大佬的DD包,直接使用以下代码DDwindows server 2012
wget -O- http://vps0.net/d/natee/win/guajibao/guajibao-winsrv2012r2-data-x64-cn/guajibao-winsrv2012r2-data-x64-cn.vhd.gz |gunzip -dc |dd of=/dev/sda
4.待DD包下载完成后,重新按照2的步骤进入救援模式
5.执行挂载
ntfsfix /dev/sda1
ntfs-3g /dev/sda1 /mnt/windows
6.使用winscp等工具,登陆之后,进入/mnt/windows,在Windows\Setup\Scripts目录 SetupComplete.cmd脚本里修改你的IP信息.
注意取消前面的“::”,这个是注释!
@echo off
net accounts /maxpwage:unlimited
WMIC USERACCOUNT WHERE "Name='Administrator'" SET Disabled=FALSE,PasswordChangeable=TRUE,PasswordExpires=FALSE
Set Static ip and Subnet mask
wmic nicconfig where ipenabled=true call enablestatic(你的IP),(255.255.255.248)
Set Gateways
wmic nicconfig where ipenabled=true call setgateways(你的网关)
del /q /f "%0"
其实就是根据你的邮箱里nocix给你发的邮件里的填写。
7.之后保存,reboot就行了
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。