不要なタスクスケジューラの停止
*コマンドプロンプトを管理者として起動する。
*以下のコマンドを実行する。
rem 不要 Adobe製品は他システムで更新管理しているので
schtasks /change /Disable /TN "Adobe Acrobat Update Task"
rem 不要 MediaPlayerの共有サービスは利用しないので
rem schtasks /change /Disable /TN "\Microsoft\Windows\Windows Media Sharing\UpdateLibrary"
rem 不要 カスタマー エクスペリエンス向上プログラムに参加しないので。
schtasks /change /Disable /TN "\Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser"
schtasks /change /Disable /TN "\Microsoft\Windows\Application Experience\ProgramDataUpdater"
schtasks /change /Disable /TN "\Microsoft\Windows\Application Experience\StartupAppTask"
schtasks /change /Disable /TN "\Microsoft\Windows\Application Experience\StartupAppTask"
schtasks /change /Disable /TN "\Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser"
schtasks /change /Disable /TN "\Microsoft\Windows\Autochk\Proxy"
schtasks /change /Disable /TN "\Microsoft\Windows\Customer Experience Improvement Program\Consolidator"
schtasks /change /Disable /TN "\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask"
schtasks /change /Disable /TN "\Microsoft\Windows\Customer Experience Improvement Program\UsbCeip"
schtasks /change /Disable /TN "\Microsoft\Windows\CloudExperienceHost\CreateObjectTask"
rem 不要(Windows システム評価ツール)評価されても仕方が無い。
schtasks /change /Disable /TN "\Microsoft\Windows\Maintenance\WinSAT"
rem 不要 Xboxゲームは利用しないので
schtasks /change /Disable /TN "\Microsoft\XblGameSave\XblGameSaveTask"
schtasks /change /Disable /TN "\Microsoft\XblGameSave\XblGameSaveTaskLogon"
rem 不要 タスクによる CPU 高負荷削減
schtasks /change /Disable /TN "\Microsoft\Windows\Diagnosis\Scheduled"
schtasks /change /Disable /TN "\Microsoft\Windows\DiskFootprint\Diagnostics"
rem 不要 ディスクとシステムに関する全般的な情報がWindowsディスク診断ツールによってMicrosoftに報告するタスク。
schtasks /change /Disable /TN "\Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticDataCollector"
rem 不要 自動報告する必要ない
schtasks /change /Disable /TN "\Microsoft\Windows\Windows Error Reporting\QueueReporting"
rem 不要 SIUF 文字列をアップデート
schtasks /change /Disable /TN "\Microsoft\Windows\Feedback\Siuf\DmClient"
rem 不要 位置情報通知のタスク
schtasks /change /Disable /TN "\Microsoft\Windows\Location\Location"
schtasks /change /Disable /TN "\Microsoft\Windows\Location\WindowsActionDialog"
rem さまざまな地図関連のトーストはしない。 オフライン用にダウンロードした地図の更新データをチェックはしない
schtasks /change /Disable /TN "\Microsoft\Windows\Maps\MapsToastTask"
schtasks /change /Disable /TN "\Microsoft\Windows\Maps\MapsUpdateTask"
rem Google 関連のタスクは移動しない。
schtasks /change /Disable /TN "GoogleUpdateTaskMachineCore"
schtasks /change /Disable /TN "GoogleUpdateTaskMachineUA"
※実行は自己責任でお願いします。