AVR Pocket Programmer under Windows 7
Getting this guy to work with Windows 7 x64 is a pain, however it is one of the most economical programmers out there so I feel it was definitely worth the effort. It is based off of the libusb-32 driver package and, like many open-source projects with no cash flow, it has no signed driver support. To fix this involves some pretty nasty hacks, but luckily Microsoft has simplified the process for us with their bcdedit utility for editing Windows boot options. Follow the steps after the break and you'll be off programming AVRs before you know it!
Warning: Making changes to your computer can cause permanent, hard-to-fix problems. Proceed at your own risk!
- Click on your Start menu and type "cmd".
- Right click on command prompt and goto "Run as Administrator".

- Execute the following commands: `bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS` and `bcdedit -set TESTSIGNING ON`
- Reboot and install the drivers from SparkFun's site.
- Program away!
As a side effect your computer desktop will now permanently display "Test Mode"

To undo these procedures simply run the commands again, substituting `-set` for `-deletevalue`.
1 comment
Windows cannot verify the digital signature for the drivers required for this device. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source. (Code 52)
I was hoping for some insight :D
Thanks in advance!

