Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Commit

Permalink
Update comment for DisableActivityHistory
Browse files Browse the repository at this point in the history
  • Loading branch information
Disassembler0 committed Nov 21, 2020
1 parent 4483fbb commit 96739c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Win10.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Function EnableAppSuggestions {
}

# Disable Activity History feed in Task View
# Note: The checkbox "Let Windows collect my activities from this PC" remains checked even when the function is disabled
# Note: The checkbox "Store my activity history on this device" ("Let Windows collect my activities from this PC" on older versions) remains checked even when the function is disabled
Function DisableActivityHistory {
Write-Output "Disabling Activity History..."
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\System" -Name "EnableActivityFeed" -Type DWord -Value 0
Expand Down

0 comments on commit 96739c6

Please sign in to comment.