[PR #15028] [MERGED] Remove useRegExe and add rescap:unvirtualizedResources #30362

Open
opened 2026-01-31 09:40:20 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/15028
Author: @DHowett
Created: 3/21/2023
Status: Merged
Merged: 3/21/2023
Merged by: @DHowett

Base: mainHead: dev/duhowett/unbodge_for_once


📝 Commits (2)

  • f6a4b96 Remove useRegExe and add rescap:unvirtualizedResources
  • 1577210 LOL remove the actual use of useRegExe too

📊 Changes

6 files changed (+26 additions, -64 deletions)

View changed files

📝 src/cascadia/CascadiaPackage/Package-Dev.appxmanifest (+1 -0)
📝 src/cascadia/CascadiaPackage/Package-Pre.appxmanifest (+1 -0)
📝 src/cascadia/CascadiaPackage/Package.appxmanifest (+1 -0)
📝 src/cascadia/TerminalSettingsModel/DefaultTerminal.cpp (+1 -1)
📝 src/propslib/DelegationConfig.cpp (+18 -59)
📝 src/propslib/DelegationConfig.hpp (+4 -4)

📄 Description

Due to a limitation in the Windows App Installer UI, Terminal had to shell out to reg.exe to write the Delegation registry keys. The team in charge of AppInstaller lifted that (once by-policy) limitation.

Therefore, we can remove our BODGY workaround.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/15028 **Author:** [@DHowett](https://github.com/DHowett) **Created:** 3/21/2023 **Status:** ✅ Merged **Merged:** 3/21/2023 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `dev/duhowett/unbodge_for_once` --- ### 📝 Commits (2) - [`f6a4b96`](https://github.com/microsoft/terminal/commit/f6a4b9608843222cab4773a27a5a9e7b92add219) Remove useRegExe and add rescap:unvirtualizedResources - [`1577210`](https://github.com/microsoft/terminal/commit/15772103dd348bae69dac05b0d0b29cdca291a46) LOL remove the actual use of useRegExe too ### 📊 Changes **6 files changed** (+26 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/CascadiaPackage/Package-Dev.appxmanifest` (+1 -0) 📝 `src/cascadia/CascadiaPackage/Package-Pre.appxmanifest` (+1 -0) 📝 `src/cascadia/CascadiaPackage/Package.appxmanifest` (+1 -0) 📝 `src/cascadia/TerminalSettingsModel/DefaultTerminal.cpp` (+1 -1) 📝 `src/propslib/DelegationConfig.cpp` (+18 -59) 📝 `src/propslib/DelegationConfig.hpp` (+4 -4) </details> ### 📄 Description Due to a limitation in the Windows App Installer UI, Terminal had to shell out to `reg.exe` to write the Delegation registry keys. The team in charge of AppInstaller lifted that (once by-policy) limitation. Therefore, we can remove our BODGY workaround. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:40:20 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#30362