maybe this is helpfull
Disable Secure negotiate on the client windows 8 or windows server 2012 until firmware is ready for use
Disable Secure negotiate on the client windows 8 or windows server 2012 until firmware is ready for use
- Disable "Secure Negotiate" on the client. You can do this using PowerShell on a Windows Server 2012 or Windows 8 client, using the command:
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWor kstation\Parameters" RequireSecureNegotiate -Value 0 -Force
Note: The command as displayed above may wrap multiple lines in your web browser.
Comment