Win10 version of Office can not open how to do

  

Some users will encounter the problem that the application can not be opened when using the Win10 preview application. Normally, unloading and reloading can be solved. But this method is not very useful for the latest touch version of Office, the reason is that there is a problem with the Windows Store license service. After the user uninstalls, this service cache is not emptied, so reloading will not solve the problem.



Solution:


1. Open Notepad and enter the following code:

echo Off

net stop clipsvc

if "%1"=="" (

echo ==== BACKING UP LOCAL LICENSES

Move %windir%\\serviceprofiles\\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


2, save as license.bat (any location), format selection "all files"


3, run this file in administrator mode


4, uninstall the corresponding Office components


5, go to Win10 new Beta store to re-download and install the Office application

Copyright © Windows knowledge All Rights Reserved