Skip to content

Instantly share code, notes, and snippets.

@dogancelik
Last active November 5, 2020 01:38
Show Gist options
  • Select an option

  • Save dogancelik/0b9b7c97f87bc286a881 to your computer and use it in GitHub Desktop.

Select an option

Save dogancelik/0b9b7c97f87bc286a881 to your computer and use it in GitHub Desktop.
Disable HomeGroup Listener and Provider #Windows
net stop "HomeGroup Listener"
sc config "HomeGroupListener" start= disabled
net stop "HomeGroup Provider"
sc config "HomeGroupProvider" start= disabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment