windows11该文件没有与之关联的应用怎么办,右键桌面空白处,选择新建,选择文本文档,然后输入代码指令保存,右键文本文件,选择重名名,将后缀改为.bat,右键以管理员身份运行即可。小伙伴想知道windows11该文件没有与之关联的应用怎么办,下面给大家带来了windows11该文件没有与之关联的应用解决办法。
windows11该文件没有与之关联的应用解决办法
1、桌面新建 txt,把下面的代码复制粘贴到 txt 文件。
taskkill /f /im explorer.exe
reg add "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShell Icons" /v 29 /d "C:Windowssystem32imageres.dll,154" /t reg_sz /f
reg add "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerShell Icons" /v 29 /d "C:Windowssystem32imageres.dll,154" /t reg_sz /f
reg add "HKEY_CLASSES_ROOTlnkfile" /v IsShortcut /t reg_sz /f
reg add "HEKY_CLASSES_ROOTpiffile" /v IsShortcut /t reg_sz /f
start explorer
2、重命名为1.bat,右键以管理员身份运行。
3、命令执行完毕后注册表就会恢复。
4、或者可以打开默认应用面板,点击重置看看。