1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Automated way to configure hardware driver signing options?

Discussion in 'Windows XP' started by tonyz, 2007/10/21.

  1. 2007/10/21
    tonyz

    tonyz Inactive Thread Starter

    Joined:
    2007/10/21
    Messages:
    1
    Likes Received:
    0
    Hi,

    We have a few hundred Windows XP pro(sp2) hosts on a private domain,
    that we need to manually configure the hardware driver signing
    option (Computer-> Porperty-> Hardware-> Driver Signing), to change
    the option from default "Warn" to "Ignore ", so that unattended installation of some software packages on the systems can be done
    automatically.

    Is there any script to do that or through SMS (Systems Management Server)to do it automatically without manual interaction? Any
    pointer with details would be much appreciated.

    Thanks.
    Post 1 of 1 | Back to top
     
  2. 2007/10/22
    Arie

    Arie Administrator Administrator Staff

    Joined:
    2001/12/27
    Messages:
    15,174
    Likes Received:
    412
    Arie,
    #2

  3. to hide this advert.

  4. 2007/10/24
    mattross

    mattross Inactive

    Joined:
    2007/01/03
    Messages:
    15
    Likes Received:
    0
    I've done it in the past with just a registry edit on multiple PCs.

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup]
     "PrivateHash "=hex:61,BB,6B,F0,D9,57,8D,34,AA,BA,63,27,84,8A,E0,C3
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver Signing]
     "Policy "=hex:00
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.