I have a web application that is hosted on Microsoft Azure Web-Role. How can I disable RC4 cipher?
I see few of us discussing about Powershell and issue using forward "/" in script, but the below solves the problem. It works.
([Microsoft.Win32.RegistryKey]::OpenRemoteBaseKey([Microsoft.Win32.RegistryHive]::LocalMachine,$env:COMPUTERNAME)).CreateSubKey('SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\RC4 128/128')