aha and i'll set it to Russia right? said enter the new time... there's more than one russia time what to put?
Another thing you can do is, because KMSmicro defaults to Moscow, so set your machine to Moscow time zone(UTC+4) in Control Panel, then you don't need to do anything with the console. After activation set it back to your local time zone.
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