相关疑难解决方法(0)

你如何使用PowerShell 2.0进行"暂停"?

好的,我正在失去它.PowerShell很讨厌我.我想要一个暂停对话框出现,但它不会.

PS W:\>>> $host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")
Exception calling "ReadKey" with "1" argument(s): "The method or operation is not implemented."
At line:1 char:23
+ $host.UI.RawUI.ReadKey <<<< ("NoEcho")
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : DotNetMethodException
Run Code Online (Sandbox Code Playgroud)

powershell

105
推荐指数
5
解决办法
19万
查看次数

标签 统计

powershell ×1