Turn off OneDrive Backup notification via gpo or script

GSGSGS 56 Reputation points
2023-09-27T09:51:17.43+00:00

Hi

How can I disable this popup, permanently, using gpo or script (without user interaction):

2023-09-27 11_47_14-Window

Windows 10 Pro and Windows 11 Pro

I tried setting the following registry keys without success:

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings\Windows.SystemToast.BackupReminder

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\ Settings\Microsoft.SkyDrive.Desktop

Thanks a lot!

OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
1,128 questions
OneDrive Management
OneDrive Management
OneDrive: A Microsoft file hosting and synchronization service.Management: The act or process of organizing, handling, directing or controlling something.
1,257 questions
{count} votes

4 answers

Sort by: Most helpful
  1. AllenXu-MSFT 20,666 Reputation points Microsoft Vendor
    2023-09-28T05:56:16.59+00:00

    Hi @GSGSGS,

    You can disable the backup notification by editing registry:

    HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\ Settings\Microsoft.SkyDrive.Desktop\Enabled = 0 (DWORD)
    
    
    

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

  2. Geering Raymond 5 Reputation points
    2023-09-28T06:02:35.6533333+00:00

    I'm also following this thread (but also no solution there so far)
    https://www.reddit.com/r/sysadmin/comments/16iwimf/how_can_i_prevent_onedrives_turn_on_windows/

    1 person found this answer helpful.
    0 comments No comments

  3. ctrlz 5 Reputation points
    2023-09-29T21:27:02.5266667+00:00

    The setting works, but there's an extra space in the one pasted here and in the reddit thread

    HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings\Microsoft.SkyDrive.Desktop\Enabled = 0 (DWORD)

    This disabled ALL OneDrive notifications, not just the new one the September CU introduced.

    1 person found this answer helpful.
    0 comments No comments

  4. Bill Sproule-MSFT 0 Reputation points Microsoft Employee
    2023-10-04T19:03:56.29+00:00

    Through machine management systems like Azure Intune you can set a policy registry entry on the Windows machine to prevent machines from allowing configuring the OneDrive sync client with a consumer "personal" Microsoft Account aka MSA. If Personal configuration is blocked by policy, the "Turn on Windows Backup" toast will not be shown since it results in attempting to configure that "Personal" account with the OneDrive sync client. Please see this doc for more details on that setting: https://learn.microsoft.com/en-us/sharepoint/use-group-policy#prevent-users-from-syncing-personal-onedrive-accounts

    Additionally note a remote configuration change was recently made that should have prevented the toast on machines where no MSA account is associated with the machine.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.