Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
in order to disable Direct Access on Windows 8.1, you can run the following powershell script (as administrator)
remove-itemproperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows NT\DNSClient" -name DnsPolicyConfig
Net stop iphlpsvc /y
Net start iphlpsvc
ipconfig /flushdnsWrite-Host ""
Write-Host "Press any key to continue ..."
$x = $host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")