当前位置:网站首页>win10为任意文件添加右键菜单
win10为任意文件添加右键菜单
2022-06-27 08:31:00 【Free飝Fly】
一、打开注册表
Win+R =>regedit

在HKEY_CLASSES_ROOT\AllFilesystemObjects\shell下新建key

winhex(名字随意,以winhex为例)
在winhex上新建key command(固定的,不要改)

修改command的Default value

输入"D:\绿色软件\winhex\WinHex.exe" "%1"
其中D:\绿色软件\winhex\WinHex.exe为软件路径(改为你的软件路径),%1为要打开的文件 (不要改)
在任意文件上右击
就可以看到winhex选项

边栏推荐
- 【云原生】2.3 Kubernetes 核心实战(上)
- 参考 | Win11 开启热点之后电脑不能上网
- 100% understanding of 5 IO models
- AQS underlying source code of concurrent programming JUC
- Helix QAC is updated to 2022.1 and will continue to provide high standard compliance coverage
- Chapter 11 signal (I) - concept
- SPARQL basic introductory exercise
- [batch dos-cmd command - summary and summary] - parameters%0,%1,%2,%[0-9],%0-9 in the batch command and batch command parameter position switching command shift, operator% usage in the DOS command
- Matlab tips (18) matrix analysis -- entropy weight method
- Rough reading DS transunet: dual swing transformer u-net for medical image segmentation
猜你喜欢

this,构造器,静态,之间调用,必须搞懂啊!

Creation process and memory layout of objects at JVM level

Mapping of Taobao virtual product store opening tutorial

Associated GIS: all roads lead to ue5 City

JVM层次上的对象的创建过程和内存布局

ZABBIX deployment instructions (server+win client + switch (H3C))

并发编程JUC的AQS底层源码

Rust async: SMOL source code analysis -executor
![[11. two dimensional difference]](/img/b2/da624f8a7f97c46b8e346cf6d6da49.png)
[11. two dimensional difference]

PayPal account has been massively frozen! How can cross-border sellers help themselves?
随机推荐
ServletConfig and ServletContext
SPARQL basic introductory exercise
JVM常见的垃圾收集器
[daily practice] realization of product card animation effect
If xn > 0 and X (n+1) /xn > 1-1/n (n=1,2,...), Prove that the series Σ xn diverges
MySQL environment variable configuration tutorial
A classic interview question covering 4 hot topics
[batch dos-cmd command - summary and summary] - how to distinguish the internal command and external command of CMD, and the difference between CMD command and run (win+r) command,
VIM from dislike to dependence (20) -- global command
Lvgl usage demo and instructions 2
VIM from dislike to dependence (19) -- substitution
RockerMQ消息发送模式
The difference between ArrayList and LinkedList
05 observer mode
Matlab tips (19) matrix analysis -- principal component analysis
MySQL环境变量配置的教程
About the problem that the El date picker Click to clear the parameter and make it null
Pin details in rust
[batch dos-cmd command - summary and summary] - environment variables, path variables, search file location related instructions - set, path, where, what if there are spaces in the path parameters of
【原创】TypeScript字符串utf-8编码解码