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

Commit 96739c6

Browse files
committed
Update comment for DisableActivityHistory
1 parent 4483fbb commit 96739c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Win10.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Function EnableAppSuggestions {
252252
}
253253

254254
# Disable Activity History feed in Task View
255-
# Note: The checkbox "Let Windows collect my activities from this PC" remains checked even when the function is disabled
255+
# 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
256256
Function DisableActivityHistory {
257257
Write-Output "Disabling Activity History..."
258258
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\System" -Name "EnableActivityFeed" -Type DWord -Value 0

0 commit comments

Comments
 (0)