mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 09:09:21 +01:00
7 lines
252 B
Batchfile
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 |