Rob Fuller
Rob Fuller
The HKU -> HKCU fix to HKU->HKU fix you have here just saved me multiple hundreds of hours of banging my head against the wall in MSDN trying to figure...

   
      
I'll put source links for the images later
What the log doesn't show is it getting to `username2`
Regular password brute force attack would try user1 with every password before moving on. Password spraying would try the first password with every user before moving on.
@nrathaus Fix worked for me thanks!
PyInstaller might not like having it's resources being changed. Can you try manually changing the icon with Resource Hacker: http://www.angusj.com/resourcehacker/ - PyInstaller might be using some of the other resources...
Cool, so it's definitely messing with a resource that it uses. I'll look into options where I just copy the Icon, but I doubt there will be a way to...