OS/Windows

    [ Windows ] PowerShell vim 설치

    PowerShell vim 설치 choco install vim -y chocolatey를 이용하여 vim 설치 * chocolatey가 없다면 https://leaderksb.tistory.com/32 글 참고하여 설치 잘 설치 된 것을 볼 수 있습니다.

    [ Windows ] PowerShell Chocolatey 설치

    PowerShell Chocolatey 설치 Get-ExecutionPolicy PowerShell 실행 정책 확인 → Set-ExecutionPolicy AllSigned Restricted(스크립트 비허용)라면 AllSigned로 설정 → Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.p..

    [ Windows ] Windows 자동 업데이트 끄기 / Windows Auto Update Off

    1. 로컬 정책 편집기 실행 1) 단축키 Win + R > gpedit.msc 2. 자동 업데이트 구성 더블 클릭 1) 컴퓨터 구성 > 관리 템플릿 > Windows 구성 요소 > Windows 업데이트 > 자동 업데이트 구성 3. 자동 업데이트 구성 편집 1) 사용 안 함 > 적용 > 확인 4. 적용 사항 확인 1) 조직에서 자동 업데이트를 껐습니다.