Win10 can't open office solution

  

In the process of using win10 preview application, you will not be able to open it. Normally, unloading and reloading can be solved.

But this method is not very useful for the latest touch version of the office, the reason is that the windows store license service has a problem. After the user uninstalls, this service cache is not emptied, so reloading will not solve the problem.


Now users can solve the problem that win10office can't be opened by the following methods:

1. Open Notepad and enter the following code:

echo off< Br>

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 (arbitrary location), format selection <;All files"

3. Run this file in administrator mode

4. Uninstall the corresponding Off Ice component

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

Copyright © Windows knowledge All Rights Reserved