Skip to content

Instantly share code, notes, and snippets.

@rossarioking
Created October 7, 2019 16:44
Show Gist options
  • Save rossarioking/2075183ec3512a39774751441f646360 to your computer and use it in GitHub Desktop.
Save rossarioking/2075183ec3512a39774751441f646360 to your computer and use it in GitHub Desktop.
Disables Administrative Share on Windows OS. Reboot after running to invoke RegEdit.
Reg Add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters /v AutoShareWks /t REG_DWORD /d 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment