Skip to content

Out-ConsoleGridView Prevents Test-Connection Running #63

@chenrylee

Description

@chenrylee

I've tested it on both Windows 10 (19041.113) and MacOS (10.15.3):

  • PowerShell 7.0 GA
  • Microsoft.PowerShell.ConsoleGUITools 0.3.0
  1. Run Test-Connection 8.8.8.8, it works;
  2. Run gci | Out-ConsoleGridView, close it and run Test-Connection 8.8.8.8, it doesn't work, CTRL + C can't terminate it;
  3. Close the window directly, and re-open the terminal;
  4. Run Test-Connection 8.8.8.8, it works;
  5. Run gci | Out-ConsoleGridView, close it and run gci, it works;
  6. Run Test-Connection 8.8.8.8, it doesn't work, CTRL + C can't terminate it;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions