Defender Path Gets the current path of the Windows Defender CLI binary. Install npm install defender-path Usage const defenderPath = require("defender-path"); defenderPath;//=> 'C:\\Program Files\\Windows Defender\\MpCmdRun.exe' API defenderPath Type: string The path of the Windows Defender CLI binary.