Skip to content
This repository has been archived by the owner on Aug 12, 2018. It is now read-only.

Add support for "Open with notepad2-mod" #185

Open
ghost opened this issue Mar 28, 2017 · 2 comments
Open

Add support for "Open with notepad2-mod" #185

ghost opened this issue Mar 28, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Mar 28, 2017

Need support add right mouse click menu : open with notepad2-mod

choose one file, right click mouse , show the menu, there should be one item open with notepad2-mod

select this item can open this file with notepad2-mod.

thanks.

@zufuliu
Copy link
Contributor

zufuliu commented Mar 29, 2017

save the following as .reg file (change pathe for Notepad2-mod.exe in last), double click it.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT*\shell\Notepad2-mod]
@="Notepad2-mod"

[HKEY_CLASSES_ROOT*\shell\Notepad2-mod\command]
@="D:\Tools\Notepad2-mod\Notepad2-mod.exe %1"

@ghost
Copy link
Author

ghost commented Mar 30, 2017

Thanks. is it posibble to add this to official installer scripts

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

No branches or pull requests

1 participant