sn.exe -Vr *
which didn't seem to work. It turns out, and I have no idea why. You need set the regkey directly to make this work.
To disable strong name verification for all dlls on a machine (which is a terrible idea in most cases) add:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\StrongName\Verification\*,*]
to the registry.