본문 바로가기
Programming/Windows

윈도우10을 설치했습니다

by NAMP 2016. 4. 16.

윈도우10을 설치했습니다. OS 를 새로 설치했습니다.

필요한 프로그램들을 설치하고 설정합니다.

프로그램

엣지도 좋지만 계속 사용중이던 웹브라우저인 크롬을 설치합니다.
https://www.google.co.kr/chrome/browser/desktop/

백신으로 v3lite를 사용합니다.
http://www.ahnlab.com/kr/site/product/productView.do?prodSeq=8

파일 클라우드를 위하여 드랍박스dropbox를 사용합니다.
https://www.dropbox.com/

자동화 프로그램으로 autohotkey를 설치합니다.
https://autohotkey.com/
제가 사용중인 autohotkey 를 exe 로 변경해 놓은 것은 http://surpassing.tistory.com/606 에서 확인할 수 있습니다.

마우스 제스처를 위하여 StrokeIt 을 설치합니다. (윈도우10에서 작업표시줄에 계속 남아있는 문제 발생)
http://www.tcbmi.com/strokeit/downloads.shtml

마우스 제스처를 위해 strokeplus 를 설치합니다.
http://www.strokesplus.com/forum/topic/1165/version-2864

탐색기 프로그램으로 clover를 설치합니다.
http://ejie.me/

캡쳐를 위해 sharex 를 설치합니다.
https://getsharex.com/

동영상 재생을 위하 팟플레이어를 설치합니다.
http://tvpot.daum.net/application/PotPlayer.do

문서 클라우드를 위해 에버노트를 설치합니다.
https://evernote.com/intl/ko/products/

파일 검색을 위해 Everything 을 설치합니다.
https://www.voidtools.com/

이미지뷰어 꿀뷰를 설치합니다 .
https://www.bandisoft.co.kr/honeyview/

실행파일 검색을 위해 Launchy 를 설치합니다.
http://www.launchy.net/download.php

할일 관리를 위해 Wunderlist 를 설치합니다.
https://www.wunderlist.com/ko/

마인드맵을 그리기 위해 xmind 를 설치합니다.
http://www.xmind.net/download/win/

ftp 사용을 위해 FileZilla 를 설치합니다.
https://filezilla-project.org/download.php?type=client

텍스트 편집을 위해 sublimetext 를 설치합니다.
https://www.sublimetext.com/3

import urllib.request,os,hashlib; h = '2915d1851351e5ee549c20394736b442' + '8bc59f460fa1548d1514676163dafc88'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)

위의 코드를 입력하여 Package Control 을 추가합니다.
키는 이곳에서 확인 가능합니다.

sublimeText의 경우 한글 입력 문제가 있으므로
Notepad++ 을 같이 설치합니다.
https://notepad-plus-plus.org/download/v6.9.1.html

메모를 위한 ResophNotes 를 설치합니다.
http://www.resoph.com/ResophNotes/Welcome.html

개발

Visual Studio 를 설치합니다.
https://www.visualstudio.com/post-download-vs?sku=community&clcid=0x409

python 패키지 anaconda 를 설치합니다.
https://www.continuum.io/downloads

python IDE pycharm을 설치합니다.
https://www.jetbrains.com/pycharm/download/download-thanks.html?platform=windows&code=PCC

자동실행 등록

바로가기는 C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp 에 등록합니다.





AutoHotkey112305_Install.exe


ChromeSetup.exe


Clover_Setup_3.0.406.zip


DropboxInstaller.exe


Everything-1.3.4.686.x64-Setup.exe


FileZilla_3.16.1_win64-setup.exe


HONEYVIEW-SETUP-KR.EXE


LaunchySetup2.6B2.exe


npp.6.9.1.Installer.exe


ResophNotes157.zip


ShareX-10.9.1-setup.exe


StrokeIt_0.9.7-Home-English.exe


strokesplussetup_2.8.6.4_x64_signed.exe


vs_community_ENU.exe


댓글