Retail: you go and buy from shop or online, and you will be given a product key to activate office. Volume: you cannot buy it and will give it to you by your organisation (universities & governments & big companies etc..) and must be activated against their server.
qemu-system-x86_64.exe -vga cirrus -serial none -parallel none -display sdl -smbios type=1,manufacturer=Intel,version=1.01234,uuid=564d81c6-cd3a-d8e4-db29-756df139acb9 -uuid 564d81c6-cd3a-d8e4-db29-756df139acb9 -m 512 -hda Bios\KMSmicro.rom -name "KMSmicro Console IP-127.0.0.2:1688" -M pc -L Bios -net nic,macaddr=00:11:22:33:44:03,vlan=1 -net user,vlan=0 -redir tcp:1688::1688 -rtc base=localtime,clock=host -nodefconfig -no-user-config -no-hpet -no-fd-bootchk -no-quit which paramter with tap1?
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!