fsquirrelgpr Posted March 21, 2007 Posted March 21, 2007 I am trying to write a script to disable the Windows Logo testing warning that appears in Windows XP when installing an unsigned software driver. The script I wrote to try to do this is: regwrite('HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows NT\Driver Signing', 'BehaviorOnFailedVerify', 'REG_DWORD', 0) regwrite('HKEY_LOCAL_MACHINE\Software\Microsoft\Driver Signing', 'Policy', 'REG_Binary', 0) This does not seem to work though. Has anyone run into this or have any ideas?
Joon Posted March 21, 2007 Posted March 21, 2007 Some system change made through direct registry manipulation don't take effect immediately. Try reboot.
fsquirrelgpr Posted March 22, 2007 Author Posted March 22, 2007 Some system change made through direct registry manipulation don't take effect immediately.Try reboot.Thanks for the tip, I should have tried rebooting... I cannot confirm that it is working because the value seems to be changing on startup of one of the keys (maybe from group policy)... I will have to look into this more.
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