-
Notifications
You must be signed in to change notification settings - Fork 9.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Office Finding Non-Genuine License(s) #40
Comments
Hi @procoder07 https://infohost.github.io/office-license-is-not-genuine |
Hi @WindowsAddict, |
Hi, I'll need some more info about this. Please open the command prompt and share the output of the below commands.
Also, please tell me how Office is showing the banner, I mean is it only a yellow banner or a separate window appears to inform the license is not genuine. Thanks a lot. |
Hi @WindowsAddict, This is the system response from the written code is below. reg query HKLM\SOFTWARE\Microsoft\Office\ClickToRun\Configuration /v VersionToReport HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\ClickToRun\Configuration reg query HKLM\SOFTWARE\Microsoft\Office\ClickToRun\Configuration /v AudienceData ERROR: The system was unable to find the specified registry key or value. C:\WINDOWS\system32>reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform" /v KeyManagementServiceName HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform C:\WINDOWS\system32>wmic path SoftwareLicensingProduct where (Name like '%%office%%' and PartialProductKey is not NULL) get ID /VALUE ID=85dd8b5f-eaa4-4af3-a628-cce9e77c9a03 |
Hi @procoder07 You may have missed something in the instructions. Yeah, I'm aware of the issue where MS is detecting msguides server specially. The workaround would be to just convert the server hostname to IP and use that instead for activation. Will update the script soon. |
Hi @WindowsAddict, |
Yes, but the PerpetualVL2019 update channel can not be changed from/to other update channels. Follow 3rd point in Experimental solutions section https://infohost.github.io/office-license-is-not-genuine |
Hi @WindowsAddict, |
We can enable S mode in Windows 10 (not talking about converting to Windows 10 S edition). |
thanks for your help with all the queries! |
hi,
I have used your instruction to fix the genuine office problem but somehow office is identifying the license,
Either Microsoft knows about these activations or multiple uses of this code may have drawn their attention.
I have noticed indisputably that the notice starts popping up every time an update is launched.
This was fixed by repairing the office (offline).
I also suspect that because this code has been used for quite some time, this code is gradually becoming less effective.
I think that the update should solve this problem.
It can also be because the KMS server may have been found or may have some flaw in it's working.
I appreciate your work and research on it, trying to make it better.
hope this finds you well!
The text was updated successfully, but these errors were encountered: