mirror of
https://github.com/Disassembler0/Win10-Initial-Setup-Script.git
synced 2026-01-10 06:27:55 -05:00
Update comment for DisableActivityHistory
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user