Skip to content

Instantly share code, notes, and snippets.

@not-for-me
Last active October 3, 2019 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save not-for-me/693404ea447f49fe5b4299c48eb7f60f to your computer and use it in GitHub Desktop.
Save not-for-me/693404ea447f49fe5b4299c48eb7f60f to your computer and use it in GitHub Desktop.
윈도우 10 초기화 후 하는 일

윈도우 10 초기화 후 하는 일

  1. chcolatey 설치

  2. 기본 앱 제거 스카이프 : Get-AppxPackage skypeapp | Remove-AppxPackage 앱스토어 : Get-AppxPackage windowsstore | Remove-AppxPackage 윈도우폰 : Get-AppxPackage windowsphone | Remove-AppxPackage 3D빌더 : Get-AppxPackage 3dbuilder | Remove-AppxPackage 알람 앤 클락 : Get-AppxPackage windowsalarms | Remove-AppxPackage 계산기 : Get-AppxPackage windowscalculator | Remove-AppxPackage 카메라 : Get-AppxPackage windowscamera | Remove-AppxPackage 캘린더 앤 메일 : Get-AppxPackage windowscommunicationsapps | Remove-AppxPackage 오피스 : Get-AppxPackage officehub | Remove-AppxPackage 시작 : Get-AppxPackage getstarted | Remove-AppxPackage 그루브 뮤직 : Get-AppxPackage zunemusic | Remove-AppxPackage 맵스 지도 : Get-AppxPackage windowsmaps | Remove-AppxPackage Microsoft Solitaire Collection : Get-AppxPackage solitairecollection | Remove-AppxPackage 머니 : Get-AppxPackage bingfinance | Remove-AppxPackage 무비 앤 티비 : Get-AppxPackage zunevideo | Remove-AppxPackage 뉴스 : Get-AppxPackage bingnews | Remove-AppxPackage 피플 : Get-AppxPackage people | Remove-AppxPackage 원노트 : Get-AppxPackage onenote | Remove-AppxPackage 포토 : Get-AppxPackage photos | Remove-AppxPackage 스포츠 : Get-AppxPackage bingsports | Remove-AppxPackage 보이스 레코더 : Get-AppxPackage soundrecorder | Remove-AppxPackage 웨더. 날씨 어플 : Get-AppxPackage bingweather | Remove-AppxPackage Xbox : Get-AppxPackage xboxapp | Remove-AppxPackage

  3. choco install vscode, googlechrome, firacode, git, maven, gradle, intellijidea-ultimate, docker-desktop, pycharm, python, ccleaner -y

  4. ccleaner로 불필요한 기본 앱 삭제 후 ccleaner 삭제

  5. 내 pc 아이콘 불필요한 것 제거: https://gamejay.net/1169

  6. git global config git config --global core.longpaths true git config --global user.name "woojin.joe" git config --global user.email jwj0831@gmail.com

  7. 별도로 java 버전 별로 받아서 path설정하고, intellij에도 jdk 모두 등록

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment