shell-things/Windows/IPv6-no_randomization.bat
2014-12-27 11:08:01 +02:00

7 lines
252 B
Batchfile

echo off
echo Disable IPv6 address randomization? Recommended for all devices.
pause
netsh interface ipv6 set global randomizeidentifiers=disabled store=active
netsh interface ipv6 set global randomizeidentifiers=disabled store=persistent
pause
echo on