검색 기록 (아카이브)
powershell 알람소리 끄기
Lung Fish
2023. 2. 11. 15:15
- 검색일 : 2023년 02월 11일 - 15시 12분
- 검색이유 : 파워쉘에서 빈공간에 백스페이스를 누를 때 알람 경고음이 계속 발생해서 매우 거슬려서
. 끄는 방법을 확인해보았음
Set-PSReadlineOption -BellStyle Visual
Set-PSReadlineOption -BellStyle Audible
powershell 벨 소리 끄기
powershell을 사용하다 보면 enter나 backspace를 누르면 소리가 나던데 끄는 방법 입니다. 윈도우 PowerShell에서 백스페이스 키를 누를 때 나는 벨소리를 끄려면 Command line에서 다음과 같이 입력한다.Set-P
charlie-choi.tistory.com