Replace expensive WMI query with Win32 call - #2534
Closed
Steve Lee (SteveL-MSFT) wants to merge 8 commits into
Closed
Replace expensive WMI query with Win32 call#2534Steve Lee (SteveL-MSFT) wants to merge 8 commits into
Steve Lee (SteveL-MSFT) wants to merge 8 commits into
Conversation
added 8 commits
October 13, 2016 11:13
GetParentProcess TFS:9333493
|
Hi Steve Lee (@SteveL-MSFT), I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!
TTYL, MSBOT; |
Member
|
Your commit history is cluttered. If you submit this PR from a separate branch other than master, it will not push the entire history of your master branch. |
Mike Richmond (mirichmo)
pushed a commit
that referenced
this pull request
Oct 31, 2016
) * Fixes #2534 by replacing expensive WMI query with Win32 API calls * fix break on unix build * added tests for #2535 * although test passed, fixing exception that shows up * fixed Describe text * addressing code review feedback * addressing review feedback to comment on why sleep is needed added check that test processes are created before we try to kill them * fixed test to timeout and pending fix for #2561
Thatgfsj (Thatgfsj)
pushed a commit
to Thatgfsj/PowerShell
that referenced
this pull request
Aug 6, 2026
… calls (PowerShell#2535) * Fixes PowerShell#2534 by replacing expensive WMI query with Win32 API calls * fix break on unix build * added tests for PowerShell#2535 * although test passed, fixing exception that shows up * fixed Describe text * addressing code review feedback * addressing review feedback to comment on why sleep is needed added check that test processes are created before we try to kill them * fixed test to timeout and pending fix for PowerShell#2561
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TFS:9333493