Disable New Hardware Wizard in Windows XP to Enable Automatic Device Driver Installation
 · One min read
Want to skip straight to automatic hardware installation? Follow the instructions below to edit the registry.
- Click Start
- Click Programs
- Click Accessories
- Click Notepad
- Copy the script below:
REGEDIT4
    [HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsDriverSearching]
  “DontSearchWindowsUpdate”=dword:00000001
  “DontPromptForWindowsUpdate”=dword:00000001
  “DontSearchCD”=dword:00000001
  “DontSearchFloppies”=dword:00000001
  
    [HKEY_CURRENT_USERSoftwarePoliciesMicrosoftWindows NTDriver Signing]
  “behaviorOnFailedVerify”=dword:00000000
  
    [HKEY_USERS.DEFAULTSoftwarePoliciesMicrosoftWindows NTDriver Signing]
  “behaviorOnFailedVerify”=dword:00000000
  
- Paste into Notepad
- Click File
- Click Save As
- Name the file “DisableHardware.bat“
- Run the file & accept all changes.