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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,4 +13,5 @@ DELAY 250
STRING $sp=New-Object -ComObject SAPI.SpVoice STRING $sp=New-Object -ComObject SAPI.SpVoice
ENTER ENTER
DELAY 250 DELAY 250
STRING $sp.Speak("Hey everybody! I plugged in something I should not have.") STRING $sp.Speak("Hey everybody! I plugged in something I should not have.")
ENTER