본문 바로가기

소질없는 개발

Windows PowerShell

윈도우즈에서 cmd 를 사용중이라면.. powershell 을 추천함


MS 사이트에서는 powershell 을 시스템 관리자를 위해 특별히 설계된 Windows 명령줄 shell 이라고 설명하고 있다. 

https://docs.microsoft.com/ko-kr/powershell/scripting/getting-started/getting-started-with-windows-powershell?view=powershell-6


윈도우즈 시작메뉴 > 프로그램 및 파일 검색 > powershell

(없으면, 위의 링크에서 설치 ^^;;)



뭔가 cmd 보다 시원시원하고 전문가적인 느낌 ^^;;



powershell 을 사용하게 된 계기는 chocolatey 때문인데, chocolatey 를 설치하려면 powershell 버전이 3.0 이상이어야 한다. windows7 에 기본으로 설치된 것은 버전 2.0 이므로 업그레이드가 필요하다.


Get-Host 로 설치되어 있는 버전을 확인


버전 3.0 은 여기에서 다운로드 받아 설치하면 된다.