Verschwundene Icons auf dem Windows-Desktop

Von Zeit zu Zeit verschwinden Icons vom (Windoof-) Desktop meiner Kunden…

 

Windows sucht im Rahmen der Computerprüfung automatisch nach „defekten“ Icons auf dem Desktop. Existieren davon mehr als 4 werden die standardmäßig ohne Rückfrage(!) gelöscht.

 

„Defekt“ sind solche Icons aber auch, wenn die Verknüpfung dahin gerade temporär nicht existiert (Netzwerk oder USB-Device gerade nicht erreichbar).

Microsoft empfiehlt: http://support.microsoft.com/kb/2642357/en-us

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.

Dazu dann noch der zweite Fix für „Unused Desktop Icons“:

  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 IsBrokenShortcutsTSEnabled, and then click Modify.
  6. In the Value data box, type 0, and then click OK.
  7. Exit Registry Editor.

Microsoft hat dem User damit imho einen Bärendienst erwiesen – wäre aber ja nicht der erste…

Alternativ zu den manuellen Schritten kann auch einfach die folgende *.reg-Datei „ausgeführt werden“:

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ScheduledDiagnostics]
"IsBrokenShortcutsTSEnabled"=dword:00000000
"IsUnusedDesktopIconsTSEnabled"=dword:00000000

 

Schreibe einen Kommentar