[PR #15050] [MERGED] Add flexible virtualization rules for HKCU\Console\Startup #30379

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

📋 Pull Request Information

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

Base: mainHead: dev/duhowett/virt


📝 Commits (1)

  • f208681 Add flexible registry virtualization rules for HKCU\Console\Startup

📊 Changes

3 files changed (+33 additions, -3 deletions)

View changed files

📝 src/cascadia/CascadiaPackage/Package-Dev.appxmanifest (+11 -1)
📝 src/cascadia/CascadiaPackage/Package-Pre.appxmanifest (+11 -1)
📝 src/cascadia/CascadiaPackage/Package.appxmanifest (+11 -1)

📄 Description

Flexible Virtualization is a little more restrictive than unvirtualizedResources, but it's more descriptive and stands a chance of working on Windows 10.

This makes unvirtualizedResources actually work for us - we can tell the system exactly which registry keys we want to use. This is required for our registry writes to work on Windows 10.


🔄 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/15050 **Author:** [@DHowett](https://github.com/DHowett) **Created:** 3/27/2023 **Status:** ✅ Merged **Merged:** 3/28/2023 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `dev/duhowett/virt` --- ### 📝 Commits (1) - [`f208681`](https://github.com/microsoft/terminal/commit/f208681749df6907198f7f3ca63827e50ad00217) Add flexible registry virtualization rules for HKCU\Console\Startup ### 📊 Changes **3 files changed** (+33 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/CascadiaPackage/Package-Dev.appxmanifest` (+11 -1) 📝 `src/cascadia/CascadiaPackage/Package-Pre.appxmanifest` (+11 -1) 📝 `src/cascadia/CascadiaPackage/Package.appxmanifest` (+11 -1) </details> ### 📄 Description [Flexible Virtualization] is a little more restrictive than `unvirtualizedResources`, but it's more descriptive and stands a chance of working on Windows 10. This makes `unvirtualizedResources` actually work for us - we can tell the system exactly which registry keys we want to use. This is required for our registry writes to work on Windows 10. [Flexible Virtualization]: https://learn.microsoft.com/en-us/windows/msix/desktop/flexible-virtualization --- <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:28 +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#30379