1. Go to the registry branch HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Driver Signing\BehaviorOnFailedVerify and set value as DWORD 0. This prevents Windows from rejecting unsigned drivers.
2. Open a command prompt and perform the following commands to enable Windows Test Mode, make use to use "Run as administrator":
- bcdedit.exe -set loadoptions DISABLE_INTEGRITY_CHECKS
- bcdedit.exe -set TESTSIGNING ON
4. Reboot your machine and Windows should report that it is running in Test Mode at the bottom right corner:
5. Proceed to install the driver as per normal. Windows should accept the driver and install successfully:
The Prolific USB-to-serial driver can also be downloaded here, in case you're looking for it.
See also:
Using Prolific PL-2303HXA USB to TTL chipset on Windows 8
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.