With the GUI "KMSmicro 5.0.1" working fine. KMS Micro Config File: [Configuration] LngFile=KMSmicro_EN.lng QEMUNoGraphic=no InstallKeys=yes StartQEMUwithProgram=yes QEMUTimeOut=300 QEMURAM=256 QemuNet=tap1 Host=127.0.0.2 HostTAP=KMSMICRO-PC QEMUTime=base=localtime,clock=host SettingsTab=1000
For using above scripts you need to either rename "qemu-system-x86_64.exe" to "qemu.exe" or change line in script to match "qemu-system-x86_64.exe" thanks @xinso (i think) Code: qemu-without-vpn-for_online_activation.cmd Code: @ECHO OFF pushd "%~dp0bin" start qemu.exe ^ -smbios type=1,manufacturer=Intel,version=1.01234,uuid=564d81c6-cd3a-d8e4-db29-756df139acb9 ^ -uuid 564d81c6-cd3a-d8e4-db29-756df139acb9 ^ -net nic,vlan=0 -net user,vlan=0 -redir tcp:1688::1688 ^ -m 250 ^ -hda Bios\kmsmicro.rom ^ -rtc base=localtime,clock=host ^ -name "IP:127.0.0.1-254 PORT:1688" ^ -M pc ^ -L Bios popd exit Code: qemu-with-vpn-for-self-activation.cmd Code: @ECHO OFF pushd "%~dp0bin" start qemu.exe ^ -smbios type=1,manufacturer=Intel,version=1.01234,uuid=564d81c6-cd3a-d8e4-db29-756df139acb9 ^ -uuid 564d81c6-cd3a-d8e4-db29-756df139acb9 ^ -net nic,vlan=1 -net tap,vlan=1,ifname=tap1 ^ -m 250 ^ -hda Bios\kmsmicro.rom ^ -rtc base=localtime,clock=host ^ -name "IP:KMSMICRO-PC PORT:1688" ^ -M pc ^ -L Bios popd exit
active in 2 min. 1 - changes windows key with Microsoft Toolkit, Retail to VL 2 - activate it with KMSpico v9
Code: @ECHO OFF pushd "%~dp0bin" start qemu-system-x86_64.exe ^ -smbios type=1,manufacturer=Intel,version=1.01234,uuid=564d81c6-cd3a-d8e4-db29-756df139acb9 ^ -uuid 564d81c6-cd3a-d8e4-db29-756df139acb9 ^ -net nic,vlan=1 -net tap,vlan=1,ifname=tap1 ^ -m 250 ^ -hda Bios\kmsmicro.rom ^ -rtc base=localtime,clock=host ^ -name "IP:KMSMICRO-PC PORT:1688" ^ -M pc ^ -L Bios popd exit Works for me for all my LAN and also outside the LAN using the public IP. I made a shortcut to that .cmd and dropped it in the startup directory and it works as expected. Thanks!
run the same using lan ip, also tried vpn using comodo unity. But message appear like no kms server could be contacted.Activating perfectly on local system. Some detail help on how to make it to work in lan.
thanks runs fine on local network ip address by setting the interface as 127.0.0.1:1688 But unable to activate using comodo unite in another system on internet. Any help regarding this please
As I said i can activate fine on my local network now. But what should i do to enable activation using Comodo Unite VPN
If you're on a VPN, your local network will normally not be visible. If you want the KMS server visible outside your local network, you can port forward 1688 from your router to the KMS server. This will open it to the world, so make sure that's what you want.
I don't want to open it to the world. I want to open it to my friends who are in my VPN. It was possible previously using KMS micro of windows 8. I think this was possible since we were able to set loopback ip for kms micro VM for windows 8. But what had to be done in this KMS micro to make the same thing possible
This method will help only to activate system in local network. But what I need to know is how to make it work on a VPN like comodo unite
I just edited my post. OTHER LOCATION ----------------- Use the port forward function in your router that is connected to your internet provider. Forward port 1688 to the IP-number of the PC where KMS 5.0 is running. Start KMS 5.0 with the code for network use. After that your external IP-nr can be used.