To disable the IPv6 privacy extensions on your computer:
- Find the Windows Command Processor or Command Prompt in your menu.
- Right click on it and choose "Run as Administrator"
- Execute the following commands:CODEnetsh 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 - Reboot your computer