w10install/scripts/disable-ipv6.cmd
Michael H.G. Schmidt d515e9044f disable ipv6 issue
2022-06-20 08:18:12 +02:00

15 lines
278 B
Batchfile

@echo off
echo ####### %0 #######
echo disabling IPv6 ...
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6" ^
/v DisabledComponents /t REG_DWORD /d 255 /f 1>nul
echo.
echo +++ please reboot your machine +++
echo.
echo ####### %0 #######