データ収集やクラウドを無効にする
今に始まったことではないけど、時折カスタマイズと称して無意味なスクリプトを目することがある。
そもそも無意味なので、参照されることはなく当然エラーも出ない。
実行してカスタマイズした気分に浸るのは勝手だけど、ソースを確認することをお勧めする。
ごみエントリを増やしたところで、システムが最適化されることはない。
- = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = -
以前にも投降したと思うけど、DataCollection と CloudContent エントリを修正した。
;----- DataCollection無効 -----
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection]
"AllowDesktopAnalyticsProcessing"=dword:00000000
"AllowDeviceNameInTelemetry"=dword:00000000
"AllowTelemetry"=dword:00000000
"DisableDiagnosticDataViewer"=dword:00000001
"DisableOneSettingsDownloads"=dword:00000001
"DoNotShowFeedbackNotifications"=dword:00000001
"LimitDiagnosticLogCollection"=dword:00000001
"MaxTelemetryAllowed"=dword:00000000
;----- クラウドコンテンツ無効 -----
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent]
"ConfigureWindowsSpotlight"=dword:00000000
"DisableAccountBasedContent"=dword:00000001
"DisableCloudOptimizedContent"=dword:00000001
"DisableSoftLanding"=dword:00000001
"DisableSpotlightCollectionOnDesktop"=dword:00000001
"DisableTailoredExperiencesWithDiagnosticData"=dword:00000001
"DisableThirdPartySuggestions"=dword:00000001
"DisableWindowsConsumerFeatures"=dword:00000001
"DisableWindowsSpotlightFeatures"=dword:00000001
"DisableWindowsSpotlightOnActionCenter"=dword:00000001
"DisableWindowsSpotlightOnLockScreen"=dword:00000001
"DisableWindowsSpotlightOnSettings"=dword:00000001
"DisableWindowsSpotlightWindowsWelcomeExperience"=dword:00000001
"IncludeEnterpriseCloudContent"=dword:00000000