问题

打开TranslucentTB时显示遇到致命错误,找不到元素:

TranslucentTB has encountered a fatal error and cannot continue executing. 
Failed to initialize XAML Diagnostics.
0x80070490: Element not found.

解决方法:

详细代码:

@echo off
taskkill /f /im explorer.exe
taskkill /f /im shellexperiencehost.exe
timeout /t 3 /NOBREAK > nul
del %localappdata%\Packages\Microsoft.Windows.ShellExperienceHost_cw5n1h2txyewy\TempState* /q
timeout /t 2 /NOBREAK > nul
start explorer
@echo on

原文链接:

https://github.com/TranslucentTB/TranslucentTB/issues/904

原回答作者:

Github@sdkgsomedsghbngfyhdxnmj