Home > Article > Software Tutorial > When opening Office, it always says that you need to obtain the genuine version. How to close Office and obtain the genuine version?
Many users often encounter the "Get genuine" prompt that cannot be removed when using Microsoft Office. Faced with this problem, PHP editor Xigua will introduce three methods of turning off this prompt in detail in the following article. First, users can try to change the activation code, which will ensure that users are using an officially authorized version of Office. Second, users can log in to their account and make the necessary settings, which is a safe and convenient way to turn off prompts recommended by Microsoft. Finally, the article will also provide an alternative method that makes it easier for users to solve this problem.
Currently, Microsoft’s detection method is not particularly advanced. It just adds some IP addresses to the blacklist. As long as you avoid the blacklist, you can even fill it in at will. Therefore, this pop-up can still be solved by modifying the registry.
Run the cmd command box and enter the following commands in order to solve the problem:
<code>reg add HKLMSOFTWAREMicrosoftWindows NTCurrentVersionSoftwareProtectionPlatformff1ce15-a989-479d-af46-f275c6370663 /f /v KeyManagementServiceName /t REG_SZ /d 172.16.0.1 reg add HKLMSOFTWAREMicrosoftWindows NTCurrentVersionSoftwareProtectionPlatformff1ce15-a989-479d-af46-f275c6370663 /f /v KeyManagementServiceName /t REG_SZ /d 172.16.0.1 /reg:32</code>
Method 4:
Download the HEU KMS Activator software and re- Just activate office.
The above is the detailed content of When opening Office, it always says that you need to obtain the genuine version. How to close Office and obtain the genuine version?. For more information, please follow other related articles on the PHP Chinese website!