Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

how to stop Found New Hardware Wizard

Featured Replies

I’m not sure if this is the correct place for this question but if its not I am sure someone will let me know. :rolleyes: I have a batch file that installs all the drivers. What it does is install one driver like the chipset and then reboots then the video driver and then reboots. But the issue I am having is that the “Found New Hardware Wizard” keeps popping up and causing my batch file to hang. If I’m sitting there and click the cancel button to the Wizzard then there is no problem. However, it is no longer a unattended install of the drivers. Does anyone know how to stop the “Found New Hardware Wizard?” I have read several posts and havn’t had any luck. I have even turned PNP off with a reg hack. But no luck there either.

Thanks for any info you can give.


Best advice I can give you is to use Pyron's method (Drivers from CD) outlined in the msfn unattended guide. Any driver that can be sucessfully installed via this method will never cause a 'Found New Hardware' popup. What you'll have to do is extract your driver installation files to find the base .inf. Then feed that base .inf via Pyron's method and Windows' Hardware Wizard won't bother you. However, this will in no way prevent you from installing the original driver installation file like you're used to.

PS: Oh yeah, you'll also need to provide any file (.dll, .sys) that is referenced in the base .inf. If you're not sure which files make up the actual driver just provide the entire dir.

Edited by legionaire

  • Author

I have tried a similar method. The issue I have with that is I need the software installed with the driver package.

Look into AutoIt. You can write a script that will wait for the Hardware Wizard window to appear and click the cancel button right away.

  • 2 months later...
  • 1 year later...

EDRubright,

This post may be dead, but you've just helped me out.

More info:

The registry value to set to disable the hardware wizard UI mentioned in the article http://support.microsoft.com/default.aspx/kb/938596

is:

Key: HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\DeviceInstall\Settings

Value: SuppressNewHWUI

Data: 1 (REG_DWORD)

On a Windows XP SP3 computer the hotfix mentioned in the link is not required, the registry setting will work.

Setting the value works immediately in a from-now-on capacity and does not need a restart. The problem is that the wizard may have already started before the setting is set in your script. In this case, we just kill the RunDll32.exe process that is holding the wizard running. Then no more wizards run and the driver can be installed. Don't forget to revert the setting after installing the drivers.

Hope this helps.

Daz.

Edited by Daz_1234

  • 4 weeks later...

i tried to remove that screen by injecting to HIVESFT.inf:

HKLM,"Software\Policies\Microsoft\Windows\DeviceInstall\Settings","SuppressNewHWUI",0x00010003,1

the hardware wizard still appear at T-25 asking for terminal server mouse/keyboard...

i wonder if the key i wrote to hives.. is the correct way?

please any other method in mind that any of you could have(source code, scripts..etc) that i could use for this will be welcome.. please if someone provide something tell how to implement it and where to put the code/scripts.

My Best Regards

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.