Win10office can not open the problem solution graphic detailed explanation

  
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, enter the following code:
echo off
net stop clipsvc
if "% 1"=="" (
echo ==== BACKING UP LOCAL LICENSES
move %windir%serviceprofileslocalserviceappdatalocalmicrosoftclipsvctokens.dat %windir%serviceprofileslocalserviceappdatalocalmicrosoftclipsvctokens.bak
)
if "%1" =="recover" (
echo ==== RECOVERING LICENSES FROM BACKUP
copy %windir%serviceprofileslocalserviceappdatalocalmicrosoftclipsvctokens.bak %windir%serviceprofileslocalserviceappdatalocalmicrosoftclipsvctokens.dat
)
net start clipsvc
2 Save as license.bat (any location), format select “ all files & rdquo;
3, use the administrator mode to run this file
4, uninstall the corresponding Office components
5, go to Win10 new Beta store Re-download and install the Office application

Copyright © Windows knowledge All Rights Reserved