← All Tweaks
🔒 Privacy
📋 Disable Activity History
Prevents Windows from collecting and syncing your activity timeline across devices.
Benefit
Increased privacy, no timeline tracking
Impact
lowCommands (3)
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v EnableActivityFeed /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v PublishUserActivities /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v UploadUserActivities /t REG_DWORD /d 0 /f