Disable driver signature enforcement on Windows 10 ARM

prxy 61 Reputation points
2020-08-28T07:48:02.207+00:00

Hi,

I'm trying to port application on arm, I've recompiled the drivers for arm architecture and trying to install it on windows 10 ARM laptop.

During installation, I'm getting error "A Digitally signed driver is required". As we're in testing phase, I can not sign the drivers so I tried to disable the driver signature enforcement using below way.

  1. Disabled secured boot feature from BIOS options and used command BCDEdit /set testsigning on from administrator command prompt.

2.Disabled driver signature enforcement using below steps

Shift + Restart --> Troubleshooting --> Advanced options --> Startup settings --> Disable driver signature enforcement and restarted laptop.

  1. command BCDEdit /set nointegritychecks on and few more options from BCDEdit

After these option, when I'm trying to install I'm getting same error "A Digitally signed driver is required"

What else I can do to disable the driver signature enforcement ?

Community Center | Not monitored
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.