PowerShell如何弹出提示框
[void] [System.Windows.MessageBox]::Show( "Message", "Title", "OK", "Information" )

$answer = [System.Windows.MessageBox]::Show( "Dou you want to continue erasing all files?", "Please Confirm", "YesNoCancel", "Warning" )
日期:2020-04-11 23:04:33 来源:oir作者:oir