In Windows 11, the Windows Terminal context menu item appears in the right-click menu for folders and the desktop.
Suppose you’re already using the “Open PowerShell window here” or “Open Command window here” option and don’t plan to launch Terminal via the right-click menu. In that case, you can remove the “Open in Windows Terminal” context menu entry to declutter the menu.
Remove “Open in Windows Terminal” Context Menu in Windows 11
- Launch the Registry Editor (
regedit.exe
) - Go to the following location:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions
- Create a subkey named “
Blocked
“ - Under the “
Blocked
” subkey, create a REG_SZ value named{9F156763-7844-4DC4-B2B1-901F640F5155}
- Exit the Registry Editor.
- Log off and log back in, or restart the Explorer shell via Task Manager for the change to take effect.
This removes the “Open in Windows Terminal” option from the desktop and folder right-click menu in Windows 11.
Note: You can still launch Windows Terminal and Windows Terminal (Admin) from the Win + X menu or using other ways.
Registry File
Here is the registry file in case you want to automate the above setting:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked] "{9F156763-7844-4DC4-B2B1-901F640F5155}"=""
INFO: The GUID {9F156763-7844-4DC4-B2B1-901F640F5155}
above points to the following DLL located under the Windows Terminal application folder:
C:\Program Files\WindowsApps\Microsoft.WindowsTerminal_n.nn.nnnnn.n_x64__8wekyb3d8bbwe\WindowsTerminalShellExt.dll
WindowsTerminalShellExt.dll
is responsible for the display and functionality of the Windows Terminal context menu.
One small request: If you liked this post, please share this?
One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:- Pin it!
- Share it to your favorite blog + Facebook, Reddit
- Tweet it!