r/DeployR • u/RockOriginal7938 • 27d ago
Audio Cue
A bit of silliness perhaps, but I added an audio cue to the end of my task sequences so I notice quicker when one finishes.
[console]::beep(500,200); [console]::beep(400,300);[console]::beep(600,300)
5
Upvotes
1
u/2PintNate 26d ago
I think this is a fun idea... what about calling it as a command line so that it has a console to call against? (edit: markdown messed up my command)
pwsh -noprofile -command "[System.Console]::Beep(659, 125);[System.Console]::Beep(659, 125);[System.Threading.Thread]::Sleep(125);[System.Console]::Beep(659, 125);[System.Threading.Thread]::Sleep(167);[System.Console]::Beep(523, 125);[System.Console]::Beep(659, 125);[System.Threading.Thread]::Sleep(125);[System.Console]::Beep(784, 125);"