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
- Run
Test-Connection 8.8.8.8
, it works;
- Run
gci | Out-ConsoleGridView
, close it and run Test-Connection 8.8.8.8
, it doesn't work, CTRL
+ C
can't terminate it;
- Close the window directly, and re-open the terminal;
- Run
Test-Connection 8.8.8.8
, it works;
- Run
gci | Out-ConsoleGridView
, close it and run gci
, it works;
- Run
Test-Connection 8.8.8.8
, it doesn't work, CTRL
+ C
can't terminate it;