Bill Powell
2024-06-13 22:35:16 UTC
I use the Win+R "run" box a thousand times a day (mostly because I
create dozens of one-word commands using the Windows Registry AppPaths key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\
As you know, the shortcut link to the RUN box is located here by default.
C:\Users\username\AppData\Roaming\Microsoft\Windows\
Start Menu\Programs\System Tools\Run.lnk
I already have that RUN box shortcut pinned to the taskbar, but what I'd
like to add is a RUN box option to the right-click context menu.
I already have something similar in the context menu, which is the "open
command window here" option - so all I want to do is add another line to
the rightclick context menu of something like "Open RUN box here".
Here's a way to add the "Open command window here" to the rightclick menu.
https://www.windowscentral.com/add-open-command-window-here-back-context-menu-windows-10
In that method, they change HKEY_CLASSES_ROOT\Directory\shell\cmd key value
of "HideBasedOnVelocityId" to "ShowBasedOnVelocityId" (which magically adds
"Open command window here" option to the shift-rightclick context menu).
The value of the DWORD is set to 639bc8 which is what gives it the magic.
https://www.askvg.com/windows-10-tip-restore-open-command-window-here-option-in-shiftright-click-menu/
I tried that, and it works perfectly, but what I want to do is modify that,
somehow, so that it will "Open RUN box here" (or something to that effect).
Does anyone on this newsgroup know Windows well enough to modify that
sequence to instead of adding "open command window here" to the context
menu, but to add the RUN box to the rightclick context menu instead?
create dozens of one-word commands using the Windows Registry AppPaths key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\
As you know, the shortcut link to the RUN box is located here by default.
C:\Users\username\AppData\Roaming\Microsoft\Windows\
Start Menu\Programs\System Tools\Run.lnk
I already have that RUN box shortcut pinned to the taskbar, but what I'd
like to add is a RUN box option to the right-click context menu.
I already have something similar in the context menu, which is the "open
command window here" option - so all I want to do is add another line to
the rightclick context menu of something like "Open RUN box here".
Here's a way to add the "Open command window here" to the rightclick menu.
https://www.windowscentral.com/add-open-command-window-here-back-context-menu-windows-10
In that method, they change HKEY_CLASSES_ROOT\Directory\shell\cmd key value
of "HideBasedOnVelocityId" to "ShowBasedOnVelocityId" (which magically adds
"Open command window here" option to the shift-rightclick context menu).
The value of the DWORD is set to 639bc8 which is what gives it the magic.
https://www.askvg.com/windows-10-tip-restore-open-command-window-here-option-in-shiftright-click-menu/
I tried that, and it works perfectly, but what I want to do is modify that,
somehow, so that it will "Open RUN box here" (or something to that effect).
Does anyone on this newsgroup know Windows well enough to modify that
sequence to instead of adding "open command window here" to the context
menu, but to add the RUN box to the rightclick context menu instead?
--
The "magic" is in the ShowBasedOnVelocityId value - not in the name.
https://superuser.com/questions/1152821/why-is-hidebasedonvelocityid-flag-set-in-registry-entry
The "magic" is in the ShowBasedOnVelocityId value - not in the name.
https://superuser.com/questions/1152821/why-is-hidebasedonvelocityid-flag-set-in-registry-entry