Skip to content

Instantly share code, notes, and snippets.

@nightspotlight
Created August 20, 2017 19:06
Show Gist options
  • Save nightspotlight/292044e4486c74dcc02378e09a1d2a1a to your computer and use it in GitHub Desktop.
Save nightspotlight/292044e4486c74dcc02378e09a1d2a1a to your computer and use it in GitHub Desktop.
Windows script to disable random IPv6 address and IPv6 privacy extensions
netsh interface ipv6 set privacy state=disabled store=active
netsh interface ipv6 set privacy state=disabled store=persistent
netsh interface ipv6 set global randomizeidentifiers=disabled store=active
netsh interface ipv6 set global randomizeidentifiers=disabled store=persistent
netsh interface ipv6 set interface 15 routerdiscovery=disabled
netsh interface ipv6 set interface 15 managedaddress=enabled
netsh interface ipv6 set interface 15 otherstateful=enabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment