9

Last night a Windows update on my Windows 7 machine added a new "Homegroup" icon to my desktop.

I don't want the icon on my desktop but can't see any way to get rid of it.

It's not listed in the desktop icons under personalisation settings and it's not a regular shortcut so can't be deleted in the usual manner. The context (right click) menu also provides no suitable option.

Any ideas?

6 Answers6

13
  1. Go to "Folder Options"
  2. Click "View"
  3. Scroll down to "Use Sharing Wizard (Recommended)", it must be checked
  4. Uncheck the checkbox
  5. Click "Apply" (the icon will be removed from your desktop)
  6. Recheck the checkbox (the icon will not be back)
Indrek
  • 24,874
Glenn
  • 131
3

You need to modify some registry keys. Here are the instructions on Microsoft's Windows 7 forums:

To remove the Home desktop Group icon, you need to manually modify some registry key:
  1. Open notepad and then copy the following text (without ===) into it.

    ================================
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
    "{B4FB3F98-C1EA-428d-A78A-D1F5659CBA93}"=dword:00000001
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu]
    "{B4FB3F98-C1EA-428d-A78A-D1F5659CBA93}"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
    "{B4FB3F98-C1EA-428d-A78A-D1F5659CBA93}"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu]
    "{B4FB3F98-C1EA-428d-A78A-D1F5659CBA93}"=dword:00000001
    ===========================================
    
  2. Save the txt file and rename to xxx.reg. Then double click xxx.reg to import the registry key.
(answer by Thomas_77)
Alex
  • 1,865
3

Or, if you don't fancy modifying your registry, just stop and disable the follwing services:

HomeGroup Listener
HomeGroup Provider

Ben

vassie
  • 426
2

Following the link provided by Alex, I found an easy way to get rid of Homegroup icon from desktop.

Quote from zzark's answer:

right-click on the Homegroup icon, select homegroup settings, then select leave homegroup.

elgrillo
  • 121
  • 3
0

Try right clicking on the desktop and clicking refresh. Simples

BigBoz
  • 11
0

I had to revisit this as that icon reappeared on my desktop, and the answer in the form wasn't working. I was getting lots of import errors. so did a little more searching, and Found another answer as to how to get rid of the icon, that doesn't make you copy paste and import. nor does it have you leave the home group or disable related services

http://answers.microsoft.com/en-us/windows/forum/windows_7-desktop/unable-to-remove-homegroup-icon/699c4550-c88e-4e0c-b30c-339ca25e52f8

Kit Ramos
  • 246