restart your system and then try again... if you get the same issue, only thing i can suggest is that i jump on with teamViewer and have a look see, if u want...?
have rebooted twice and no joy and thanks for the offer can I get back 2 you after I have had some more time on it I hate being stumped lol
Don't try to run it for different prompt or as administrator... Just double click file to start & then confirm.... I hope script is same as ... Code: REM Start qemu on windows. @ECHO OFF cd qemu start qemu.exe -smbios type=1,manufacturer=Intel,version=1.01234,^ uuid=564d81c6-cd3a-d8e4-db29-756df139acb9 ^ -net nic,vlan=0 -net user,vlan=0 -redir tcp:1688::1688 ^ -name "KMSmicro IP-127.0.0.1:1688" -M pc -L Bios ^ -m 350 -localtime -hda Bios\qemumicro.rom exit
This MiniKMS activated my Office 2013 perfectly. But Windows 8 Pro, which was a legal upgrade version, shows now it can't be activated. Entering the Original, genuine serial is no longer accepted...
Run following disable internet..... Slmgr /upk slmgr /ipk <Your Key> Restore you activation IF failed restart & again restore.... Hope you have activation backup...
now I have new info in log file (qemu.exe: -net user,vlan=0: could not set up host forwarding rule 'tcp:1688::1688' qemu.exe: -net user,vlan=0: Device 'user' could not be initialized)
then add these two in red Code: REM Start qemu on windows. @ECHO OFF pushd "%~dp0" cd qemu start qemu.exe -smbios type=1,manufacturer=Intel,version=1.01234,^ uuid=564d81c6-cd3a-d8e4-db29-756df139acb9 ^ -net nic,vlan=0 -net user,vlan=0 -redir tcp:1688::1688 ^ -name "KMSmicro IP-127.0.0.1:1688" -M pc -L Bios ^ -m 350 -localtime -hda Bios\qemumicro.rom popd exit
Look for program which is using port 1688 on you PC & stop that... Programs like MiniKMS service or hope you hve not configured PC as KMS host....