MotioninJoy7.0100 is not support windows8.1 by Bluetooth model,once remove usb it show Blue screen,about error(mijxffilt.sys)

Dani AI

Generated

When a kernel-mode filter or third-party controller driver produces system crashes during device connect/disconnect, the fastest path is: identify the offending module, remove its driver package while offline, clean residual services/files, then replace with a safer solution.

Start with diagnosis: examine Event Viewer -> Windows Logs -> System for BugCheck entries or check the minidump files under C:\Windows\Minidump. A quick viewer such as BlueScreenView can point to the driver module in the dump (BlueScreenView). That identifies whether the crash is clearly driver-related or points to hardware.

Removal workflow (perform from Safe Mode): uninstall the application from Programs and Features, then in Device Manager enable View -> Show hidden devices and uninstall any related devices while checking "Delete the driver software for this device". From an elevated command prompt list and remove driver packages from the driver store:

pnputil -e
pnputil -d oem#.inf

(Documentation: pnputil). After that, use Autoruns (Autoruns) to remove persistent services or driver entries and, only in Safe Mode and after a backup, remove leftover .sys files from C:\Windows\System32\drivers.

Post-cleanup: run a full anti-malware scan (for example, Malwarebytes and built-in Defender), then reboot normally. Replace problematic third-party wrappers with better-supported options (for PlayStation controllers, projects such as DS4Windows use ViGEm drivers and are actively maintained — see DS4Windows). If the failure is actually hardware and covered by warranty, follow ’s advice to pursue a claim. As noted, clarifying whether this is a software/driver failure or a hardware fault will determine the correct next step.

Recommended Answers

All 2 Replies

So, is there a question or is this just a comment?

If its new, send it for warranty claim.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.