Step‑by‑step guide for capturing crash dumps with ProcDump and performing post‑mortem analysis in WinDbg.
Published: May 1, 2025
| Last Modified: June 10, 2025A collection of useful commands and steps for troubleshooting Group Policy Objects (GPOs) in a Windows Active Directory environment.
Published: May 31, 2024
| Last Modified: May 13, 2025Steps to take when N-Central’s Take Control remote access feature isn’t working, including how to restart the necessary services.
Published: January 2, 2024
| Last Modified: June 10, 2025You 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.
Published: February 17, 2023
| Last Modified: May 13, 2025