abbodi1406 / KMS_VL_ALL_AIO

Smart Activation Script
GNU General Public License v3.0
8.12k stars 1.08k forks source link

'GET GENUINE OFFICE' Message showing after reboot #40

Closed isaacgr closed 1 year ago

isaacgr commented 1 year ago

The script works fine when I run it. But if I power cycle my computer then office will show the warning message again until the script is re-run. The .dll file is in my antivirus exclusions.

image

I am not sure how to debug this issue.

I did just notice that my license activates 2016 and 2019, but I only have the 2019 version installed.

image image

abbodi1406 commented 1 year ago

Manual or Auto Renewal mode? when the message occur, could you run these commands before rerunning the script:

reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\0ff1ce15-a989-479d-af46-f275c6370663"

reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\0ff1ce15-a989-479d-af46-f275c6370663" /reg:32
isaacgr commented 1 year ago

I used auto-renewal. Outputs before re-running the script.

C:\Users\Isaac>reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\0ff1ce15-a989-479d-af46-f275c6370663"
ERROR: The system was unable to find the specified registry key or value.

C:\Users\Isaac>
C:\Users\Isaac>reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\0ff1ce15-a989-479d-af46-f275c6370663" /reg:32

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\0ff1ce15-a989-479d-af46-f275c6370663
    KeyManagementServiceName    REG_SZ    172.16.0.2
    KeyManagementServicePort    REG_SZ    1688

After running the script

C:\Users\Isaac>reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\0ff1ce15-a989-479d-af46-f275c6370663"

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\0ff1ce15-a989-479d-af46-f275c6370663
    KeyManagementServiceName    REG_SZ    172.16.0.2
    KeyManagementServicePort    REG_SZ    1688

C:\Users\Isaac>
C:\Users\Isaac>reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\0ff1ce15-a989-479d-af46-f275c6370663" /reg:32

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\0ff1ce15-a989-479d-af46-f275c6370663
    KeyManagementServiceName    REG_SZ    172.16.0.2
    KeyManagementServicePort    REG_SZ    1688
WindowsAddict commented 1 year ago

@isaacgr

It indicates that you have some other KMS activator installed as well and it's auto-renewal is set to work on system login and is changing the registry keys. Check the task scheduler and find that activator.


About the double license issue, download https://github.com/abbodi1406/WHD/raw/master/scripts/OfficeScrubber_8.7z

Run Reset_Licenses.cmd and after that run activation in KMS_VL_ALL.

isaacgr commented 1 year ago

Thank you. I ran that license tool and it did cleanup the other license.

As for the activator, I did have KMSPico installed (I think from trying to fix this problem before). So I uninstalled it, dont see it in startup services, apps, task manager or in control panel and this issue is still happening after reboot.

I'm not sure what I'd be looking for in Task Scheduler. There doesnt appear to be anything labelled 'kms' except for the KMS_VL_ALL, though its last run time is odd.

image

WindowsAddict commented 1 year ago

@isaacgr The KMS_VL_ALL task which you have shown in the image is not of the KMS_VL_ALL by @abbodi1406 but it's from KMS-VL-ALL by qewlpal

Delete this task, your banner issue will be resolved.

isaacgr commented 1 year ago

Nice looks like that did it. Thanks for the help! Great tool.