Win10 preview can not open the office uninstall reload can still not solve

  

Microsoft has already released the windows10 preview version long ago, but in the process of use, you will encounter the problem that the application can not be opened. Many users may uninstall and reinstall to solve the problem, but this method is not very useful for the latest touch version of Office.
windows10 Preview

Solution:

1. Open Notepad and enter the following code:


Copy Code
The code is as follows :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" ( 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. Run this file in admin mode.

4, uninstall the corresponding Office components.

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

Copyright © Windows knowledge All Rights Reserved