Disable IPv6 Random identifier in Windows 7, Server 2008 & Vista
If you're new here, you may want to subscribe to Windows Reference RSS feed Thanks for visiting!
However, this can cause issues with some connection instances in which case you may need to disable this option.
To prevent Windows from using Random Identifiers,
1. Click Start – search “cmd“, right-click and choose “Run as Administrator“. This should launch the command window withe elevated privileges.
2. Run the following command:
C:\windows\system32> netsh interface ipv6 set global randomizeidentifiers=disabled
At anytime later, you can enable this (if requierd) as follows:
C:\windows\system32> netsh interface ipv6 set global randomizeidentifiers=enabled
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically each day to your feed reader.
Trackbacks & Pingbacks
Comments
Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>






hm is not work for me and i have windows 7 64 bit version.
I write in all that you have write and its stand:
‘C:\windows\system64′is not recognized as an internal or external comman,
Operable program or batch file.
It didn’t work…!!!
i didn’t work
For Mcbecon and perhaps the others:
Copy and paste the line AFTER “system32″ or “system64″…
So in other words, you only have to copy + paste the following:
netsh interface ipv6 set global randomizeidentifiers=disabled
netsh interface ipv6 set global randomizeidentifiers=enabled
Works fine.
Paste ONLY the “netsh interface ipv6 set global randomizeidentifiers=disabled” (minus the quotes).
It should respond with an “Ok.”
Windows 7 Home Premium
Works fine with windows server 2008 R2,
Works fine in a Win Server 2k8 as a virtual machine.
Comes back with “ok”
Thanks a lot