윈도우 10 불필요한 프로그램, 불필요한 서비스 제거.. 트윅 모음

 

개인자료입니다!!

 

 


 

 

 

 

1. 기본앱 삭제 Groove 음악 (Groove Music) 이 딴거...

 

http://startdownload.tistory.com/72 

http://roachsblog.tistory.com/571

 

아래 목록보다 더 많아짐

 

3D Builder(3D빌더)
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
 
Alarms and Clock(알람 앤 클락)
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
 
Calculator(계산기)
Get-AppxPackage *windowscalculator* | Remove-AppxPackage
 
Calendar and Mail(캘린더 앤 메일)
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
 
Camera(카메라)
Get-AppxPackage *windowscamera* | Remove-AppxPackage
 
Get Office(오피스)
Get-AppxPackage *officehub* | Remove-AppxPackage
 
Get Skype(스카이프)
Get-AppxPackage *skypeapp* | Remove-AppxPackage
 
Get Started
Get-AppxPackage *getstarted* | Remove-AppxPackage
 
Groove Music(그루브 뮤직)
Get-AppxPackage *zunemusic* | Remove-AppxPackage
 
Maps(맵스 지도 어플)
Get-AppxPackage *windowsmaps* | Remove-AppxPackage
 
Microsoft Solitaire Collection
Get-AppxPackage *solitairecollection* | Remove-AppxPackage
 
Money(머니)
Get-AppxPackage *bingfinance* | Remove-AppxPackage
 
Movies & TV(무비 앤 티비)
Get-AppxPackage *zunevideo* | Remove-AppxPackage
 
News(뉴스)
Get-AppxPackage *bingnews* | Remove-AppxPackage
 
OneNote(원노트)
Get-AppxPackage *onenote* | Remove-AppxPackage
 
People(피플)
Get-AppxPackage *people* | Remove-AppxPackage
 
Phone Companion(폰 컴패니언)
Get-AppxPackage *windowsphone* | Remove-AppxPackage
 
Photos(포토 사진 관리 앱)
Get-AppxPackage *photos* | Remove-AppxPackage
 
Store(윈도우 앱스토어)
Get-AppxPackage *windowsstore* | Remove-AppxPackage
 
Sports(스포츠)
Get-AppxPackage *bingsports* | Remove-AppxPackage
 
Voice Recorder(보이스 레코더)
Get-AppxPackage *soundrecorder* | Remove-AppxPackage
 
Weather(웨더. 날씨 어플)
Get-AppxPackage *bingweather* | Remove-AppxPackage
 
Xbox(엑스박스)
Get-AppxPackage *xboxapp* | Remove-AppxPackage

 

3D Edit (그림판 3D) 

Get-AppxPackage *MSPaint* | Remove-AppxPackage

 <- 파워쉘에서 제거 후, regedit 에서 3D Edit 로 검색해서, 이미지확장자들의 Shell에 등록된 3D Edit 도 모두 수동으로 삭제해줘야 재설치 되지 않음



만약 지운것 중에 다시 깔고싶은것들은 윈도우 어플 스토어에서 찾을 수 있는것은 찾으시고.

한방에 모두 되돌리고 싶다 하시는 분은
 
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

 

 

2. 트윅 정보 있는 곳

http://prolite.tistory.com/search/윈도우%2010?cx=&cof=FORID%3A11&q=윈도우10

 

 

3. 글자크기변경

글자크기변경.zip

    windows 10에서 , 고급 디스플레이가 삭제됨 -> 제3의 프로그램이용

   fhd 기준 2정도 글자크기 좋음.

 

 

4. 코타나 제거  - 우클릭 > 관리자권한으로 cmd 파일 실행

Uninstall_Cortana.zip

 

 

5. 불필요한 작업 스케쥴러

http://mastmanban.tistory.com/960

 

 

6. do not spy

http://pcgeek.kr/data/108695

 

 

7. 윈도우10 불필요한 서비스 정리  .레지스트리 편집



[윈도우] 불필요한 서비스 중지

https://click2me.tistory.com/entry/%EC%9C%88%EB%8F%84%EC%9A%B0-%EB%B6%88%ED%95%84%EC%9A%94%ED%95%9C-%EC%84%9C%EB%B9%84%EC%8A%A4-%EC%A4%91%EC%A7%80




 

이하 레지스트리 편집..  간혹 서비스의 자동.수동.사용안함이 그레이아웃되어 선택안됨.

직접 레지스트리 편집 =>  각 레지스트리의 Start 값에서, 2는 자동 3은 수동 4는 사용안함

 

제일 먼저,  시스템 복원지점 설정하고, 복구디스크 usb로 만들어 놓음.

4는 조금 위험함.  4로 사용안함 놓기전에, 윈도우10에서 관리자권한 사용자 만들어 놓는 게 중요. (윈10 administrators 계정 따로 없슴 -> 부팅 안되면 망테크~)

 

 

http://forums.majorgeeks.com/index.php?threads/services-to-disable-or-not-to.304471/

 

http://www.blackviper.com/service-configurations/black-vipers-windows-10-service-configurations/   <-- 여기 다 있슴

 

 

 

 



[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TimeBroker] "Start"=dword:00000003


4 는 사용안함, 3 은 수동, 2 는 자동

 

 

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WpnUserService 에서 start 값 2를 3로

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WpnUserService_1fc57  3으로 수동지정

 

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\OneSyncSvc  2에서 3으로

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\OneSyncSvc_1fc57   2에서 3으로 수동지정

 

wisvc   HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wisvc  3에서 4로

 

CDP SVC 3마리 

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CDPSvc

와 아래 2놈   모두 2에서 3으로

 

 

 

내꺼 - windows 10 rs2 1703 creator 업데이트 버전

 

 

추가 : token 시리즈 2마리도 결국 해제., 4로 변경  < TimeBrokerSvc 랑 TokenBroker >

 


기타 : 크게 중요치 않은 서비스들

      https://forums.majorgeeks.com/threads/services-to-disable-or-not-to.304471/

Name Description Status Startup Type Log On As
ActiveX Installer (AxInstSV) Manual Local System
Advanced SystemCare Service 9 Manual Local System
AllJoyn Router Service Manual Local System
App Readiness Manual Local System
Application Identity Manual Local Service
Application Information Manual Local System
Application Layer Gateway Service Manual Local Service
AppX Deployment Service (AppXSVC) Manual Local System
Auto Time Zone Updater Disabled Local Service (Note You can do this Manually in the time section)
Avira Mail Protection Disabled Local System
Avira Real-Time Protection Automatic Local System
Avira Scheduler Automatic Local System
Avira Service Host Automatic Local System
Avira Web Protection Automatic Local System
Background Intelligent Transfer Manual Local System
Background Tasks Infrastructure Automatic Local System
Base Filtering Engine Automatic Local Service
BitLocker Drive Encryption Service Manual Local System
Block Level Backup Engine Service Manual Local System
Bluetooth Handsfree Service Disabled Local Service
Bluetooth Support Service Disabled Local Service
Certificate Propagation Disabled Local System
Client License Service (ClipSVC) Manual Local System
CNG Key Isolation Manual Local System
COM+ Event System Automatic Local Service
COM+ System Application Manual Local System
Computer Browser Manual Local System
Connected Device Platform Service Disabled Local Service
Connected User Experiences and Telemetry Disabled Local System
CoreMessaging Automatic Local Service
Credential Manager Manual Local System
Cryptographic Services Automatic Network Service
Data Sharing Service Disabled Local System
DataCollectionPublishingService Disabled Local System
DCOM Server Process Launcher Automatic Local System
Delivery Optimization Automatic Local System
Device Association Service Disabled Local System
Device Install Service Manual Local System
Device Management Enrollment Service Manual Local System
Device Setup Manager Manual Local System
DevQuery Background Discovery Broker Manual Local System
DHCP Client Automatic Local Service
Diagnostic Policy Service Disabled Local Service
Diagnostic Service Host Disabled Local Service
Diagnostic System Host Disabled Local System
Distributed Link Tracking Client Disabled Local System
Distributed Transaction Coordinator Disabled Network Service
dmwappushsvc Disabled Local System
DNS Client Automatic Network Service
Downloaded Maps Manager Automatic Network Service
embeddedmode Manual Local System
Encrypting File System (EFS) Manual Local System
Enterprise App Management Service Manual Local System
Extensible Authentication Protocol Manual Local System
Fax Manual Network Service
File History Service Manual Local System
Function Discovery Provider Host Manual Local Service
Function Discovery Resource Publication Manual Local Service
Geolocation Service Disabled Local System
Group Policy Client Automatic Local System
HomeGroup Listener Manual Local System
HomeGroup Provider Manual Local Service
HP Service Automatic Local System
Human Interface Device Service Manual Local System
Hyper-V Data Exchange Service Disabled Local System
Hyper-V Guest Service Interface Disabled Local System
Hyper-V Guest Shutdown Service Disabled Local System
Hyper-V Heartbeat Service Disabled Local System
Hyper-V Remote Desktop Virtualization Service Disabled Local System
Hyper-V Time Synchronization Service Disabled Local Service
Hyper-V VM Session Service Disabled Local System
Hyper-V Volume Shadow Copy Requestor Disabled Local System
IKE and AuthIP IPsec Keying Modules Manual Local System
Interactive Services Detection Manual Local System
Internet Connection Sharing (ICS) Manual Local System
Internet Explorer Manual Local System
IP Helper Disabled Local System
IPsec Policy Agent Manual Network Service
KtmRm for Distributed Transaction Coordinator Manual Network Service
Link-Layer Topology Discovery Mapper Manual Local Service
LiveUpdate Disabled Local System
Local Session Manager Automatic Local System
MBAMScheduler Automatic Local System
MBAMService Automatic Local System
McAfee Security Scan Component Host Servic Manual Local System
Microsoft (R) Diagnostics Hub Standar Manual Local System
Microsoft Account Sign-in Assistant Manual Local System
Microsoft iSCSI Initiator Service Disabled Local System
Microsoft Passport Manual Local System
Microsoft Passport Container Manual Local Service
Microsoft Software Shadow Copy Provider Manual Local System
Microsoft Storage Spaces SMP Manual Network Service
Microsoft Windows SMS Router Service. Manual Local System
Net.Tcp Port Sharing Service Disabled Local Service
Netlogon Disabled Local System
Network Connected Devices Auto-Setup Manual Local Service
Network Connection Broker Disabled Local System
Network Connections Manual Local System
Network Connectivity Assistant Manual Local System
Network List Service Manual Local Service
Network Location Awareness Automatic Network Service
Network Setup Service Manual Local System
Network Store Interface Service Automatic Local Service
Optimize drives Manual Local System
Peer Name Resolution Protocol Manual Local Service
Peer Networking Grouping Manual Local Service
Peer Networking Identity Manager Manual Local Service
Performance Counter DLL Host Manual Local Service
Performance Logs & Alerts Manual Local Service
Phone Service Disabled Local Service
Plug and Play Manual Local System
PNRP Machine Name Publication Service Manual Local Service
Portable Device Enumerator Service Manual Local System
Power Automatic Local System
Print Spooler Automatic Local System
Printer Extensions and Notifications Manual Local System
Problem Reports and Solutions Control Panel Manual Local System
Program Compatibility Assistant Service Automatic Local System
Quality Windows Audio Video Experience Manual Local Service
Realtek Audio Service Automatic Local System
Remote Access Auto Connection Manager Manual Local System
Remote Access Connection Manager Manual Local System
Remote Desktop Configuration Manual Local System
Remote Desktop Services Manual Network Service
Remote Desktop Services UserMode Manual Local System
Remote Procedure Call (RPC) Automatic Network Service
Remote Procedure Call (RPC) Locator Manual Network Service
Remote Registry Enables Disabled Local Service
Retail Demo Service Manual Local System
Routing and Remote Access Disabled Local System
RPC Endpoint Mapper Automatic Network Service
Secondary Logon Enables Manual Local System
Secure Socket Tunneling Protocol Service Manual Local Service
Security Accounts Manager Automatic Local System
Security Center The WSCSVC Automatic Local Service
Sensor Data Service Manual Local System
Sensor Monitoring Service Manual Local Service
Sensor Service Manual Local System
Server Manual Local System
Shell Hardware Detection Automatic Local System
Smart Card Disabled Local Service
Smart Card Device Enumeration Service Manual Local System
Smart Card Removal Policy Manual Local System
SNMP Trap Disabled Local Service
Software Protection Automatic Network Service
Spot Verifier Manual Local System
SSDP Discovery Manual Local Service
State Repository Service Manual Local System
Still Image Acquisition Events Manual Local System
Storage Service Manual Local System
Storage Tiers Management Manual Local System
Superfetch Automatic Local System
SynTPEnh Caller Service Automatic Local System
System Event Notification Service Manual Local System
System Events Broker Automatic Local System
Task Scheduler Automatic Local System
tbaseprovisioning Automatic Local System
TCP/IP NetBIOS Helper Manual Local Service
Telephony Manual Network Service
Themes Automatic Local System
Tile Data model server Automatic Local System
Time Broker Manual Local Service
Touch Keyboard and Handwriting Panel Service Manual Local System
Update Orchestrator Service UsoSvc Manual Local System
UPnP Device Host Manual Local Service
User Manager Automatic Local System
User Profile Service Automatic Local System
Virtual Disk Manual Local System
Volume Shadow Copy Manual Local System
WalletService Manual Local System
WdNisSvc Manual Local Service
WebClient Manual Local Service
WinDefend Automatic Local System
Windows Audio Automatic Local Service
Windows Audio Endpoint Builder Automatic Local System
Windows Backup Manual Local System
Windows Biometric Service Automatic Local System
Windows Color System Manual Local Service
Windows Connect Now Manual Local Service
Windows Connection Manager Automatic Local Service
Windows Driver Foundation Manual Local System
Windows Encryption Provider Host Service Manual Local Service
Windows Error Reporting Service Manual Local System
Windows Event Collectord Manual Network Service
Windows Event Log Automatic Local Service
Windows Firewall Automatic Local Service
Windows Font Cache Service Automatic Local Service
Windows Image Acquisition (WIA) Manual Local Service
Windows Installer Manual Local System
Windows License Manager Service Manual Local Service
Windows Management Instrumentation Automatic Local System
Windows Media Player Network Sharing Service Manual Network Service
Windows Mobile Hotspot Service Manual Local Service
Windows Modules Installer Manual Local System
Windows Push Notifications Service Manual Local System
Windows Remote Management (WS-Management) Manual Network Service
Windows Search Automatic Local System
Windows Store Service (WSService) Manual Local System
Windows Time Manual Local Service
Windows Update Manual Local System
WinHTTP Web Proxy Auto-Discovery Service Manual Local Service
Wired AutoConfig Manual Local System
WLAN AutoConfig Automatic Local System
WMI Performance Adapter Manual Local System
Work Folders Manual Local Service
Workstation Automatic Network Service
WWAN AutoConfig Manual Local Service
Xbox Live Auth Manager Disabled Local System
Xbox Live Game Save Disabled Local System
Xbox Live Networking Service Disabled Local System





 

11. 윈도우 10 방화벽 끄기,  디펜더 해제

 

디펜더 해제 http://pastimelife.com/968

방화벽 끄기 http://gothink.tistory.com/1124

 

 

 

12. 윈도우 사진 뷰어 등록

옛날 처럼.. jpg png 등을 windows 사진 뷰어로 바꾸자. 시커먼 거 싫다

원문 : https://www.howtogeek.com/225844/how-to-make-windows-photo-viewer-your-default-image-viewer-on-windows-10/

 

Activate-Windows-Photo-Viewer-on-Windows-10.zip

 

레지스트리 등록 후,

각각 jpg png 등 확장자 우클릭 > 연결 프로그램에서 , 다른 거 선택 하기 후에, windows 사진뷰어로 등록

done~

 

 

13. ONE DRIVE 원드라이브 삭제

http://prolite.tistory.com/646

내 껀 이미 지워졌슴. 어떻게 지웠는지 기억 안 남. 1번에서 지웠었나..ㅡ?

 

 

14. 윈도우10 불필요한 폰트 - 아랍권, 태국, 몽골..  등등 폰트제거  - 중국/일본은 내버려둠 -

http://jjangfree.tistory.com/1848   7버전용이지만, 윈10rs2 1703에서도 잘 됨.  굴림.바탕 이런 건 미리 제거목록에서 제외시킴

bat 그냥 누르니 휙 사라짐.. 뭔가 오류 

파일명을 fontremove.bat로 바꿔주고,  영문경로 폴더로 옮긴 후, cmd를 관리자권한 실행 한 후, fontremove.bat 치고 엔터~!!

잘 됨.. 그런데 13개만 FontsNonLatin 으로 빠진 듯..  

 

다른 폰트들도,   cmd 에서 windows font 폴더로 이동한 후 리스트출력(dir) 폰트목록 갈무리했다가,  불필요한 폰트들 리스트만들어서,  bat파일 열고  다른 폰트처럼

::## lucon.ttf     to-sp-mv   이런식으로 추가해주면 됨.  to-sp-mv로 해야 시스템폰트까지 FontNonlatin 폴더로 이동시킴


 




15. 파일 삭제시, 진짜 삭제? 확인창 띄우기

휴지통에 우클릭 > 속성에,   파일삭제확인 대화상자표시에 체크!  

 

 

16. 윈도우미디어플레이어로 재생 제거

윈도우7용인데, 윈10 도 되는 지 기억이 안남.  현재 윈10에서 윈도우 미디어플레이어로 재생은 삭제됨

windowsmedia로재생우클릭제거.zip

 

 

17. 윈도우10 화면보호기 단축키

잠시 자리비울 때 :  화면보호기 = 윈도우키 + L

 

 

18. 윈도우10 안전모드 부팅하기

 

https://answers.microsoft.com/ko-kr/windows/forum/windows_10-update/windows-10-%EA%B3%A0%EA%B8%89-%EB%B6%80%ED%8C%85/27f170ed-28db-4840-8533-0e47d2d04288

 

윈도우키 > 종료버튼 + shift 키 누르고 다시시작

문제해결 > 고급옵션 > 시작설정 ~~~ 안전모드 4번이나 5번  //    쉣(shit) + 문고시4인방



 

 

19. 윈도우10 무료 램디스크

AMD RADEON 램디스크 4기가까지 무료.. 윈도우 종료시 쓰기. 시작시 로딩가능~ 

기타옵션에서, 압축이랑 또 뭐? 하나 까지 2개 체크

 

 

20. 윈도우10 RS2 CREATOR 업데이트 후, SMARTSCREEN 해제..  - 보안센터 생김-

내용 : http://winaero.com/blog/disable-smartscreen-windows-10-creators-update/

간편 레지스트리 http://winaero.com/download.php?view.1990

disablesmartscreencreators.zip

 

 

21. 윈도우10 RS2 에서,  라데온 카탈리스트 자동으로 설치되는데, 그래픽카드를 잘 못잡아서인지ㅡ?

    다른 버전으로 설치되었슴. 

->  amd cleanup utility로 제거 후,  amd 사이트에서 수동으로 카탈리스트 설치파일 찾아서 다시 관리자권한으로 설치 

 

 

22. Video_TDR_Failure // atikmpag.sys  오류발생  : AMD 라데온 그래픽카드만 생김

   유투브 보려는데 , 영상 구 초기에,  

  블루스크린? 푸른화면 나오면서, 정보수집 0%~100% 후 재부팅되는데, 재부팅 후에도 같은 오류 반복.

  그냥 재부팅시 CMOS 들어간 후. 컴퓨터 전원 꺼버림 -> 메인보드 전력 방전 후  다시 켜면 다시구성해서 조금 느리지만, 다시 작동함.

  -> 메인보드에 PCI 슬롯 2개 있었는데,  간섭때문에 아래쪽에 끼웠더니 저래서,  위쪽으로 바꾸고, 부팅 -> 기존 카탈리스트 안먹음

  ->   AMDCLEANUP UTILITY로  기존 카탈리스트 제거 후 관리자권한 재설치

 

 다른 방법으론,   드라이버 업데이트 (사실 보통 다 이미 업뎃 되어 있슴) , 카탈리스트 말고 크림슨 베타 설치 ,

                       안전모드 들어가서, 기존의 atikmpag.sys 를 백업해놓고,  C:\AMD 폴더에서 atikmpag.sy_  인가 이거를

                       직접 복사해줌.    ~ 안전모드에선 amd catalyst가 안깔렸슴.

                      visual c++ 2013 이거 복구(repair/별 소용없었슴) ,  .netframework 4.61 인가? 이거를 복구(어떻게 하는 지 모름.

                      원래 윈10에 포함설치되어 있슴) 등등



23. 윈도우10 업데이트 해제  (레지스트리방식)

http://iljinop.com/board_ZQYJ06/2282




24. 나홀로 집 컴~ 네트워크 관련 서비스 추가로 임시 해제 (실험 중)


windows connection manager 지연된 -> 수동으로

Windows Connect Now - Config Registrar

function discovery resource publication - 끔
function discovery provider host
home group listener
device association service
Network Connected Devices Auto-Setup
NETWORK LIST
NETWORK LOCATION AWARENESS
NETWORK CONNECTIONS

Program Compatibility Assistant Service

User Experience Virtualization 서비스



+ Recent posts