-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(core): Create no window by default in Invoke-ExternalCommand
#5066
Conversation
831fd40
to
1ea1d5d
Compare
a327be4
to
c3a1530
Compare
-NoWindow
for Invoke-ExternalCommand
Invoke-ExternalCommand
This breaks my install/uninstall scripts for my dorado/msys2-cn. With this forced |
I'm planning to merge #5124 which refactor The default behavior of |
@chawyehsu So sorry that I made a stupid mistake in this PR... 🤦🏻 Line 524 in 34da850
A
@niheaven You're right, |
Description
Support a new-NoWindow
switch which indicates the process should be started without creating a new window to contain it. This switch cannot go with-RunAs
.EDITED: So stupid that I missed the switch in this PR even though I wrote the description above. 😭
Checklist:
develop
branch.