Skip to content

Instantly share code, notes, and snippets.

@kowill
Created August 4, 2015 22:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kowill/9f9e5babf90dda3781dc to your computer and use it in GitHub Desktop.
Save kowill/9f9e5babf90dda3781dc to your computer and use it in GitHub Desktop.
EnableLinkedConnections
$path = "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System"
Set-ItemProperty -Path $path -Name "EnableLinkedConnections" -Type DWord -Value 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment