Difference between revisions of "Com0com"
From Free Knowledge Base- The DUCK Project: information for everyone
(Created page with "This is virtual com port software for Windows. It can be obtained here: *http://osdn.net/frs/g_redir.php?m=kent&f=%2Fcom0com%2Fcom0com%2F2.2.2.0%2Fcom0com-2.2.2.0-x64-fre-sig...") |
|||
(One intermediate revision by one user not shown) | |||
Line 16: | Line 16: | ||
and reboot the computer. | and reboot the computer. | ||
+ | |||
+ | #downloaded the file | ||
+ | #opened an elevated command prompt | ||
+ | |||
+ | notes: | ||
+ | To enable test-signing, use the following BCDEdit command: | ||
+ | |||
+ | Bcdedit.exe -set TESTSIGNING ON | ||
+ | |||
+ | To disable test-signing, use the following BCDEdit command: | ||
+ | |||
+ | Bcdedit.exe -set TESTSIGNING OFF |
Latest revision as of 23:50, 5 January 2017
This is virtual com port software for Windows.
It can be obtained here:
Download of com0com-2.2.2.0-x64-fre-signed.zip (com0com-2.2.2.0-x64-fre-signed.zip ( external link: SourceForge.net): 202,909 bytes)
Due to the Microsoft Driver Signing Mofia, this software requires some tweaks to work in Windows 8
NOTE (x64-based Windows Vista/Windows Server 2008/Windows 7/8):
The com0com.sys is a test-signed kernel-mode driver that will not load by default. To enable test signing, enter command:
bcdedit.exe -set TESTSIGNING ON
and reboot the computer.
- downloaded the file
- opened an elevated command prompt
notes: To enable test-signing, use the following BCDEdit command:
Bcdedit.exe -set TESTSIGNING ON
To disable test-signing, use the following BCDEdit command:
Bcdedit.exe -set TESTSIGNING OFF