Replies: 3 comments 7 replies
-
|
Does CMD call The main type of file-peeking it does is figuring out if it's GUI or CUI and for that it reads the PE header directly (via |
Beta Was this translation helpful? Give feedback.
-
|
However, it is somewhat important to know this. This was not my team's choice. This is a "by design" decision that has had endless ramifications on the platform. I have opinions about this. Windows Store applications are not intended to be accessed directly. The ACLs on the The This is part of why changing the permissions on App execution aliases, on the other hand, are also an abomination. CMD is not launching CMD uses internal APIs to determine whether it's a console application. It learns that it is not. PowerShell does not/cannot, and so it assumes that it is and therefore waits for it to exit. This is why we made |
Beta Was this translation helpful? Give feedback.
-
|
FWIW, I do not see code in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Why does GetBinaryType() fail (ERROR_ACCESS_DENIED) on the store WindowsTerminal.exe (ERROR_ACCESS_DENIED)? Can I do anything about that?
And how does CMD know it's a GUI app and consequently not wait for it?
Beta Was this translation helpful? Give feedback.
All reactions