Action 1 (default)
Action Link Click
here to deploy this action.
Script Type
BigFix Action Script
dos reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters" /v DisabledComponents /t REG_DWORD /d 255 /f
dos reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\TCPIP\v6Transition" /f
dos reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\TCPIP\v6Transition" /v Teredo_State /t REG_SZ /d Disabled /f
dos reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\TCPIP\v6Transition" /v 6to4_State /t REG_SZ /d Disabled /f
dos reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\TCPIP\v6Transition" /v ISATAP_State /t REG_SZ /d Disabled /f
waithidden cmd.exe /C netsh interface ipv6 uninstall
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.