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

Windows Terminal not working in S-mode #7724

Closed
vkocjancic opened this issue Sep 24, 2020 · 5 comments
Closed

Windows Terminal not working in S-mode #7724

vkocjancic opened this issue Sep 24, 2020 · 5 comments
Labels
Needs-Tag-Fix Doesn't match tag requirements Resolution-By-Design It's supposed to be this way. Sometimes for compatibility reasons.

Comments

@vkocjancic
Copy link

vkocjancic commented Sep 24, 2020

Environment

Windows build number: Windows 10 in S-mode (I don't think build number matters, to be honest)
Windows Terminal version (if applicable): 1.3.2651.0

Steps to reproduce

  1. Install Windows Terminal app from app store.
  2. Run Windows Terminal app
  3. Try opening cmd terminal

Expected behavior

I would see a powershell or cmd.exe window.

Actual behavior

I get an error [error 0x800711c7 when launching 'powershell.exe'] or [error 0x800711c7 when launching 'cmd.exe'].
Is that in any way related to the s-mode limitations?

@ghost ghost added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Sep 24, 2020
@KalleOlaviNiemitalo
Copy link

0x800711c7 = HRESULT_FROM_WIN32(ERROR_SYSTEM_INTEGRITY_POLICY_VIOLATION), "Your organization used Device Guard to block this app. Contact your support person for more info."

@KalleOlaviNiemitalo
Copy link

The improved error reporting #7186 would be nice here.

@DHowett
Copy link
Member

DHowett commented Sep 24, 2020

It definitely would.

Terminal is not intended to work in S mode, however. Terminal is a window through which you see other applications, and those “other applications” are restricted.

@DHowett DHowett closed this as completed Sep 24, 2020
@DHowett DHowett added Resolution-By-Design It's supposed to be this way. Sometimes for compatibility reasons. and removed Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting labels Sep 24, 2020
@vkocjancic
Copy link
Author

Ok I get that. Maybe it would be worth considering not offering the app to S mode OS in app store then.

@DHowett
Copy link
Member

DHowett commented Sep 24, 2020

Unfortunately, the store has not given us that option. Sorry!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs-Tag-Fix Doesn't match tag requirements Resolution-By-Design It's supposed to be this way. Sometimes for compatibility reasons.
Projects
None yet
Development

No branches or pull requests

3 participants