kimsufi安装不同windows系统

大家先安装好linux系统之后按照下面的方式输入命令就可以直接等待安装完成

下面是对应的系统,安装完成之后有对应的账号和密码,复制命令进SSH客户端。
 
Windows 2008 R2 Web Server
Username: Administrator
Password: Password147
wget -O- 'http://mirror.overhost.eu/Windows_Server2008R2_WebServer.gz' | gunzip | dd of=/dev/sda
 
Windows 2008 R2 Datacenter
wget -O- 'http://mirror.overhost.eu/Windows_Server2008R2_Datacenter.gz' | gunzip | dd of=/dev/sda
 
Windows 2008 R2 Enterprise
wget -O- 'http://mirror.overhost.eu/Windows_Server2008R2_Enterprise.gz' | gunzip | dd of=/dev/sda
 
Windows 2008 R2 Standard
wget -O- 'http://mirror.overhost.eu/Windows_Server2008R2_Standard.gz' | gunzip | dd of=/dev/sda
 
Windows Server 2012 R2
wget -O- 'http://mirror.overhost.eu/Windows_Server2012R2.gz' | gunzip | dd of=/dev/sda
 
上面不同版本的server系列用户名和密码是一样的,下面开始注意账户名和密码...
 
Windows 7 Ultimate
Username: Admin
Password: Password147
wget -O- 'http://mirror.overhost.eu/Windows7_Ultimate.gz' | gunzip | dd of=/dev/sda
 
Windows 10 Pro
Username: Admin or CurrentUser/Admin
Password: Password147
wget -O- 'http://mirror.overhost.eu/Windows10_Pro.gz' | gunzip | dd of=/dev/sda
 
Windows 8.1 Pro
wget -O- 'http://mirror.overhost.eu/Windows8.1_Pro.gz' | gunzip | dd of=/dev/sda
 
参考:http://kimsufitemplates.net/

給TA打賞
共{{data.count}}人
人已打賞
服務器運維

LNMP台製面板

2016-7-6 11:44:38

服務器運維

动手搭建DDoS演练:揭秘在线DDoS攻击平台(下)

2016-7-7 18:33:56

0 Reply AAuthor MManager
    暫無討論,說說你的看法吧
搜索