Windows Driver Management with pnputil
You can uninstall third-party drivers (such as the WAVES MaxxAudio Pro driver) from the Command Prompt (CMD) by using the “pnputil.exe” utility. Here’s the basic process: Open Command Prompt as administrator: Press the Windows key + X, and then select “Command Prompt (Admin)”. Type the following command and press Enter: pnputil.exe -e # or export the list to a file pnputil.exe -e > !drivers.csv This command lists all the third-party drivers installed on your system.
