solved my problems with this startscripts, one like shown below and one with starting "qemu-system-i386.exe" instead - both work flawless on win7 x64 and i can use v9 now Code: REM Start qemu on windows. @ECHO OFF REM Modified by: ELDI set /p RAM=Set Amount of RAM in MB (Default: 256): ^> if [%RAM%]==[] set RAM=256 cd /d %~dp0\qemu 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 -net user,hostfwd=tcp:0.0.0.0:1688-:1688,net=172.20.0.0/16,host=172.20.1.1 ^ -m %RAM% ^ -rtc base=utc,clock=host ^ -hda Bios\openqemupc.rom ^ -name "KMSmicro IP-127.0.0.1:1688" ^ -M pc ^ -L Bios exit
I tested the KMS server from russia that support Office 2010 and it works. Saddly, my time here is GMT-5, so I have to sync the time each time I start the KMS server otherwise it doesn't work. And there is no way to go to command prompt in this KMS server and I am unable to mount the ROM file Under Windows 8. Is there a way to change the current time zone Inside the VM to have it set to GMT-5, so it will take the time of my computer correctly? Thanks.
Have you tried typing cmd at the prompt. That seemed to work on One of these new versions that did not have that in the menu.
Thanks! Now I have a Office2010 + Windows KMS server working correctly Do I have to "Cahrge" the KMS for Office like for Windows?