Quantcast
Channel: Back in Hack » Windows Server 2008 R2
Viewing all articles
Browse latest Browse all 6

HOWTO: Disable the Windows Server 2008 Loopback Check via PowerShell

$
0
0

Our servers have a RegEdit lock-down in affect. Yes, it is silly. PowerShell can do the job though!

# Get the value of the LSA keys
Get-ItemProperty HKLM:\System\CurrentControlSet\Control\Lsa

# Disable the loopback check
New-ItemProperty HKLM:\System\CurrentControlSet\Control\Lsa -Name “DisableLoopbackCheck” -value “1″ -PropertyType dword



Viewing all articles
Browse latest Browse all 6

Trending Articles