Guest asnmvg Posted August 16, 2004 Posted August 16, 2004 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
Andre Posted August 16, 2004 Posted August 16, 2004 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 August 16, 2004 Posted August 16, 2004 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
Andre Posted August 16, 2004 Posted August 16, 2004 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 August 17, 2004 Posted August 17, 2004 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now