Files
management-scripts/Fix-DisableAllOneDriveNotifications.ps1
2024-01-26 11:51:22 -05:00

3 lines
242 B
PowerShell

# 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)