...2022. 3. 10. 23:51Window PowerShell 배경, 글 색상 변경

PowerShell 가독성이 너무 떨어져서 바꿔보았다. PS C:\Users\Shinsohui> cd\ PS C:\> $host.privatedata # 색상값 출력 # 현재 설정되어 있는 글자 색상값이 출력된다. ErrorForegroundColor : Red ErrorBackgroundColor : Black WarningForegroundColor : Yellow WarningBackgroundColor : Black DebugForegroundColor : Yellow DebugBackgroundColor : Black VerboseForegroundColor : Yellow VerboseBackgroundColor : Black ProgressForegroundColor : Yellow Prog..

image