How to close office when it always prompts to get the genuine version when opening it? Let's take a look at how to close it

PHPz
Release: 2024-03-13 16:50:14
forward
1621 people have browsed it

php editor Xinyi will introduce to you how to solve the problem of prompting to obtain the genuine version when opening office. When using office software, sometimes a pop-up window will appear prompting you to obtain the genuine version, which is disturbing. How to turn off this prompt? Next, we will discuss solutions together to make your office experience smoother.

Solution 1: Change activation code

The pop-up window appears due to Microsoft's official update, which will prevent users from using unauthorized pirated Office software. Unauthorized software, for which Microsoft has not been paid, is called piracy.

Solution 2:

How to close office when it always prompts to get the genuine version when opening it? Lets take a look at how to close it
How to close office when it always prompts to get the genuine version when opening it? Lets take a look at how to close it

Solution 3:

At present, Microsoft's detection method is not particularly advanced. It only 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 sequence to solve the problem:

reg add “HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\0ff1ce15-a989-479d-af46-f275c6370663” /f /v KeyManagementServiceName /t REG_SZ /d “172.16.0.1”

reg add “HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\0ff1ce15-a989-479d-af46-f275c6370663” /f /v KeyManagementServiceName /t REG_SZ /d “172.16.0.1” /reg:32

The above is the detailed content of How to close office when it always prompts to get the genuine version when opening it? Let's take a look at how to close it. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:xitongzhijia.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template