Update Hey_Everybody.txt

Added missing ENTER on line 17. Without it, PowerShell doesn't run the command to make the computer speak without the user pressing enter.
This commit is contained in:
Austin
2022-09-22 22:31:51 -05:00
committed by GitHub
parent 35df16c992
commit 4a9b276b56
+1
View File
@@ -14,3 +14,4 @@ STRING $sp=New-Object -ComObject SAPI.SpVoice
ENTER
DELAY 250
STRING $sp.Speak("Hey everybody! I plugged in something I should not have.")
ENTER