Open "regedit" and find the key
HKLM\SYSTEM\CurrentControl
Set\Contro
l\Security
Providers\
SCHANNEL\C
iphers.
This will have a number of other subkeys below it. Next we will want to disable anything that has a number less than 128 in it. I.E. RC2 40/128 we will disable but RC2 128/128 we will not. To disable the cipher click on the subkey that you want to disable and create a new DWORD value named "Enabled". In the value data keep it 0 in Hex. This will disable the cipher from being able to run. You could also create a registry import like the following.
(From:
http://www.curtis-lamasters.com/2008/06/21/windows-iis-ssl-restrict-weak-ciphers/)