内気なもんた君

時々日本語化してます

Windows の不要なサービスを無効/削除する。

タスク スケジューラやプライバシーの設定に続いて、ついでなのでサービスの設定。

注) Defender,Update,共有を利用しないことを前提にしています。

削除するサービス

コマンドプロンプトを管理者として実行

sc delete edgeupdate
sc delete edgeupdatem
sc delete MicrosoftEdgeElevationService
sc delete WinDefend
sc delete UsoSvc
sc delete wuauserv
sc delete WaaSMedicSvc

---------------------------------------------------------------------------------------------
ログオンしてからだと削除できないキーがあるので、ここ(アクセス拒否されたキーを削除する)を参考にして試してください。
確実なのは、SetupComplete.cmdで削除できます。

WaaSMedicSvcはいつか復活します。(PcaPatchDbTaskとともに復活しない方法を検証中)

無効または手動に変更するサービス

特に無効にする必要がないものは手動にしてます。

;Computer Browser
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\bowser]
"Start"=dword:00000004

;Delivery Optimization
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DoSvc]
"Start"=dword:00000004

;Diagnostic Policy Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DPS]
"Start"=dword:00000004

;Diagnostics Tracking Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DiagTrack]
"Start"=dword:00000004

;Distributed Link Tracking Client
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TrkWks]
"Start"=dword:00000003

;Distributed Transaction Coordinator
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\MSDTC]
"Start"=dword:00000003

;デバイス管理ワイヤレス アプリケーション プロトコル (WAP)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\dmwappushservice]
"Start"=dword:00000004

;Function Discovery Resource Publication
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\FDResPub]
"Start"=dword:00000003

;Geolocation Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lfsvc]
"Start"=dword:00000003

;IP Helper
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\iphlpsvc]
"Start"=dword:00000003

;Offline Files
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\CscService]
"Start"=dword:00000004
;
Phone Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PhoneSvc]
"Start"=dword:00000004

;Secure Socket Tunneling Protocol Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SstpSvc]
"Start"=dword:00000004

;Security Center
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\wscsvc]
"Start"=dword:00000003

;Server
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer]
"Start"=dword:00000004

;SSDP Discovery
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SSDPSRV]
"Start"=dword:00000004

;TCP/IP NetBIOS Helper
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lmhosts]
"Start"=dword:00000004

;Windows Modules Installer
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TrustedInstaller]
"Start"=dword:00000003

;Web Threat Defense Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\webthreatdefsvc]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\webthreatdefusersvc]
"Start"=dword:00000004

;Windows Error Reporting Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WerSvc]
"Start"=dword:00000004

;Windows Insider サービス
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wisvc]
"Start"=dword:00000004

;Windows Search
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WSearch]
"Start"=dword:00000004

;WinHTTP Web Proxy Auto-Discovery Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinHttpAutoProxySvc]
"Start"=dword:00000003

;Workstation
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanWorkstation]
"Start"=dword:00000004

;プッシュ通知システム
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WpnService]
"Start"=dword:00000003
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WpnUserService]
"Start"=dword:00000003

;データ使用状況
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DusmSvc]
"Start"=dword:00000003

;無線管理
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RmSvc]
"Start"=dword:00000003

;クリップボード
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\cbdhsvc]
"Start"=dword:00000004

;Microsoft Account Sign-in Assistant
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wlidsvc]
"Start"=dword:00000004

----------------------------------------------------------------------------------------------

Microsoftアカウントでログインしている人は、Microsoft Account Sign-in Assistantを変更しないでください。(ログインできなくなります)

共有を利用している人は、
Computer Browser ,Server ,Workstation を変更しないでください。

Windows アップデートを利用している人は、Windows アップデートを利用しないでください。
Windowsを更新する場合は、最新ビルドのISOイメージを作成しクリーンインストールしてください。

Delivery Optimization (DoSvc)は、たぶん何もしないと復活すると思います。(復活しない方法を検証中)