Add Windows Terminal Context Menu Registry Code
title: ## Contents
style: nestedList # TOC style (nestedList|inlineFirstLevel)
minLevel: 1 # Include headings from the specified level
maxLevel: 4 # Include headings up to the specified level
includeLinks: true # Make headings clickable
debugInConsole: false # Print debug info in Obsidian console
Overview
Sources:
Code Snippet
- Add: Context Menu to open Windows Terminal for All Users:
Windows Registry Editor Version 5.00
; MajorGeeks.Com
; Add or Remove 'Open in Windows Terminal' in Windows 11
; https://www.majorgeeks.com/content/page/open_in_windows_terminal.html
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked]
"{9F156763-7844-4DC4-B2B1-901F640F5155}"=-
- Remove: Context Menu to open Windows Terminal for All Users:
Windows Registry Editor Version 5.00
; MajorGeeks.Com
; Add or Remove 'Open in Windows Terminal' in Windows 11
; https://www.majorgeeks.com/content/page/open_in_windows_terminal.html
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked]
"{9F156763-7844-4DC4-B2B1-901F640F5155}"=""
- Add: Context Menu to open Windows Terminal for Current User:
Windows Registry Editor Version 5.00
; MajorGeeks.Com
; Add or Remove 'Open in Windows Terminal' in Windows 11
; https://www.majorgeeks.com/content/page/open_in_windows_terminal.html
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked]
"{9F156763-7844-4DC4-B2B1-901F640F5155}"=-
- Remove: Context Menu to open Windows Terminal for Current User:
Windows Registry Editor Version 5.00
; MajorGeeks.Com
; Add or Remove 'Open in Windows Terminal' in Windows 11
; https://www.majorgeeks.com/content/page/open_in_windows_terminal.html
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked]
"{9F156763-7844-4DC4-B2B1-901F640F5155}"=""
See Also
- Windows Registry Code Snippets
- PowerShell Code
- Command Line Code
- Tool - Microsoft Windows
- Development Map of Content
- Technology Map of Content
- Computer Science Map of Content
Appendix
Note created on 2024-05-17 and last modified on 2024-05-17.
See Also
Backlinks
LIST FROM [[Registry - Add Windows Terminal Context Menu]] AND -"CHANGELOG" AND -"04-RESOURCES/Code/Registry/Registry - Add Windows Terminal Context Menu"
(c) No Clocks, LLC | 2024