当前位置:网站首页>如何将notepad++设置为默认打开方式
如何将notepad++设置为默认打开方式
2022-07-15 16:13:00 【匆不见勿】
一、修改注册表
1、新建后缀为 .reg的文本文件,右键编辑,不要双击。
----------------输入文字的内容(不包括此行)-----------------
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT*ShellNotePad++]
[HKEY_CLASSES_ROOT*ShellNotePad++Command]
@=““D:\soft\Notepad++\Notepad++.exe””%1""
--------------------不包括此行-------------------------------
- 特别注意:
- @=““C:\Program Files\npp\Notepad++.exe””%1""
- 改成自己电脑的notepad.exe文件的绝对路径。
2.保存文件并双击。
二、更改txt的默认打开方式。
随便找个txt文件,右键->更改

边栏推荐
- 爆肝万字,终于搞定这篇神经网络搭建全全全流程!学不会你来找我~
- NVIDA CUDA-DirverAPI入门
- How does win11 set the multitask window? Win11 method of setting multi task window
- CS5801_HDMI转EDP优势替代LT6711A方案
- Network connection scheme of overseas leisure games
- 华为通用卡证识别功能,一键实现多种卡绑定
- [NDI] precautions for NDI
- Bisect module
- Diwen serial port screen tutorial (3)
- 函数高级应用
猜你喜欢

2022安全员-C证特种作业证考试题库及答案
![[deep learning] the speed accuracy of yolov7 exceeds that of other variants. Great God AB tweeted, netizen: it has to be you| Open source](/img/6d/7e0738c7890616c88c2075ea68291e.png)
[deep learning] the speed accuracy of yolov7 exceeds that of other variants. Great God AB tweeted, netizen: it has to be you| Open source

Notes on linear algebra 2

Establishing SSL connection without server‘s identity verification is not recommended

How does win11 set the multitask window? Win11 method of setting multi task window

QT ui设计师界面常用操作记录(QTableWidget)

在线问题反馈模块实战(三):自动生成所有Controller、Service、Mapper等文件

单视图重构—影消点、影消线与相机内参、平面法向量的推导

【西南大学】考研初试复试资料分享

3D reconstruction line structured light (1)
随机推荐
杰理之播放最大音量提示音播不出来【篇】
炒期货到哪里开户?如何开户更安全?
Notes on Linear Algebra 1
原厂直销MOS管 KNL42150 2.8A/1500V 适用光伏逆变器 可提供样品
Promise 中reject 和 catch 处理上有什么区别
量子计算+半导体材料!Quantinuum和JSR达成合作
OpenGL learning (I) understanding OpenGL and various libraries
32 project code area meaning based on Hal library, and common function examples
杰理之本修改解码时钟的方法【篇】
Practice of online problem feedback module (III): automatically generate all controller, service, mapper and other files
Practice of online problem feedback module (II): automatic generation of class file by encapsulating code
迪文串口屏教程(3)
[multithreading] CAS mechanism analysis and application (atomic class, spin lock), solving ABA problems
A new UI testing method: visual perception test
Apache apisik meetup Nanjing station! See you at 7.30!
【森城市】GIS数据漫谈(四)— 坐标系统
Matplotlib绘图报错:“! LaTeX Error: File `type1cm.sty‘ not found.“ 解决办法
[Golang数据库专题4]Golang语言操作PostgreSQL进行增删改查
VI editor commands
LocalDateTime格式化日期和@JsonFormat注解用法和@TableField(fill = FieldFill.INSERT)