TCP 受信ウィンドウ自動チューニング レベルを HIGHLYRESTRICTED にする,netsh -c "interface tcp" set global autotuninglevel=HIGHLYRESTRICTED,netsh -c "interface tcp" set global autotuninglevel=normal NTFS の 8.3 ファイル名の使用中止,fsutil 8dot3name set 1,fsutil 8dot3name set 0 〇マルチメディアよりネットワークを優先,REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile" /v NetworkThrottlingIndex /t REG_DWORD /d 0xffffffff /f,REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile" /v NetworkThrottlingIndex /t REG_DWORD /d 0xa /f 〇マルチメディア クラス スケジューラーの CPU 割り当てを 10% に,REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile" /v SystemResponsiveness /t REG_DWORD /d 10 /f,REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile" /v SystemResponsiveness /t REG_DWORD /d 20 /f 〇マルチメディア クラス スケジューラーのゲーム プライオリティを最高に,REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games" /v Priority /t REG_DWORD /d 1 /f,REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games" /v Priority /t REG_DWORD /d 2 /f 〇マルチメディア クラス スケジューラーの GPU プライオリティを最高に,REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games" /v "GPU Priority" /t REG_DWORD /d 1 /f,REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games" /v "GPU Priority" /t REG_DWORD /d 8 /f 〇マルチメディア クラス スケジューラーのスケジュール カテゴリーを高に,REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games" /v "Scheduling Category" /t REG_SZ /d High /f,REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games" /v "Scheduling Category" /t REG_SZ /d Medium /f 〇マルチメディア クラス スケジューラーの SFIO プライオリティを高に,REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games" /v "SFIO Priority" /t REG_SZ /d High /f,REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games" /v "SFIO Priority" /t REG_SZ /d Normal /f ☆CPU が C2 ステートへ落ちるのを防止,REG add HKLM\System\CurrentControlSet\Control\Processor /v Capabilities /t REG_DWORD /d 0x0007e066 /f,REG DELETE HKLM\System\CurrentControlSet\Control\Processor /v Capabilities /f 電源プランを高パフォーマンスに,powercfg -setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c,powercfg -setactive 381b4222-f694-41f0-9685-ff5bb260df2e 〇電源効率の分析機能の無効,schtasks /change /tn "\Microsoft\Windows\Power Efficiency Diagnostics\AnalyzeSystem" /disable,schtasks /change /tn "\Microsoft\Windows\Power Efficiency Diagnostics\AnalyzeSystem" /enable 〇Microsoft カスタマー エクスペリエンス向上プログラム機能の無効:consolidator,schtasks /change /tn "\Microsoft\Windows\Customer Experience Improvement Program\consolidator" /disable,schtasks /change /tn "\Microsoft\Windows\Customer Experience Improvement Program\consolidator" /enable 〇Microsoft カスタマー エクスペリエンス向上プログラム機能の無効:KernelCeipTask,schtasks /change /tn "\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask" /disable,schtasks /change /tn "\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask" /enable 〇Microsoft カスタマー エクスペリエンス向上プログラム機能の無効:usbceip,schtasks /change /tn "\Microsoft\Windows\Customer Experience Improvement Program\usbceip" /disable,schtasks /change /tn "\Microsoft\Windows\Customer Experience Improvement Program\usbceip" /enable Microsoft カスタマー エクスペリエンス向上プログラム機能の無効:BthSQM,schtasks /change /tn "\Microsoft\Windows\Customer Experience Improvement Program\BthSQM" /disable,schtasks /change /tn "\Microsoft\Windows\Customer Experience Improvement Program\BthSQM" /enable 〇Microsoft カスタマー エクスペリエンス向上プログラム機能の無効:Proxy,schtasks /change /tn "\Microsoft\Windows\Autochk\Proxy" /disable,schtasks /change /tn "\Microsoft\Windows\Autochk\Proxy" /enable 〇Microsoft カスタマー エクスペリエンス向上プログラム機能の無効:Compatibility Appraiser,schtasks /change /tn "\Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" /disable,schtasks /change /tn "\Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" /enable 〇Microsoft カスタマー エクスペリエンス向上プログラム機能の無効:HypervisorFlightingTask,schtasks /change /tn "\Microsoft\Windows\Customer Experience Improvement Program\HypervisorFlightingTask" /disable,schtasks /change /tn "\Microsoft\Windows\Customer Experience Improvement Program\HypervisorFlightingTask" /enable 〇Microsoft カスタマー エクスペリエンス向上プログラム機能の無効:ProgramDataUpdater,schtasks /change /tn "\Microsoft\Windows\Application Experience\ProgramDataUpdater" /disable,schtasks /change /tn "\Microsoft\Windows\Application Experience\ProgramDataUpdater" /enable 〇Microsoft カスタマー エクスペリエンス向上プログラム機能の無効:StartupAppTask,schtasks /change /tn "\Microsoft\Windows\Application Experience\StartupAppTask" /disable,schtasks /change /tn "\Microsoft\Windows\Application Experience\StartupAppTask" /enable △Windows Search サービスの無効化,sc config WSearch start=disabled,sc config WSearch start=demand 〇HomeGroup Listener サービスの無効化,sc config HomeGroupListener start=disabled,sc config HomeGroupListener start=demand 〇HomeGroup Provider サービスの無効化,sc config HomeGroupProvider start=disabled,sc config HomeGroupProvider start=demand Offline Files サービスの無効化,sc config CscService start=disabled,sc config CscService start=demand △Server サービスの手動化,sc config LanmanServer start=demand,sc config LanmanServer start=auto IP v6 の無効化,REG ADD "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters" /v DisabledComponents /t REG_DWORD /d 255 /f,REG DELETE "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters" /v DisabledComponents /f