put a run down of how you got it public together and share it for all worked without port number as well
Guys as I stated earlier when entered q option doesnot shutdown the kmsmicro... but entering cmd and then typing "shutdown /s /f /t 0" works...
When a batch file started as Administrator, it always started from System32. So, to ensure the batch file both running well if running as Administrator or without Administrator add: Code: REM Change to batch directory %~d0 cd "%~dp0" The batch 1-0-KMSmicro.cmd is for x64 system, and 1-1-KMSmicro - Alternative.cmd for x86 system. Both can be combined: Code: @ECHO OFF REM Start qemu on windows. REM Modified by: ELDI REM File: 1-KMSmicro.cmd REM Change to batch directory %~d0 cd "%~dp0" set /p IP4=Set IP-Address of KMS Server (Default: 127.0.0.1): ^> if [%IP4%]==[] set IP4=127.0.0.1 set /p RAM=Set Amount of RAM in MB (Default: 200): ^> if [%RAM%]==[] set RAM=200 if exist %SystemRoot%\SysWOW64 ( set QEMU=qemu-system-x86_64.exe ) else ( set QEMU=qemu-system-i386.exe ) :Start Qemu cd qemu start %QEMU% ^ -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:%IP4%:1688-:1688,hostfwd=udp:127.0.0.1:123-:123,net=172.20.0.0/16,host=172.20.1.1 ^ -m %RAM% ^ -rtc base=localtime,clock=host ^ -hda Image\KMSmicroV6.vhd ^ -name "KMSmicro IP-%IP4%:1688" ^ -M pc ^ -L Bios exit
That´s really nice to hear mate . As allways, nice try. Send us a Office CSVLK and we will do Yeah ! As said, a little how to would bw very cool.
Why are so many so keen on making their KMS public - sharing with friends on a private VPN is one thing but all this public stuff serves only to irritate M$ even further
@s1ave77, will be good if you or OP update the first post to reflect the changes like not running 1 cmd as admin or not disabling uac.
Because they feel special and think they are performing a public service, they get a sense of gratification. It's always been the case since vista or xp people were doing this anyway the KMS has always been exploited, Microsoft are just dumb as always.
What should i update? Info in OP is correct, due to is the long and hard way to do. KMSmicro and the hints to run it is part of APPENDIX and DOWNLOAD section with all the info you need for this. Read post by heldigard, is linked there . The DMCA MDL got, was caused by stupidity and exposing keys in board, not for providing proper filtered info, just see win loader provided by Daz for example. So what´s your point? Don´t think so. Tested myself, that running as admin will give an error. Simply start quemu-start-cmd by double clicking and you go. Activation batches from client have to run with elevated rights only.