我知道如何使用类似的东西更改主 ISE 窗口的标题
$Host.UI.RawUI.WindowTitle = "My Awesome New Window Title"
但我想知道如何访问在读取主机请求时弹出的窗口标题,例如:
$strP4Pass = Read-Host "Please enter Perforce Password" -assecurestring
它作为标题弹出Windows PowerShell ISE - Input
- 是的,我知道我在Please enter Perforce Password
窗口中有提示- 但我真的希望能够自定义标题 - 有什么想法吗?