압축: 반디집

장점

- 빠른 속도

- 적은 손실률

- 알집 전용 압축파일 호환

 

이미지: 꿀뷰

장점

- 이미지 변환

단점

- 높은 메모리 사용량

 

음악: AIMP

장점

- 낮은 메모리 사용량

- 음향 효과(사운드 효과, 음성 제거, 이퀄라이저 등)

- 태그 편집기(앨범아트, 트랙번호, 디스크번호, 곡명, 아티스트, 앨범, 장르, 년도, 가사 등 모두 지원)

- 오디오 변환기(다양한 확장자, 파일 합치기 등)

단점

- 가사 미지원

- 정책 상 MP3일부 확장자를 이용하기 위해선 따로 설치 필요

커스텀

스킨

아이콘

 

동영상: 팟플레이어

단점

- 잦은 업데이트

커스텀

스킨(tst2.0_s_win, 화면위에 스킨 출력>Direct3D 11)

 

음악파일 변환기: Total Audio MP3 Converter 3

장점

- mkv > 음악파일 변환 가능

 

텍스트 편집기: Notepad++

장점

- 명확한 행 구분

- 적은 손실률(메모장은 손실 위험 있음)

단점

- 복잡한 인터페이스

- 메모장에 비해 높은 메모리 사용량

 

메모: Microsoft 스티커 메모

장점

- 파스텔톤 7색 지원

단점

- 서식 지정 바 안 뜨는 버그

 

토렌트: µTorrent

속도 향상

광고 제거

'Windows' 카테고리의 다른 글

Windows 10 초기 설정  (0) 2018.06.29
가상 메모리 설정  (0) 2018.06.29
Windows 10 기본 앱 삭제  (0) 2018.06.29

Windows PowerShell을 관리자 권한으로 실행 후 복사&붙여넣기

 

#3D Builder

get-appxpackage *3dbuilder* | remove-appxpackage

 

#Alarms and Clock

get-appxpackage *alarms* | remove-appxpackage

 

#App Connector

get-appxpackage *appconnector* | remove-appxpackage

 

#App Installer

get-appxpackage *appinstaller* | remove-appxpackage

 

#Calendar and Mail

get-appxpackage *communicationsapps* | remove-appxpackage

 

#Camera

get-appxpackage *camera* | remove-appxpackage

 

#Feedback Hub

get-appxpackage *feedback* | remove-appxpackage

 

#GetHelp

get-appxpackage *gethelp* | remove-appxpackage

 

#Get Office

get-appxpackage *officehub* | remove-appxpackage

 

#Get Started or Tips

get-appxpackage *getstarted* | remove-appxpackage

 

#Get Skype

get-appxpackage *skypeapp* | remove-appxpackage

 

#Groove Music

get-appxpackage *zunemusic* | remove-appxpackage

 

#Groove Music and Movies and TV

get-appxpackage *zune* | remove-appxpackage

 

#Maps

get-appxpackage *maps* | remove-appxpackage

 

#Messaging and Skype Video

get-appxpackage *messaging* | remove-appxpackage

 

#Microsoft Solitaire Collection

get-appxpackage *solitaire* | remove-appxpackage

 

#Microsoft Wallet

get-appxpackage *wallet* | remove-appxpackage

 

#Microsoft Wi-Fi

get-appxpackage *connectivitystore* | remove-appxpackage

 

#Money

get-appxpackage *bingfinance* | remove-appxpackage

 

#Money and News and Sports and Weather

get-appxpackage *bing* | remove-appxpackage

 

#Movies and TV

get-appxpackage *zunevideo* | remove-appxpackage

 

#News

get-appxpackage *bingnews* | remove-appxpackage

 

#OneNote

get-appxpackage *onenote* | remove-appxpackage

 

#Paid Wi-Fi and Cellular

get-appxpackage *oneconnect* | remove-appxpackage

 

#Paint 3D

get-appxpackage *mspaint* | remove-appxpackage

 

#People

get-appxpackage *people* | remove-appxpackage

 

#Phone

get-appxpackage *commsphone* | remove-appxpackage

 

#Phone Companion

get-appxpackage *windowsphone* | remove-appxpackage

 

#Phone and Phone Companion

get-appxpackage *phone* | remove-appxpackage

 

#Photos

get-appxpackage *photos* | remove-appxpackage

 

#Sports

get-appxpackage *bingsports* | remove-appxpackage

 

#Sticky Notes

get-appxpackage *sticky* | remove-appxpackage

 

#Sway

get-appxpackage *sway* | remove-appxpackage

 

#View 3D

get-appxpackage *3d* | remove-appxpackage

 

#Voice Recorder

get-appxpackage *soundrecorder* | remove-appxpackage

 

#Weather

get-appxpackage *bingweather* | remove-appxpackage

 

#Windows Holographic

get-appxpackage *holographic* | remove-appxpackage

 

#Xbox

get-appxpackage *xbox* | remove-appxpackage

 

Windows Store는 지우지 않고 남겨두는 것을 권장합니다.

 

#Windows Store

get-appxpackage *windowsstore* | remove-appxpackage

 

gist.github.com/icetee/4bf10b808f4d7892bbc1#file-win10_normalizer-ps1

'Windows' 카테고리의 다른 글

사용하는 프로그램  (0) 2018.06.29
Windows 10 초기 설정  (0) 2018.06.29
가상 메모리 설정  (0) 2018.06.29

+ Recent posts