disable ipv6 issue
This commit is contained in:
parent
0bafa598cf
commit
d515e9044f
@ -186,6 +186,9 @@ echo.
|
|||||||
call disable-systemproxy.cmd
|
call disable-systemproxy.cmd
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
|
call disable-ipv6.cmd
|
||||||
|
echo.
|
||||||
|
|
||||||
powershell -command .\disable-soundscheme.ps1
|
powershell -command .\disable-soundscheme.ps1
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
|
14
scripts/disable-ipv6.cmd
Normal file
14
scripts/disable-ipv6.cmd
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
@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 #######
|
||||||
|
|
Loading…
Reference in New Issue
Block a user