Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request]How to associate editing to the right click #1337

Open
taotaoyouyou opened this issue May 11, 2024 · 1 comment
Open

[Feature request]How to associate editing to the right click #1337

taotaoyouyou opened this issue May 11, 2024 · 1 comment

Comments

@taotaoyouyou
Copy link

How to associate editing to the right click

@abhwong
Copy link

abhwong commented May 15, 2024

1.Create a new file called 1.reg
2.Copy the following content to 1.reg file.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\notepads]
@="open with notepads"
"Icon"="C:\\Your\\Icon\\Path\\notepads.ico,0"

[HKEY_CLASSES_ROOT\*\shell\notepads\command]
@="\"C:\\Users\\YourUsername\\AppData\\Local\\Microsoft\\WindowsApps\\Notepads.exe\" \"%V\""

3.Replace YourUsername and icon path. You can use the ico i converted or delete that line
4. Save it. Double click and import.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants