Using Notepad to solve the problem that Win10 office can't open

  

In the process of daily life, the version of Windows operating system is constantly updated and updated, more and more software applications are also changing, Win10 office is Naturally, some small problems will inevitably occur during the process of use. For example, a friend around you suddenly asks Win10 office how to solve the problem? You are not proficient in the application of Win10 office software, and soon the best solution is given.

Now the user can be avoided by following win10office can not open the question:

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" (

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 position), format selection <;All files"

3. Run this file in administrator mode

4. Load the appropriate Office components

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

The above method is very practical! If you have friends who use Win10 office, you may wish to tell them, maybe they also encountered this problem, but there is no solution at the moment. You can't help but share the solution that Win10 Office can't open, but you can get unexpected surprises!

Copyright © Windows knowledge All Rights Reserved