How to disable IPV6 on Windows Server 2012 and Hyper-V 2012 from power shell

Another simple one that disables IPV6 from powershell for Server and Hyper-V 2012.

New-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\services\TCPIP6\Parameters -Name DisabledComponents -PropertyType DWord -Value 0xffffffff

So that’s one command and you can simply copy and paste into power shell. You will need to have admin privs for this to work.

 

About lyncuser

http://about.me/david.tucker
This entry was posted in 2008 R2, 2012, Hyper-V 2012 SP1. Bookmark the permalink.

2 Responses to How to disable IPV6 on Windows Server 2012 and Hyper-V 2012 from power shell

  1. jack tors says:

    You are not supposed to disable IPV6 in Hyper-V. Do not do this.

Leave a comment