[PR #1648] [MERGED] Obstruct the user when they try to run WT under WOW #24630

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/1648
Author: @DHowett-MSFT
Created: 6/26/2019
Status: Merged
Merged: 7/11/2019
Merged by: @undefined

Base: masterHead: dev/duhowett/obstruct


📝 Commits (5)

  • 1b23532 Obstruct the user when they try to run under WOW
  • 093d9ca Move strings to resource file, add comments to methods, remove extraneous wil include.
  • aafd3cb Merge branch 'master' into dev/duhowett/obstruct
  • 1638814 remove excess newline
  • e5d2828 output of formatter.

📊 Changes

4 files changed (+128 additions, -8 deletions)

View changed files

📝 src/cascadia/WindowsTerminal/WindowsTerminal.rc (+29 -4)
📝 src/cascadia/WindowsTerminal/main.cpp (+87 -0)
📝 src/cascadia/WindowsTerminal/pch.h (+1 -0)
📝 src/cascadia/WindowsTerminal/resource.h (+11 -4)

📄 Description

Summary of the Pull Request

This should give us an anchor for when users complain.

image

Validation Steps Performed

Manual testing.


🔄 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/1648 **Author:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Created:** 6/26/2019 **Status:** ✅ Merged **Merged:** 7/11/2019 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `dev/duhowett/obstruct` --- ### 📝 Commits (5) - [`1b23532`](https://github.com/microsoft/terminal/commit/1b23532e83465ec5f9f4f84f170a3b3154d5b934) Obstruct the user when they try to run under WOW - [`093d9ca`](https://github.com/microsoft/terminal/commit/093d9ca6f02a4bdc47f2c9edd7fdfd611a43664f) Move strings to resource file, add comments to methods, remove extraneous wil include. - [`aafd3cb`](https://github.com/microsoft/terminal/commit/aafd3cb5fad806ce3edf557502647e96e2ebb412) Merge branch 'master' into dev/duhowett/obstruct - [`1638814`](https://github.com/microsoft/terminal/commit/163881443097180482a72a24ee4f657134a396ea) remove excess newline - [`e5d2828`](https://github.com/microsoft/terminal/commit/e5d28281b5dc28aeb63bdab8f71e3691b984d76d) output of formatter. ### 📊 Changes **4 files changed** (+128 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/WindowsTerminal/WindowsTerminal.rc` (+29 -4) 📝 `src/cascadia/WindowsTerminal/main.cpp` (+87 -0) 📝 `src/cascadia/WindowsTerminal/pch.h` (+1 -0) 📝 `src/cascadia/WindowsTerminal/resource.h` (+11 -4) </details> ### 📄 Description ## Summary of the Pull Request This should give us an anchor for when users complain. ![image](https://user-images.githubusercontent.com/14316954/60210877-c1d05500-9812-11e9-8139-590849f7defe.png) ## Validation Steps Performed Manual testing. --- <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:04: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#24630