I try to install com0com - a null modem emulator on Windows Vista. But I fail because Windows Vista doesn't let me install a driver that is not digitally signed.

I followed the instructions in the readme:

  1. Inactivate UAC
  2. Run bcdedit.exe -set TESTSIGNING ON
  3. Reboot the computer.
link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Try running bcdedit.exe -set TESTSIGNING ON in an administrator command prompt (Run as Administrator). Or try: http://www.ngohq.com/home.php?page=dseo instead.

link|improve this answer
Thanks, the problem was that I wasn't logged in as an Administrator when I run the command the first time. – Jonas Jun 30 '10 at 11:26
feedback

Is 32 or 64 bits Vista? I remember reading in the OSR mailing list that unsigned drivers can not in any way be installed in vista 64 bit. Hope this helps.

link|improve this answer
It's 64 bit. I got it working now, see the answer by BloodPhilia. – Jonas Jun 30 '10 at 11:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.