Unlocking Windows Memory Integrity: A Quick Guide to Removing Incompatible Drivers. Dive into the commands that fix system vulnerabilities and enhance security
Commends & Directories used in this tutorial:
1# C:\Program Files (x86) = to see if there is folder named "SonicWall"
2# C:\Windows\System32\drivers = to see if there is folder named "SonicWall" or any entry named "NxDrv"
3# HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services = to check system registry, if there is any service called "SonicWall" or "NxDrv"
4# pnputil /enum-drivers = PowerShell cmd, to check the INF name of the driver/service
5# pnputil /delete-driver oemXX.inf /uninstall = To remove the driver/service
Make sure to replace oemXX.inf with the actual .inf file name you found in the list.
6# driverquery = PowerShell cmd, to check list of available/Installed drivers.