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

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}"=-
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}"=""
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}"=-
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


Appendix

Note created on 2024-05-17 and last modified on 2024-05-17.

See Also

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