As usual Mr. Murphy, another excellent job. I would make one change though and place all the remote ip,s to be stricken in the same firewall rule using commas to separate the remote ip's. It would make for just one rule and be a little cleaner. Again excellent work and that it does! Edit: Bug in Auto_KMS_VL_All.exe No check is made to determine if the Firewall rule exists, so it makes another one. If run as a daily task, this won't work. Also, same is true running KMS_VL_ALL.cmd and verbose version.
Unfortunately, WinDivert is causing BSOD in my system, so i cann't even test the new method i have to create vm to test it Edit: vm test: connected -> success disconnected (with "ping %kmsip%" loop check) -> fail then i got BSOD in the third and fourth time so it seems that WinDivert is not stable or reliable enough to replace tap-tun.. just saying and since it's technically a driver like tap adapter, i'll wait for some improvement before we count on it as activation workout
It was as polite as you were in your post - you posted in red (but not bold print), didn't you? Anyway, I will not insult you by calling you a "fool" and I will not waste any more of my time on communicating with such a person. Consider this 'conversation' over. You will never hear from me again.
It is causing a BSOD on my VM testing. I thought it was just the VM though... I wonder if the 1.1.0 RC fixes some of those issues...
@ murphy78 I tested it and working with wifi on and off thanks tested on real machine, windows 8.1 enterprise x64
@ murphy78 I tested it and working with wifi on and off thanks tested on real machine, windows 8.1 Pro x64
Well done. Ran many tests. Now working every time for me, connected or disconnected - nice. Code: Attempting to activate Office 15, OfficeProPlusVL_KMS_Client edition Remaining Period: 180 day(s) Product Activation Successful Attempting to activate Windows(R), Professional edition Remaining Period: 180 day(s) Product Activation Successful No Installed Office 2010 Product Detected... Press any key to exit...
I made some improvements on the KMS_VL_ALL-WinDivert-1.1.0RC-v1. Code: sc stop windivert1.1 >nul 2>&1 sc delete windivert1.1 >nul 2>&1 route print -4 0*|find "0.0.0.0" >nul 2>&1 if %errorlevel% neq 0 (route add %kmsip% 10.0.0.1 IF 1 >nul 2>&1) start "" /d %DCPATH% /b %DCPATH%\FakeClient.exe %kmsip% >nul 2>&1 start "" /b "KMS Server.exe" 1688 RandomKMSPID 43200 43200 KillProcessOnPort ...... sc stop windivert1.1 >nul 2>&1 sc delete windivert1.1 >nul 2>&1 route delete %kmsip% >nul 2>&1 10.255.255.254 is never existed,if you do not add it manually. route add %kmsip% 10.0.0.1 IF 1 ;10.0.0.1 is gateway,not the end ip. No matter what values are possible, if not already in use. Sorry for my English ~~~
Great work.. i just tried it on a vm and checked activation, it seems to be reporting something strange with project... Code: ERROR DESCRIPTION: The Software Licensing Service reported that the product key is not available. --------------------------------------- SKU ID: 4a5d124a-e620-44ba-b6ff-658961b33b9a LICENSE NAME: Office 15, OfficeProjectProVL_KMS_Client edition LICENSE DESCRIPTION: Office 15, VOLUME_KMSCLIENT channel LICENSE STATUS: ---LICENSED--- REMAINING GRACE: 180 days (259200 minute(s) before expiring) Last 5 characters of installed product key: 2342K DNS auto-discovery: KMS name not available Activation Interval: 43200 minutes Renewal Interval: 43200 minutes KMS host caching: Disabled --------------------------------------- SKU ID: b322da9c-a2e2-4058-9e4e-f59a6970bd69 LICENSE NAME: Office 15, OfficeProPlusVL_KMS_Client edition LICENSE DESCRIPTION: Office 15, VOLUME_KMSCLIENT channel LICENSE STATUS: ---LICENSED--- REMAINING GRACE: 180 days (259200 minute(s) before expiring) Last 5 characters of installed product key: GVGXT DNS auto-discovery: KMS name not available Activation Interval: 43200 minutes Renewal Interval: 43200 minutes KMS host caching: Disabled --------------------------------------- SKU ID: e13ac10e-75d0-4aff-a0cd-764982cf541c LICENSE NAME: Office 15, OfficeVisioProVL_KMS_Client edition LICENSE DESCRIPTION: Office 15, VOLUME_KMSCLIENT channel LICENSE STATUS: ---LICENSED--- REMAINING GRACE: 180 days (259200 minute(s) before expiring) Last 5 characters of installed product key: RM3B3 DNS auto-discovery: KMS name not available Activation Interval: 43200 minutes Renewal Interval: 43200 minutes KMS host caching: Disabled --------------------------------------- SKU ID: ed34dc89-1c27-4ecd-8b2f-63d0f4cedc32 LICENSE NAME: Office 15, OfficeProjectProVL_MAK edition LICENSE DESCRIPTION: Office 15, RETAIL(MAK) channel LICENSE STATUS: ---UNLICENSED--- ERROR CODE: 0xC004F014 ERROR DESCRIPTION: The Software Licensing Service reported that the product key is not available. --------------------------------------- --------------------------------------- ---Exiting----------------------------- ________________________________________________________________________________ Press any key to Exit Why is it reporting that i have installed retail_MAK when its volume?