[PR #19042] Get Windows SDK path from Registry #31690

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

Original Pull Request: https://github.com/microsoft/terminal/pull/19042

State: open
Merged: No


Summary of the Pull Request

The Windows SDK path may not be the same on all PCs, especially when Visual Studio (VS) is installed on a drive other than C:/. However, we can read the correct path from the Registry, which this PR does.

Validation Steps Performed

  1. Install VS on E:/.
  2. Build the solution and see it passes without erroring on accessing MakePri.exe.
**Original Pull Request:** https://github.com/microsoft/terminal/pull/19042 **State:** open **Merged:** No --- ## Summary of the Pull Request The Windows SDK path may not be the same on all PCs, especially when Visual Studio (VS) is installed on a drive other than `C:/`. However, we can read the correct path from the Registry, which this PR does. ## Validation Steps Performed 1. Install VS on `E:/`. 2. Build the solution and see it passes without erroring on accessing `MakePri.exe`.
claunia added the pull-request label 2026-01-31 09:48:52 +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#31690