Page 1 of 1

Win8 error driver install message

Posted: Tue Nov 28, 2017 8:48 am
by geiger
Hello!

I am trying to install Scope 5.1 on my new computer: socket 775 core2duo with win8 64bit, but I am getting this message. I am using the latest install kit downloaded from the website. On the same computer I had win7 32 bit and it worked..

Any idea?

Thank you!

Re: Win8 error driver install message

Posted: Tue Nov 28, 2017 8:55 am
by Ripper
Have you disabled driver signature enforcement?

Re: Win8 error driver install message

Posted: Tue Nov 28, 2017 11:23 am
by fidox
right click command prompt "run as administrator",
copy - paste:

bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS
bcdedit -set TESTSIGNING ON

restart windows

install drivers for scope

and then turn off :
right click command prompt "run as administrator"
copy-paste:

bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS
bcdedit -set TESTSIGNING OFF

restart windows

Re: Win8 error driver install message

Posted: Tue Nov 28, 2017 12:05 pm
by geiger
I worked like charm! Thank you!!

Re: Win8 error driver install message

Posted: Tue Nov 28, 2017 5:03 pm
by dawman
Fidox....

Great trick.
I didn’t know you could store the data like that.
I have to go through the driver enforcement process every now and then.

Like the idea the process can be embedded.

Old Dog new tricks.

Re: Win8 error driver install message

Posted: Wed Nov 29, 2017 12:05 am
by Ripper
dawman wrote:Fidox....

Great trick.
I didn’t know you could store the data like that.
I have to go through the driver enforcement process every now and then.

Like the idea the process can be embedded.

Old Dog new tricks.
Yes, I also have a (2) batch file for that.

Re: Win8 error driver install message

Posted: Wed Nov 29, 2017 9:54 am
by fidox
Ripper wrote:
Yes, I also have a (2) batch file for that.
great idea, that would be even faster :)