Win11下使用Win10组件

启用Win10 右键菜单
reg.exe add "HKCU\Software\Classes\CLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve

Win11 默认右键菜单(撤销)
reg.exe delete "HKCU\Software\Classes\CLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f

使用Win10资源管理器
找到的方法都已在Win11最新版中失效,ExplorerPatcher据说还可以用,没试

重启资源管理器以生效
taskkill /f /im explorer.exe & start explorer.exe

右键卸载记事本,使用传统记事本(Win11 UI下禁止关联老记事本,只能通过命令)
assoc .txt=txtfile
ftype txtfile="C:\Windows\notepad.exe" "%1"

posted @ 2026-06-22 16:04  X2009  阅读(8)  评论(0)    收藏  举报