Instructions for fixing 'This app can't open' error on Windows 10

For those who are using the Windows 10 Technical Preview version with the Office Touch Preview product set, it is likely that this app will not open

For those who are using the Windows 10 Technical Preview version with the Office Touch Preview product set, it is likely that this " app app cannot open " error is as shown below:

Instructions for fixing 'This app can't open' error on Windows 10 Picture 1Instructions for fixing 'This app can't open' error on Windows 10 Picture 1

Not only that, the error phenomenon also occurs when users open other applications, if they try by removing and then reinstalling, it doesn't work. After several days of research, Microsoft pointed out the problem lies in the Windows Store Licensing Service that caused the error. So how to fix that phenomenon? The only way up to this point is to read the article below of TipsMake.com.

This app cannot fix open instructions on Windows 10:

First, open Notepad and paste the code below into:

 echo offnet stop clipsvcif '% 1 ″ ==' '( 
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

Then, save it as a file named bbat, then run as Administrator. Removing the application causes an error, restarting the computer and then reinstalling, you check to see if the error phenomenon is over yet!Good luck!

5 ★ | 2 Vote