Friday, August 28, 2015

Disable Loopback Check - PowerShell

How to disable Loopback Check in Windows Registry with PowerShell?

Run the following PowerShell command as Administrator.

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






No comments:

Post a Comment