Skip to content

Instantly share code, notes, and snippets.

@mikefrobbins
Last active August 3, 2023 18:48
Show Gist options
  • Save mikefrobbins/9a25e10f8638b029d2093c834b22543c to your computer and use it in GitHub Desktop.
Save mikefrobbins/9a25e10f8638b029d2093c834b22543c to your computer and use it in GitHub Desktop.
Disable-OnThisDayPhotoNotification
# Disable the OneDrive "On This Day" photo memories notification in Windows 11.
New-ItemProperty -Path 'HKCU:\Software\Microsoft\OneDrive\Accounts\Personal\' -Name OnThisDayPhotoNotificationDisabled -Value 1 -PropertyType DWORD -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment