Win10 preview 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.




1, open Notepad, enter the following code:
echo off
net stop clipsvc
if "%1"=="" (< Br>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 (arbitrary 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 download and install the Office application

Copyright © Windows knowledge All Rights Reserved