Page 1 of 1

Windows 10 Update 1803 warning!

Posted: Wed May 09, 2018 12:33 pm
by David
Windows 10 update 1803 warning - Do not update yet!

I have issues with cameras / webcams not functioning after as well as CP2102 Silicon labs USB bridges not working after the update on multiple machines.

This is not a Liteplacer software issue as even the software I use to test the cameras with - a little webcam viewer will fail to open the cameras.

I am investigating it but will likely roll back as I need to run boards....

Anyone with more info please let me know,

I managed to get the CP2102 USB bridge working by forcing an old driver in.

Re: Windows 10 Update 1803 warning!

Posted: Wed May 09, 2018 1:12 pm
by David
Figured out a workaround which got me going again:

You will need to disable driver signing / enable test mode

Open CMD.exe as admin

run:

bcdedit.exe /set nointegritychecks on
bcdedit.exe -set loadoptions DISABLE_INTEGRITY_CHECKS
bcdedit.exe -set TESTSIGNING ON