Skip to content

Instantly share code, notes, and snippets.

@izimbra
Last active September 28, 2016 06:49
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 izimbra/58a43d5494c787bb3ef97387e6b6325e to your computer and use it in GitHub Desktop.
Save izimbra/58a43d5494c787bb3ef97387e6b6325e to your computer and use it in GitHub Desktop.
Allow access to mapped network drives from elevated apps (Windows Vista and later) #win #uac #network
reg add «HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System» /v «EnableLinkedConnections» /t REG_DWORD /d 0x00000001 /f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment