Windows10 Office can not open the solution

  
Some users of the win10 preview release will encounter problems that the app can't open. 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.














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" (< Br>echo ==== RECOVERING LICENSES FROM BACKUP
copy %windir%serviceprofileslocalserviceappdatalocalmicrosoftclipsvctokens.bak %windir%serviceprofileslocalserviceappdatalocalmicrosoftclipsvctokens.dat)
net start clipsvc
2, save as license.bat (arbitrary location), format Select “All files”
3. Run this file in admin mode
4, uninstall the corresponding Office component
5, go to Win10 new Beta store and download and install the Office application

Copyright © Windows knowledge All Rights Reserved