Skip to content

Instantly share code, notes, and snippets.

@sub314xxl
Created November 14, 2019 10:15
Show Gist options
  • Save sub314xxl/f561aa27345bb8c936033fad7aa2d053 to your computer and use it in GitHub Desktop.
Save sub314xxl/f561aa27345bb8c936033fad7aa2d053 to your computer and use it in GitHub Desktop.
Add-Type -AssemblyName System.speech; (New-Object -TypeName System.Speech.Synthesis.SpeechSynthesizer).Speak("Hello!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment