The following article shows you how to turn off the "Set up Backup" message you get in the Action Center in Windows 7 (see images below).
According to the MSDN article (http://msdn.microsoft.com/en-us/library/bb891959(VS.85).aspx) it states that this this use of the DisableMonitoring registry key should be used for “OEMs and developers of third-party backup applications … to turn off these automatic notifications.”. However in an SOE environment where no user data is stored on the local hard drive to the profile virtualisation and folder redirection then this registry key to stop the notification is perfect.
Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsBackup Value: DisableMonitoring Type: REG_DWORD Data Enabled: 0 (or not exist) = Disabled Data Disabled: 1 = Enabled
Step 1. Edit a Group Policy Object (GPO) that is targeted to the computers that you want to disabled the backup notification.
Step 2. Navigate to Computer Configuration > Preferences > Windows Settings > Registry.
Step 3. Click on “Action” in the menu then “New” and then “New then Registry Item”
Step 4. Type “SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsBackup“ into the Hive: text field and then “DisableMonitoring” in the Value Name then select the REG_DWORD Value Type and type “1” in the Value data: field.
You should now see something like this in your Group Policy Editor.
Now you will see that the Backup section of the Action Center has been disabled.
Note: This should happen by 10am the day after the policy setting is applied.
You should also notice that the the “Set up Backup” has been removed from the Action Center Pop-up when the user hovers over the flag in the system tray.
This is an attributition to the original article that this Wiki was derived from http://www.grouppolicy.biz/2010/06/how-to-use-group-policy-to-turn-off-backup-notification-in-the-windows-7-action-center-the-easier-way/ as it is covered via a creative commons licence.
Maheshkumar S Tiwari edited Revision 1. Comment: Added tags
Ed Price MSFT edited Original. Comment: Updated title case.
Hi, this article needs new screenshots, seems like the OP has just linked to the original screenshots, and the original website is down.
Hi,
interesting guideline.
I tried it and was wondering why sometimes it worked; then it took some time until it worked; and sometimes it seemed not to work.
Based on this article ( msdn.microsoft.com/.../bb891959(v=vs.85).aspx ) I found the solution.
This settings is only applied 10:00 AM every day ... I don't understand why..
A nice feature from Microsoft :-)