Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Recent times I saw many scripts which plays an Alert sound to get user attention.
Many used speech synthesis - few called WAV files and played.
This is a Great Post
Alternate Way to do in PowerShell
[System.Media.SystemSounds]::Hand.Play()
Enjoy PowerShell :)