Files

3 lines
242 B
PowerShell
Raw Permalink Normal View History

2024-01-26 11:47:36 -05:00
# Disable all OneDrive notifications
[Microsoft.Win32.Registry]::SetValue("HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings\Microsoft.SkyDrive.Desktop","Enabled",0,[Microsoft.Win32.RegistryValueKind]::DWord)