encorebasic - Printable Version +- Apnea Board Forum - CPAP | Sleep Apnea (https://www.apneaboard.com/forums) +-- Forum: Public Area (https://www.apneaboard.com/forums/Forum-Public-Area) +--- Forum: Software Support Forum (https://www.apneaboard.com/forums/Forum-Software-Support-Forum) +--- Thread: encorebasic (/Thread-encorebasic--22836) |
encorebasic - A.Cabrera - 08-20-2018 I down load the software from link. Installed encore basic on win 10 I am trying to run the program as windows 7. but get an error public key null does not have an implementation the program will not start can any one help RE: encorebasic - Crimson Nape - 08-20-2018 It could be a driver signing issue. Windows 10 finally started blocking any driver that didn't have a MS approval, or is signed. Here are the steps on how to disable this in Windows. You probably will have to reinstall Encore after you dis able it. If you're running UEFI in Secure Boot Mode: To Disable UEFI Secure Boot:
RUN "CMD" As Administrator: Steps To run a command prompt As Administrator! Win 7: Windows Key + R -> type: cmd -> CTRL + SHIFT + ENTER Win 8/8.1/10: Windows Key -> type: cmd -> CTRL + SHIFT + ENTER. Steps To DISABLE "Driver Signing" (so you CAN install UNSIGNED Drivers):
bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS bcdedit -set TESTSIGNING ON shutdown /r /t 0 # above commands will: DISABLE Integrity checks" so unknown drivers could be installed. Allow "Test" signatures. Restart your computer. Steps To ENABLE "Driver Signing" (so you CAN'T install UNSIGNED Drivers):
bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS bcdedit -set TESTSIGNING OFF shutdown /r /t 0 # above commands will: Enable Integrity checks" so unknown drivers won't be installed. Disable/Disallow "Test" signatures. Restart your computer. I hope this may help. RE: encorebasic - A.Cabrera - 08-21-2018 no that did not work. some how there is a public key for this download. This install has a null value for the key I believe that a different install with the correct value would work can anyone give me a new download link please RE: encorebasic - A.Cabrera - 08-25-2018 I was able to get encore basic to work. I installed it to a laptop with a SD card reader. I think the program checks for a device source. |