newifi mini安裝KMS服務器,激活win10

安裝環境:linux

路由:newifi mini 刷了pandoraboxgit

激活win10版本: 企業版2015 LTSBweb

首先下載vlmcsdshell

官方開發者的下載地址瀏覽器

https://forums.mydigitallife.info/threads/50234-Emulated-KMS-Servers-on-non-Windows-platformsbash

解壓文件,須要的是裏面的\binaries\Linux\mips\little-endian\uclibc\vlmcsd-mips32el-openwrt-uclibc服務器

把這個文件想辦法放到路由的/usr/sbin目錄下,其它目錄也能夠ssh

pandorabox裏沒有sftp,可是有wget和scp,對pandorabox不是很熟悉,應該還有其它方式。測試

若是是linux系統,開啓sshd服務,而後在路由的webshell上執行this

上傳文件到路由
scp foo@192.168.1.2:/home/foo/vlmcsd/vlmcsd-mips32el-openwrt-uclibc /usr/sbin

更名
cd /usr/sbin
mv vlmcsd-mips32el-openwrt-uclibc vlmcsd

看一下有沒執行權限
ls -l vlmcsd

啓動
/usr/sbin/vlmcsd 
默認不加任何參數就能夠了,網上搜索到有-i 加配置文件, -l 加log文件的,看須要了,更多的參數說明在/man目錄下

開機啓動的話,把
/usr/sbin/vlmcsd
添加到啓動項的
exit 0前面,就像這樣
# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.

/usr/sbin/vlmcsd

exit 0

測試kms服務器

解壓的目錄裏的\binaries\Windows\intel

有 vlmcs-Windows-x64.exe 和 vlmcs-Windows-x86.exe

在CMD運行這個命令,後面接路由的IP

vlmcs-Windows-x64.exe 192.168.1.1

若是成功的話會有

Connecting to 192.168.1.1:1688 ... successful
Sending activation request (KMS V4) 1 of 1 -> 05426-00206-164-768912-03-1046-9200.0000-2082015
這樣的顯示

激活win10

管理員模式運行cmd

slmgr -ipk XXXXX-XXXX-XXXX-XXXXX-XXX  (這個key搜一下就有了,各版本的win10不一樣)

slmgr -skms 192.168.1.1 (路由的IP)

slmgr -ato

應該就OK了

本身建kms服務器的話就沒必要擔憂一些下載下來的激活軟件夾帶一些私貨,會改瀏覽器首頁或者彈廣告更甚至有木馬流氓軟件等東西,用過的kmspico 和 heu kms activator ,即便上官網上下載的,這兩個都會被MSE報毒。網上的一些kms服務器也不知道何時就不能用了,kms一次激活能堅持180天。

若是想外網共享這個服務器的話,路由上作1688的端口映射,另外還能夠搞個動態域名

相關文章
相關標籤/搜索