Last active
November 5, 2020 01:38
-
-
Save dogancelik/0b9b7c97f87bc286a881 to your computer and use it in GitHub Desktop.
Disable HomeGroup Listener and Provider #Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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