0
Windows CMD에서 Powershell 명령 실행 및 색상 출력
Powershell에서이 명령을 실행하면 색상으로 출력됩니다. (curl wttr.in -UserAgent curl).Content 그러나 Windows CMD에서 동일한 명령을 실행하면 색상이없는 동일한 출력을 얻습니다. powershell (curl wttr.in -UserAgent curl).Content Windows CMD에서 Powershell 명령을 어떻게 실행하고 Powershell에 표시되는대로 컬러 로 출력 합니까?