Skip to content

Commit 2a3134f

Browse files
committed
Shell-extension Win11 clarification
(per #780 comment)
1 parent 23ee69f commit 2a3134f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/docs/shell-extension.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ If you are willing to edit your registry[†](#registry-edit-warning "edit your
5353

5454
### Manual "Edit with Notepad++" Action
5555

56-
You can manually add an "Edit with Notepad++" action to your registry using your favorite registry-editing method[](#registry-edit-warning "edit your registry at your own risk"). You could save the appropriate script below as a `.reg` file and run it, and it will update your registry for you. Or you can use `regedit.exe` to use the GUI to edit the keys and values mentioned in the `.reg` files. (To remove the manual entry, just remove the keys that are populated by these scripts or that you populated in regedit.)
56+
For the older classic Windows context menu (for Windows 10 and earlier), you can manually add an "Edit with Notepad++" action to your registry using your favorite registry-editing method[](#registry-edit-warning "edit your registry at your own risk"). You could save the appropriate script below as a `.reg` file and run it, and it will update your registry for you. Or you can use `regedit.exe` to use the GUI to edit the keys and values mentioned in the `.reg` files. (To remove the manual entry, just remove the keys that are populated by these scripts or that you populated in regedit.)
57+
58+
_(If you are using Windows 11, see the [workarounds (below)](#windows-11-right-click-workarounds).)_
5759

5860
#### SINGLE USER
5961

0 commit comments

Comments
 (0)