Scripts – Reg Hacks – Reg Hack and package to disable IPV6 in Windows 7

Our network team wanted IPV6 turned off on Windows 7 machines so I put together this reg hack and package to deploy it via SCCM.

.reg file:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\TCPIP6\Parameters]
“DisabledComponents”=dword:ffffffff

Program command line:

regedit /S “Disable_IPV6.reg”

Leave a Reply