Win8 error driver install message

An area for people to discuss Scope related problems, issues, etc.

Moderators: valis, garyb

Post Reply
User avatar
geiger
Posts: 52
Joined: Sat Feb 18, 2017 2:55 am
Location: Bucharest, Romania

Win8 error driver install message

Post 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!
Attachments
scope err.JPG
scope err.JPG (16.38 KiB) Viewed 2315 times
Ripper
Posts: 230
Joined: Tue Jan 08, 2013 5:33 am

Re: Win8 error driver install message

Post by Ripper »

Have you disabled driver signature enforcement?
fidox
Posts: 804
Joined: Sun Aug 17, 2003 4:00 pm
Location: Slovenia
Contact:

Re: Win8 error driver install message

Post 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
User avatar
geiger
Posts: 52
Joined: Sat Feb 18, 2017 2:55 am
Location: Bucharest, Romania

Re: Win8 error driver install message

Post by geiger »

I worked like charm! Thank you!!
dawman
Posts: 14368
Joined: Sun Jul 24, 2005 4:00 pm
Location: PROJECT WINDOW

Re: Win8 error driver install message

Post 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.
Ripper
Posts: 230
Joined: Tue Jan 08, 2013 5:33 am

Re: Win8 error driver install message

Post 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.
fidox
Posts: 804
Joined: Sun Aug 17, 2003 4:00 pm
Location: Slovenia
Contact:

Re: Win8 error driver install message

Post by fidox »

Ripper wrote:
Yes, I also have a (2) batch file for that.
great idea, that would be even faster :)
Post Reply