AndersonPatricio.ca

A Microsoft Unified Communications resource blog

Recent Posts

Search by Topic

Email Notifications

Blogroll

My Microsoft KBs

.:. About me..

Microsoft Community

Andy's Toolbox

Archives

Ads

Browse by Tags

All Tags » Anderson Patricio » Quick hint (RSS)
Quick hint: How to disable IPv6 using PowerShell
How to disable IPv6 using PowerShell?   An easy way is running the following cmdlet:  New-ItemProperty hklm:\SYSTEM\CurrentControlSet\Services\TCPIP6\Parameters –Name “DisabledComponents” –Value “0xFFFFFFFF” –PropertyType “DWORD” Cheers...