From 96739c6b03ca68a501538d5525e8931d1db0addd Mon Sep 17 00:00:00 2001 From: Disassembler Date: Sat, 21 Nov 2020 18:06:48 +0100 Subject: [PATCH] Update comment for DisableActivityHistory --- Win10.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Win10.psm1 b/Win10.psm1 index f6d71ecb..c14bd232 100644 --- a/Win10.psm1 +++ b/Win10.psm1 @@ -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