Win10 version of Office can not open Win10 version of Office can not open the solution

  

win10 preview version of the conference will be encountered by some users will not open the 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.

Pepsi.com here to introduce the solution:

1, open Notepad, 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" (< Br>

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 select “all files”

3, use the administrator mode to run this file

4, uninstall the corresponding Office components

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

The method is finished here, everyone will encounter the computer in the future. Mobile phone and digital problems, remember to come to Pepsi.com, maybe there will be gains. If there is any spit, please leave a message below, we will try our best to do better, remember our website: www.pc841.com I hope PepsiCo can be your friend, thank you.

Copyright © Windows knowledge All Rights Reserved