Skip to content

Disable Homegroup

Last Updated: 2024-08-07

Info

The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

Description

Disables HomeGroup - HomeGroup is a password-protected home networking service that lets you share your stuff with other PCs that are currently running and connected to your network.

Preview Code
{
  "Content": "Disable Homegroup",
  "Description": "Disables HomeGroup - HomeGroup is a password-protected home networking service that lets you share your stuff with other PCs that are currently running and connected to your network.",
  "category": "Essential Tweaks",
  "panel": "1",
  "Order": "a005_",
  "service": [
    {
      "Name": "HomeGroupListener",
      "StartupType": "Manual",
      "OriginalType": "Automatic"
    },
    {
      "Name": "HomeGroupProvider",
      "StartupType": "Manual",
      "OriginalType": "Automatic"
    }
  ],
  "link": "https://christitustech.github.io/winutil/dev/tweaks/Essential-Tweaks/Home"
}

Service Changes

Windows services are background processes for system functions or applications. Setting some to manual optimizes performance by starting them only when needed.

You can find information about services on Wikipedia and Microsoft's Website.

Service Name: HomeGroupListener

Startup Type: Manual

Original Type: Automatic

Service Name: HomeGroupProvider

Startup Type: Manual

Original Type: Automatic

View the JSON file