Jump to content

Problems Changing To Accepting Unsigned ...


Recommended Posts

Guest asnmvg
Posted

Looking for a better way for XP boxes to accept unsigned printer drivers.

Have done a working scrip witch does It the manual way of mouse clicking my computer/ Properties/hardware/drive signing/Ignore

The problem is the script doesnt work in a busy setting like login and while the user is working actively. One problem is to get proper control of the system icon My computer properly, any suggestions?

Working in a Novell 6 (NDPS/Iprint ) / XP environment :ph34r:

Posted

Hi,

Try this.

Code signing for device drivers

* KEY: HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows NT\Driver Signing

* DWORD: BehaviorOnFailedVerify = 0 Ignore, 1 Warn, or 2 Block

Regards,

Andre

What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
Guest asnmvg
Posted

Hi,

Try this.

Code signing for device drivers

    * KEY: HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows NT\Driver Signing

    * DWORD: BehaviorOnFailedVerify = 0 Ignore, 1 Warn, or 2 Block

Regards,

Andre

<{POST_SNAPBACK}>

Hi thanks!

Tried this but it ends up in "1 Warn" anyway see

http://support.microsoft.com/?kbid=298503

/asnmvg

Posted

Hi,

Ok i've read the MS document.

Of what i understand u can not change it under HKLM, but in an group policy it can be applied.

Group Policies are in fact registry changes so dit u try : HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows NT\Driver Signing

or dit u try

HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Driver Signing

Regards,

Andre

What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
Guest asnmvg
Posted

Hi,

Ok i've read the MS document.

Of what i understand u can not change it under HKLM, but in an group policy it can be applied.

Group Policies are in fact registry changes so dit u try : HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows NT\Driver Signing

or dit u try

HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Driver Signing

Regards,

Andre

<{POST_SNAPBACK}>

Thanks Andre!

It works for a while then it changes back after reboot!

The didigtal demons are at large.

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
×
×
  • Create New...