TranslucentTB Failed to initialize XAML Diagnostics 问题解决
问题
打开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
本文是原创文章,采用 CC BY-NC-ND 4.0 协议,完整转载请注明来自 Eternal Night
评论
匿名评论
隐私政策
你无需删除空行,直接评论以获取最佳展示效果