安装软件时,一般是通过msi或者exe来安装。这通常会提示您将其绑定到鼠标右键。如果不勾选,安装后无法通过右键打开。您需要将文件拖到快捷方式才能使用它。软件打开。
另外,我下载的zip包的源码格式根本没有设置选项,那么如何配置呢?
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\VSCode]
@="Open with Code"
"Icon"="C:\\softwares\\vscode\\Code.exe"
[HKEY_CLASSES_ROOT\*\shell\VSCode\command]
@="\"C:\\softwares\\vscode\\Code.exe\" \"%1\""
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\VSCode]
@="Open with Code"
"Icon"="C:\\softwares\\vscode\\Code.exe"
[HKEY_CLASSES_ROOT\Directory\shell\VSCode\command]
@="\"C:\\softwares\\vscode\\Code.exe\" \"%V\""
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\VSCode]
@="Open with Code"
"Icon"="C:\\softwares\\vscode\\Code.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\VSCode\command]
@="\"C:\\softwares\\vscode\\Code.exe\" \"%V\""
复制上述代码,将代码中C:\\softwares\\vscode\\Code.exe
修改为本地的安装包的exe文件,用记事本保存后修改后缀为```reg``,如下图所示:
修改保存后变成一个注册表配置问价,双击运行。
点击确认后可以了,这时右键点击文件,就可以看到有vs code了,修改为notepad --
的地址就将其也注册了。
. . .
相关推荐
最新推荐
VS2012旗舰版安装图文
25天前
dubbo-helloworld示例
23天前
深入解析:树结构及其应用
23天前
肺部的医疗数据集
23天前
README文档模板
23天前
Java中的数据存储(堆、栈、常量池)
20天前
ads via 小工具