PowerShell PowerShell while(1) { $keyInfo = [Console]::ReadKey($true) $keyInfo } 12345 while(1){ $keyInfo = [Console]::ReadKey($true) $keyInfo}