mirror of
https://github.com/microsoft/terminal.git
synced 2026-07-08 17:56:28 +00:00
## 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`.