当前位置:网站首页>Modify the computer registry and add vscode to the right-click menu
Modify the computer registry and add vscode to the right-click menu
2022-07-21 16:09:00 【I Can -Jiang】
newly build .txt file , Change the suffix to .reg.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\VSCode]
@="Open with Code"
"Icon"="C:\\Users\\15001\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe"
[HKEY_CLASSES_ROOT\*\shell\VSCode\command]
@="\"C:\\Users\\15001\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe\" \"%1\""
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\VSCode]
@="Open with Code"
"Icon"="C:\\Users\\15001\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe"
[HKEY_CLASSES_ROOT\Directory\shell\VSCode\command]
@="\"C:\\Users\\15001\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe\" \"%V\""
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\VSCode]
@="Open with Code"
"Icon"="C:\\Users\\15001\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\VSCode\command]
@="\"C:\\Users\\15001\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe\" \"%V\""
Change the address part of the above code to VSCode Installation path for , Double click Run after saving and closing .
边栏推荐
- Mohist patrol source code
- c || 文件操作
- Amazon cloud technology training and Certification Course in August is wonderful and can't be missed!
- 投影&局部光照
- What preliminary work does the enterprise need to do to establish its own applet and app?
- In the financial scenario, how to accurately select and quickly implement distributed databases?
- Wechat vaccine appointment applet graduation project of applet completion work (4) opening report
- ROS从入门到精通(十) TF坐标变换原理,为什么需要TF变换?
- 【微信小程序】switch开关选择器(81/100)
- [JS] event communication
猜你喜欢
Swiftui uses spritekit to create rain animation effects (tutorial includes source code)
Esp8266 nodemcu -- use u8g2 library to light OLED
DTOS帝拓思的3D引擎將取代遊戲引擎巨獸,實現國產化替代
Wechat applet - "data binding and event binding"
[stc15 controls ws2812 RGB color lamp cascade]
[Star Project] small hat aircraft War (I)
这款国产API神器工具也太强了吧...让我放弃了postman
【JS】动态渲染页面
conda虚拟环境默认路径如何修改
Blueprism tool menu bar user rights function description -rpa Chapter 2
随机推荐
Solve the sudden jump out of the command line (flashing)
2.3 branch statements
Database constraint & MySQL advanced query
Shape and boundary-aware multi-branch model for semi-supervised medical image segmentation
If no linetype is selected, the reason why cacuilinetypecombobox crashes
Multi thread anti conflict
获取当前 标注样式dimstyle
每日一题-LeetCode1260-二维网格迁移-数组-映射
2.4 circular statements
-实体建模-
What aspects should we start from to learn the silver K-line chart
Dynamic characteristics and interaction in virtual environment
Blueprism tool menu bar user rights function description -rpa Chapter 2
LabVIEW monitors and plots the voltage, current and energy consumption trend of single crystal photovoltaic panels in real time
Set current style dimstyle
Using go TCP to realize simple online group chat function
【Flutter -- 实战】快速入门 Flutter
I2C adapter driver
2022护眼灯展,中医眼科调理展,山东眼睛保健展,中国眼博会
如何让localStorage支持过期时间设置?