Yar*_*mov 5 windows-registry resources file-association total-commander windows-10
这里没有一个答案对我有用。
我想删除.resource
与 Total Commander的关联。
方法一
我打开注册表,HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\\.resource\OpenWithList
尽我所能去那里删除。
它不起作用,默认应用程序仍然存在。
方法二
我创建了一个哑巴.exe
。右键单击一个文件,.resource
选择打开方式并选中始终使用该应用程序作为默认应用程序。当需要打开文件时,我会看到一个窗口,告诉我.exe
不能用于打开文件。因此,我再次没有删除 Total Commander 作为.resource
.
方法三
我右键单击窗口按钮。转到应用程序和功能 -> 默认应用程序 -> 按文件类型选择默认应用程序 -> 滚动直到找到.resource
扩展名,然后看到除了 Total Commander 之外没有其他选项。我再次无法删除默认打开的应用程序。
4 方法
Win+R -> cmd.exe -> ASSOC .resource= -> 检查文件关联是否消失,但并没有消失。
那真是太疯狂了。我能做些什么来解决这个问题?
只需将下面的Reg 文件保存到.reg
名为文本文件的扩展名,然后运行ASSOC .resource=
. 然后,双击Reg 文件以从注册表中删除该注册表项及其内容,以完全解除文件扩展名与任何应用程序打开的关联。
Windows Registry Editor Version 5.00
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.resource]
Run Code Online (Sandbox Code Playgroud)
现在,当您打开.resource
文件时,它将不再有任何应用程序关联并提示您告诉它要打开的应用程序。
您可以通过 regedit 导航到该键,然后按Delete
也手动删除该键。
HKCU\software\microsoft\windows\currentversion\explorer\fileexts 有什么用途?
ASSOC /?
Run Code Online (Sandbox Code Playgroud)Displays or modifies file extension associations ASSOC [.ext[=[fileType]]] .ext Specifies the file extension to associate the file type with fileType Specifies the file type to associate with the file extension Type ASSOC without parameters to display the current file associations. If ASSOC is invoked with just a file extension, it displays the current file association for that file extension. Specify nothing for the file type and the command will delete the association for the file extension.
归档时间: |
|
查看次数: |
30230 次 |
最近记录: |