I found that the IPv6 link local address was generated randomly in Windows 7, not following the EUI-64 standard. Then I found this link and followed its guide:
netsh interface ipv6 set global randomizeidentifiers=disabled
netsh interface ipv6 set privacy state=disabled
However, after rebooting, I found the link local address was still generated randomly. How can I make Windows 7 use the EUI-64 standard?
Thanks for your help!