Skip to content

Instantly share code, notes, and snippets.

@MattiasFestin
Last active February 26, 2020 20:11
Show Gist options
  • Save MattiasFestin/4fb8c732ac2fff52c6458ffeceaa3257 to your computer and use it in GitHub Desktop.
Save MattiasFestin/4fb8c732ac2fff52c6458ffeceaa3257 to your computer and use it in GitHub Desktop.
Add-Type -AssemblyName System.Speech; $ss = New-Object -TypeName System.Speech.Synthesis.SpeechSynthesizer; $ss.Rate = 1.2; $ss.Speak('There was a catastrophic cyber attack recently. All the data was encrypted.... The government is still looking for the hacker. They think he ran some ware.');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment