http://support.microsoft.com/kb/2642357
However, the automated FixIts don't work on any of my systems, so the manual method is required:
Let me fix it myself
To disable the "Broken Shortcut" task, follow these steps:
1.Click Start, type regedit in the Search programs and files box, and then press ENTER.
If you are prompted for an administrator password, type the password. If you are prompted for confirmation, provide confirmation.
2.Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\ScheduledDiagnostics\
3.On the Edit menu, point to New, and then click DWORD Value.
4.Type IsBrokenShortcutsTSEnabled, and then press ENTER.
5.Right-click IsBrokenShortcutsTSEnabled, and then click Modify.
6.In the Value data box, type 0, and then click OK.
7.Exit Registry Editor.
Let me fix it myself
To disable the "Unused Desktop Icon" task, follow these steps:
1.Click Start, type regedit in the Search programs and files box, and then press ENTER.
If you are prompted for an administrator password, type the password. If you are prompted for confirmation, provide confirmation.
2.Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\ScheduledDiagnostics\
3.On the Edit menu, point to New, and then click DWORD Value.
4.Type IsUnusedDesktopIconsTSEnabled, and then press ENTER.
5.Right-click IsUnusedDesktopIconsTSEnabled, and then click Modify.
6.In the Value data box, type 0, and then click OK.
7.Exit Registry Editor.
If you have to do this repeatedly (as in multiple installs, which I do), you might want to just make a registry key bit that you can just run to import into the registry.
If I recall, you can just export the two keys into a whatever.reg file.
Or you can just set it up in notepad and name it whatever.reg
It will look like this:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ScheduledDiagnostics]
"IsBrokenShortcutsTSEnabled"=dword:00000000
"IsUnusedDesktopIconsTSEnabled"=dword:00000000
That's it.
I'm running Windows 7 Pro 64 bit.
I tried to create the reg file and I got a "Cannot import F:\FixShortcut.reg. Error opening the file. There may be a disk or file system error. I copied:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ScheduledDiagnostics]
"IsBrokenShortcutsTSEnabled"=dword:00000000
"IsUnusedDesktopIconsTSEnabled"=dword:00000000
Do I need to do this in the 64 bit registry (Start, type regedit and hit enter) or do I need to do it in the 32 bit registry (C:\Windows\System32\odbcad32 - right click and run as admin)?
To confirm, I should use a DWORD (32 bit) value instead of a QWORD (64 bit) value if I'm manually entering it.