Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
ALERT (`a) The alert (`a) character sends a beep signal to the computer's speaker. You can use this to warn a user about an impending action.
powershell -c echo `a
powershell -c [console]::beep(1000,500)