Jump to content

Recommended Posts

Posted

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?

Posted

  Joon said:

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.

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...