-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Change in runas format #15381
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
Change in runas format #15381
Conversation
Looks fine Co-authored-by: Steve Lee <slee@microsoft.com>
SteveL-MSFT
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
There is a conflict, and you didn't give maintainers permission to resolve it for you. Please resolve the conflict. |
|
Resolve conflicts button is disabled for me. I see a message "Only those with write access to this repository can merge pull requests." |
|
This pull request has been automatically marked as Review Needed because it has been there has not been any activity for 7 days. |
|
I created a new one with the right permissions. #15434 |
|
@krishnayalavarthi Since it is simple change you could update your fork, create new branch, add the change and pull new PR. |
|
This pull request has been automatically marked as Review Needed because it has been there has not been any activity for 7 days. |
|
I just realized #15434 was created to replace this PR. I have assigned #15434 to @TravisEz13, also added @SteveL-MSFT to review again. |

PR Summary
'Run as Powershell 7.0' handling when invoking ps scripts, which has commands like calc.exe in some of the folder names.
PR Context
When invoking a script with 'Run as Powershell 7.0' from a path which has commands like calc.exe in some of the folder names, will invoke the calc.exe and execute it. This PR will avoid such invoke.
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.(which runs in a different PS Host).