Cause analysis
This kind of problem arises mainly because of the registry reason, we only need to execute the relevant command to solve, specifically as follows.
Workaround:
1, open Notepad, enter the following code:
code is as follows |
copy code |
Echo O FF Net stop clipsvc If "%1" = "" ( echo = backing up local LICENSES Move%windir%\servicepro Files\localservice\appdata\local\microsoft\clipsvc\tokens.dat%windir%\serviceprofiles\localservice\appdata\ Local\microsoft\clipsvc\tokens.bak ) If "%1" = = "Recover" ( echo = recovering LICENSES from BACKUP Copy%windir%\serviceprofiles\localservice\appdata\local\microsoft\clipsvc\tokens.bak%windir%\ Serviceprofiles\localservice\appdata\local\microsoft\clipsvc\tokens.dat ) net start clipsvc |
Then save the Notepad file in the License.bat file, and then right-click to run it as an administrator.
Then we can remove the software from the task management and then download the Office software again.