Tuesday, 11 November 2014

Disable Loopback Check using Powershell


Just run this command in PowerShell (check your privilegies).


New-ItemProperty HKLM:\System\CurrentControlSet\Control\Lsa -Name "DisableLoopbackCheck" -Value "1" -PropertyType dword


Cheers:
HD

No comments:

Post a Comment