Jump to content

Batch File to Uninstall and Reinstall sound driver


Recommended Posts

Posted

I need a script to uninstall the sound drivers and then reinstall them.

 

So after a bit of research I can see that I need to use the DevCon commands.... I need a bit of help....

 

I found a line that could help me, but then would need to rescan for PnP devices...

 

wmic sysdriver where name ="High Definition Audio Device" delete

 

Just need a shortcut for staff to click to sort out their HDMI audio and then I'm not up and down CONSTANTLY.

Posted

If the machines are on Windows 10 then you could use something like this although this is heavily wildcarded so be careful as it will remove anything with audio in it:

 

devcon remove *audio*
devcon rescan

 

Windows 10 will then scan the net for the drivers and install them or at least it seems to for me. Test this before you do anything, I will try to make a "safer" version when I get time.

Posted
Damn. The version I have downloaded is not compatible with the version of windows I am running. RIP this idea.
Posted
10 Edu. It did tell me that this was the 1803 version though.... and I'm not sure my machine has updated to that yet....
Posted

On the machine I tested them on I was using 1709 EDU, I can upload the two .exes to my google drive if you want because Edugeek doesn't allow .exe to be attached to posts, however that might be against the rules?

 

Let me know either way.

 

I followed the instructions on the site that I linked you to get them.

 

Download: https://www.microsoft.com/en-us/download/details.aspx?id=11800

 

 

  • find setuptools_x64fre_cab001.cab (64-bit) or setuptools_x86fre_cab001.cab (32-bit) in the \WDK folder
  • use 7-Zip or similar software to extract _devcon.exe_00000
  • rename _devcon.exe_00000 to devcon.exe
  • move devcon.exe to a folder that is listed in your PATH

 

Then followed those in order and put devcon.exe in the root of C.

  • Thanks 1

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



×
×
  • Create New...