Personalization Add or Remove "Open in Intelligent Terminal" context menu in Windows 11


Inteligent_Terminal_header.webp

This tutorial will show you how to add or remove the Open in Terminal for Intelligent Terminal context menu for your account or all users in Windows 11.

Intelligent Terminal is an experimental terminal with native agent integration, forked from Windows Terminal. Key features include an agent in a dedicated pane that sees your shell context, catches errors as they happen, and helps you fix them without copy-pasting. Ask it to explain failures, generate commands, or work through multi-step tasks while your shell stays unblocked.

If you install the Intelligent Terminal app, a Open in Terminal context menu for Intelligent Terminal is added by default for when you right click or shift + right click on a folder or folder background.

If wanted, you can remove this Open in Terminal context menu for Intelligent Terminal without having to uninstall Intelligent Terminal.



Contents

  • Option One: Add or Remove "Open in Intelligent Terminal" context menu for Current User
  • Option Two: Add or Remove "Open in Intelligent Terminal" context menu for All Users


EXAMPLE: "Open in Terminal" context menu for Intelligent Terminal

Open_in_Intelligent_Teminal_context_menu.webp
Open_in_Intelligent_Teminal_show_more_options_context_menu.webp





Option One

Add or Remove "Open in Intelligent Terminal" context menu for Current User


1 Do step 2 (add) or step 3 (remove) below for what you would like to do.

2 Add "Open in Intelligent Terminal" context menu for Current User

This is the default setting.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Add_Open_in_Intelligent_Terminal_context_menu_for_current_user.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked]
"{1E1F2315-7C3C-4603-BE7B-D2F2117D6DFF}"=-

3 Remove "Open in Intelligent Terminal" context menu for Current User

A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Remove_Open_in_Intelligent_Terminal_context_menu_for_current_user.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked]
"{1E1F2315-7C3C-4603-BE7B-D2F2117D6DFF}"="Open in Intelligent Terminal"

4 Save the .reg file to your desktop.

5 If you have Smart App Control turned on, you will need to unblock the downloaded REG file.

6 Double click/tap on the downloaded .reg file to merge it.

7 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

8 Sometimes you may need to restart the explorer process to apply.

9 You can now delete the downloaded .reg file if you like.




Option Two

Add or Remove "Open in Intelligent Terminal Preview" context menu for All Users


You must be signed in as an administrator to use this option.


1 Do step 2 (add) or step 3 (remove) below for what you would like to do.


 2. Add "Open in Intelligent Terminal" context menu for All Users

This is the default setting.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Add_Open_in_Intelligent_Terminal_context_menu_for_all_users.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked]
"{1E1F2315-7C3C-4603-BE7B-D2F2117D6DFF}"=-


 3. Remove "Open in Intelligent Terminal" context menu for All Users

A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Remove_Open_in_Intelligent_Terminal_context_menu_for_all_users.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked]
"{1E1F2315-7C3C-4603-BE7B-D2F2117D6DFF}"="Open in Intelligent Terminal"

4 Save the .reg file to your desktop.

5 If you have Smart App Control turned on, you will need to unblock the downloaded REG file.

6 Double click/tap on the downloaded .reg file to merge it.

7 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

8 Sometimes you may need to restart the explorer process to apply.

9 You can now delete the downloaded .reg file if you like.


That's it,
Shawn Brink


 

Attachments

Last edited:
Back
Top Bottom