Last active
June 2, 2018 16:19
-
-
Save dannyrb/4df180b3baa1b2113a97e18c0bd7e345 to your computer and use it in GitHub Desktop.
👋 Hi Matt! Hi Pat!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add-Type -AssemblyName System.speech | |
$speak = New-Object System.Speech.Synthesis.SpeechSynthesizer | |
$speak.Speak('Come see the violence inherent in the system. Help! Help! I''m being repressed!') | |
# Nabbed from this reddit thread: | |
# https://www.reddit.com/r/PowerShell/comments/5z55g4/need_a_fun_prank_script/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment