-
Notifications
You must be signed in to change notification settings - Fork 8.7k
Closed
Labels
Issue-FeatureComplex enough to require an in depth planning process and actual budgeted, scheduled work.Complex enough to require an in depth planning process and actual budgeted, scheduled work.Resolution-DuplicateThere's another issue on the tracker that's pretty much the same thing.There's another issue on the tracker that's pretty much the same thing.
Metadata
Metadata
Assignees
Labels
Issue-FeatureComplex enough to require an in depth planning process and actual budgeted, scheduled work.Complex enough to require an in depth planning process and actual budgeted, scheduled work.Resolution-DuplicateThere's another issue on the tracker that's pretty much the same thing.There's another issue on the tracker that's pretty much the same thing.
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
DHowett commentedon Jul 22, 2020
It can't be removed right now. We're tracking a workitem to only show it when SHIFT is held down.
We're not going to add the ability to delete it entirely. Sorry.
/dup #6113
ghost commentedon Jul 22, 2020
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
vitaminj commentedon Jul 22, 2020
To remove this manually, open regedit, go to the folder
\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked
(you may have to create theBlocked
key) then add a string value on the right with the name{9F156763-7844-4DC4-B2B1-901F640F5155}
and the valueWindowsTerminal
Then restart Explorer.
Bookmark the folder if you're likely to want to come back and re-enable the menu item when they add the option to only show it on holding shift
4k3or3et commentedon Jul 22, 2020
Cool stuff. Thank you.
ThenTech commentedon Aug 18, 2020
Nice, I already added my own shortcut on shift only, so this removed the duplicate.
patricknelson commentedon Mar 19, 2021
I use this registry hack in combination with https://github.com/BroJenuel/Explorer-Context-Menu-Integration-for-windows-terminal to address issues with Windows Terminal not being able to properly retain the
CWD
when opening new tabs and panes (#8933).jayagami commentedon Apr 6, 2021
I think this is better than the official solution:
https://github.com/lextm/windowsterminal-shell
pundoo commentedon Aug 29, 2021
@vitaminj Unfortunately that doesn't work for 'Open in Windows Terminal Preview'. Any idea of the correct CLSID for that?
vitaminj commentedon Aug 30, 2021
@pundoo it seems to be
{02DB545A-3E20-46DE-83A5-1329B1E88B6B}
for the preview version (you can use any string for the value butWindowsTerminalPreview
is probably a good idea so that you remember what it was)pundoo commentedon Aug 30, 2021
@vitaminj Ahh.. its literally just there. I went over the source code atleast twice. How could I possibly overlook that.. smh
ThisOneIsForPosting commentedon Sep 9, 2021
@vitaminj
Thank you for finding that string! Now Windows Terminal Preview no longer shows up in my Windows 11 context menu 👍
itsmeshibintmz commentedon Dec 27, 2021
Thank you.
musm commentedon Jan 30, 2022
Thank you. How about how to remove it from the extended context menu on Windows 11, after you click "Show More Options"?
itsmeshibintmz commentedon Jan 31, 2022
the same registry edit you can apply in Windows 11 too.