1
0
mirror of https://gitea.blesmrt.net/mikaela/shell-things.git synced 2025-02-25 18:20:36 +01:00
shell-things/Windows/IPv6-no_randomization.bat

8 lines
253 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