我想要的是右键单击文件.png
并使用“Snip & Sketch”应用进行编辑。我知道可以通过Open with
子菜单完成,但我想将其固定在上下文菜单的顶部(打开下方)
我跟着本教程如何将其添加到注册编辑器。
我找到了通过 CMD 启动应用程序的方法在这篇文章中。
我尝试对.png
文件执行此操作:
pngfile
我尝试了几种方法。但都没有用。
explorer.exe shell:appsFolder\Microsoft.ScreenSketch_8wekyb3d8bbwe!App %1
C:\\Windows\\explorer.exe shell:appsFolder\\Microsoft.ScreenSketch_8wekyb3d8bbwe!App %1
"C:\\Windows\\explorer.exe" "shell:appsFolder\\Microsoft.ScreenSketch_8wekyb3d8bbwe!App" "%1"
最后我重启了电脑。到目前为止我还没成功。有什么建议吗?
答案1
感谢@w32sh上面,我将其放入了上下文菜单。
直接.reg
修改文件即可点击此处下载
- 双击随附的注册表文件“snip-sketch-context-menu.reg”
- 当要求确认时单击“是”。
snip-sketch-context-menu.reg 的内容
Windows Registry Editor Version 5.00
;Add "Edit with Snip & Sketch" to the right-click menu in Windows 10/11
[HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\Sketch]
"ActivatableClassId"="App.AppX99naa8pv4a8nkjghzyt7drksgwxwbtsg.mca"
"PackageId"="Microsoft.ScreenSketch_10.2008.2277.0_x64__8wekyb3d8bbwe"
"ContractId"="Windows.File"
"DesiredInitialViewState"=dword:00000000
@="Edit with Snip && Sketch"
"Added by Winhelponline"=""
[HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\Sketch\command]
"DelegateExecute"="{4ED3A719-CEA8-4BD9-910D-E252F997AFC2}",