Context menu items are missing

Ask any support questions here
Post Reply
vascot
Posts: 1
Joined: Mon Sep 02, 2024 6:21 pm

Context menu items are missing

Post by vascot »

When right clicking on the empty part of the directory, a context menu shows up in both explorer and explorer++. In the explorer++ menu, one of the items is missing. What is needed to get this menu item also in explorer++?

This menu item is defined in the windows registery in:

Code: Select all

[HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\new_ppt_template_here]
@="Create USER PPT"

[HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\new_ppt_template_here\command]
@="cmd.exe /c copy c:\\Users\\USERNAME\\Documents\\000000_work\\000000_PPT_.pptx \"%V\""
Post Reply