Strange, yes here is the confirmation status from running normal KMS_VL_ALL 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
Hmm I dunno what to say... The top KMS version is there and activated, but the bottom one has a different SKU id. It's like you have 2 different ones installed at the same time...
Yeh i know, how weird.... just ran SnowInstallv9.1(Beta) and its all looking correct... so maybe an issue with KMS_VL_ALL version
KMS_VL_ALL-WinDivert-1.1.0RC-v1 x64: All files in the same folder: Activate.cmd FakeClient.exe KMS Server.exe WdfCoInstaller01009.dll WinDivert.dll WinDivert.inf WinDivert.sys Activate.cmd Code: @echo off title FakeClient 1.1.0RC-v1 color 1F sc stop windivert1.0 >nul sc delete windivert1.0 >nul sc stop windivert1.1 >nul sc delete windivert1.1 >nul netsh interface set interface name="Ethernet" admin=disabled pushd "%~dp0" set port=1688 set kmsip=1.0.0.0 set AI=43200 set RI=43200 set epid=RandomKMSPID cscript //B "%windir%\system32\slmgr.vbs" /skms 1.0.0.0:1688 >nul netsh advfirewall firewall add rule name="BLOCK" protocol=any dir=out remoteip=65.52.98.231,65.52.98.232,65.52.98.233 action=block >nul netsh advfirewall firewall add rule name="ANY_NAME" dir=in localport=1688 protocol=TCP action=allow remoteip=any >nul netsh advfirewall firewall add rule name="ANY_NAME" dir=out localport=1688 protocol=TCP action=allow remoteip=any >nul route -f route add %kmsip% 0.0.0.0 IF 1 start /b FakeClient.exe %kmsip% start /b cmd /c "KMS Server.exe" cscript //B "%windir%\system32\slmgr.vbs" /ipk Must Put Serial Here slmgr.vbs /ato taskkill /t /f /IM "KMS Server.exe" >nul taskkill /t /f /IM FakeClient.exe >nul netsh advfirewall reset >nul route delete %kmsip% 0.0.0.0 cscript //B "%windir%\system32\slmgr.vbs" /ckms netsh interface set interface name="Ethernet" admin=enabled
That's my feeling too. Your script with the tap adapter is efficient and reliable. I use it with the following changes : - redirect all output to a log file (and of course suppressing every pause statement). - install the tap adapter permanently, set the IP (static 10.3.0.1 255.255.255.0, and thus deleting the "for /f "tokens=1 delims=. " %%i in ('route print ^| find /i "TAP-Windows Adapter V9"') do (netsh interface ip set address %%i static 10.3.0.1 255.255.255.0" statement), rename the connection name to a more friendly name (for instance KMS Network). - invoke the windows task scheduler to execute the .cmd file on the 1st and 15th every month. Even on a low end computer (Sony VAIO, 1 GB, 1.6 MH Atom processor), not supposed to run Windows 8.1, activation is effective within 30".
nice and simple for Win. Ent. users but why that BLOCK rule if you disable Ethernet completely and reset firewall settings afterwards i think best is set firewall rule plus reset ... disabling ethernet is unnecessary and maybe put this at the end as well...? Code: sc stop windivert1.0 >nul sc delete windivert1.0 >nul sc stop windivert1.1 >nul sc delete windivert1.1 >nul
AnimaliX I was using Activate.cmd for online activation, & just left the code (BLOCK rule) in when i started using Activate.cmd offline. Yes i think it would best to put Code: sc stop windivert1.0 >nul sc delete windivert1.0 >nul sc stop windivert1.1 >nul sc delete windivert1.1 >nul at the end as well.
You had the problem with the tap driver as well didn't you? what kind of system do you have and network adapter arrangement? Do you have 2 network adapters like one ethernet and one wifi? is the ethernet disabled in bios if so? Do you have pnp OS setting enabled in bios?
Can you give CODYQX4's new mtk 2.5 beta a shot and see if that works without fiddling with the media status thing?
Code: reg.exe query "hklm\software\microsoft\Windows NT\currentversion" /v buildlabex | find /i "amd64" >nul 2>&1 if %errorlevel% equ 0 set xOS=x64 if /i "%PROCESSOR_ARCHITECTURE%"=="x86" if not defined PROCESSOR_ARCHITEW6432 set xOS=x86 :-------------------------------------- FOR /F "tokens=*" %%a IN ('reg query "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}" /s /d /v /f "tap0901"') do (SET ConnectionRegPath=%%a && goto :out) >nul 2>&1 :out :-------------------------------------- echo Set Tap Adapter Always Connected right away reg add %ConnectionRegPath% /v MediaStatus /t REG_SZ /d 1 /f %xOS%\devcon.exe disable tap0901 1>NUL 2>NUL %xOS%\devcon.exe enable tap0901 1>NUL 2>NUL
Believe you should prepare an activation set which should contain all the needed to test: program, dll's, script etc.
ace2 i dont know why but everytime i lost permanently internet connection (static IP, DHCP disabled) maybe is something wrong with route 1.0.0.0 0.0.0.0 everything is back to normal when i enable DHCP service and settings with auto IP
I have no idea Add Code: netsh interface ipv4 set address name="Put name of connection here" source=dhcp timeout /t 5 ipconfig /release ipconfig /renew OR Code: netsh interface ip set address "Put name of connection here" dhcp timeout /t 5 ipconfig /release ipconfig /renew to the bottom of the Activation.cmd file, see if it helps.