Last active
August 3, 2023 18:48
-
-
Save mikefrobbins/9a25e10f8638b029d2093c834b22543c to your computer and use it in GitHub Desktop.
Disable-OnThisDayPhotoNotification
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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