Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove useRegExe and add rescap:unvirtualizedResources #15028

Merged
merged 2 commits into from
Mar 21, 2023

Conversation

DHowett
Copy link
Member

@DHowett DHowett commented Mar 21, 2023

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.

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.
Copy link
Member

@miniksa miniksa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow how often does that happen? YAY! 🥳

@DHowett
Copy link
Member Author

DHowett commented Mar 21, 2023

Evinced by my branch name, "unbodge for once"

@KalleOlaviNiemitalo
Copy link

If the computer has an old version of App Installer that does not include the fix, and Windows Terminal is installed from Microsoft Store (not by double-clicking an MSIX file), then will it register correctly?

@DHowett
Copy link
Member Author

DHowett commented Mar 21, 2023

Oh, absolutely. The only thing that stopped us from doing this before was that double-clicking an MSIX presented a UI that said "You are not under any circumstances allowed to install this app by double-clicking it." Store deployment and Add-AppxPackage/Add-AppxProvisionedPackage are unimpacted.

@DHowett DHowett merged commit e0046a4 into main Mar 21, 2023
@DHowett DHowett deleted the dev/duhowett/unbodge_for_once branch March 21, 2023 20:18
DHowett added a commit that referenced this pull request Mar 31, 2023
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.

(cherry picked from commit e0046a4)
Service-Card-Id: 88581048
Service-Version: 1.17
@MouriNaruto
Copy link

MouriNaruto commented Jul 6, 2023

I want to leave a message for asking how to apply unvirtualizedResources for third-party applications and pass the Microsoft Store verifications.

Thanks if I get the reply.

Kenji Mouri

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants