Jump to content

Recommended Posts

Posted

I swear that I made a lot of research, but I didn't understand a lot of things...

Is it possible to disable the Driver Signing warning before installing a certain application and re-enable it right after, in the RunOnceEx.cmd?

I mean something really simple, like changing a reg

This article says not. But if its true, why some people in the forum could do it?

Well, thanks in advance, and sorry for re-posting this question


Posted (edited)

Disable Driver Signing

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver Signing]
"Policy"=hex:00

Enable Driver Signing

Windows Registry Editor Version 5.00

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver Signing]
"Policy"=hex:01

I imagine you could simply add entries in RunOnceEx like so:

"REGEDT32.EXE /S disable.reg"

Install Application Here

"REGEDT32.EXE /S enable.reg"

Edited by Sinistrality
Posted

I don't know if that is possible .... i've read somewhere (and i've tried it) that windows restores the value to what it was before you manually changed it (it sucks doesn't it?). Been there tried that now i'm trying find all the programs i need and i'm trying to figure how to sign the drivers. That will solve the problem :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...