killy 6 years ago code powershell $(Get-Date).ToShortTimeString() | %{ $(New-Object -ComObject "SAPI.SpVoice").speak($_) } Recommend Comment