사용자 도구

사이트 도구


windows:powershell

문서의 이전 판입니다!


Windows Powershell

Powershell Core

sudo

Color ls

  • PowerShell Gallary 로 설치
  • $Home\[My ]Documents\WindowsPowerShell\Profile.ps1에 다음 추가하면 l, ls로 명령실행가능. 기존 명령은 dir로 가능
    # for colored ls
    Import-Module Get-ChildItemColor
    
    Set-Alias l Get-ChildItemColor -option AllScope
    Set-Alias ls Get-ChildItemColorFormatWide -option AllScope

명령창 없이 명령 실행하기

powershell start-process '원하는명령(혹은 .bat)' -WindowStyle Hidden

Consoles

참조

windows/powershell.1527551943.txt.gz · 마지막으로 수정됨: 2018/05/29 08:59 저자 kwon37xi