Tuesday, August 5, 2014

Removing libwdi drivers

Just a quick tech note.

I needed to root my android phone and change of usb drivers was needed.
Like many of other folks, I've used the libwdi package with a "Zadig" tool for manipulating the drivers. Yeah.. I've accidentaly change the driver for my Logitech Mouse and from that moment it didn't work anymore.

The zadig author points that restoring the original windows signed driver is easy as uninstalling the device using the "Device Manager" with "Remove driver files.." option checked.
It didn't work for me as I manipulated the drivers using Zadig couple times and in my opinion the option mentioned above restores drivers to the previous one.. libusb-wind32 - libusbK - libusb-win32 and so on in my case.

So, if  you are trying to remove libwdi installed USB drivers (libusbK, libusb-win32, winusb) with zadig, and it returns error you can try the pnputil.exe tool. It's included with windows.

It's easy to achieve what you want with:

1. List all 3rd party inf packages by:
# pnputil.exe -e > somefile.txt

2. Then look for "libwdi" string in somefile.txt
Example:

Published name :            oem134.inf
Driver package provider :   libusbx.org
Class :                     Urządzenia uniwersalnej magistrali szeregowej
Driver date and version :   06/02/2012 6.1.7600.16385
Signer name :               USB\VID_046D&PID_C019 (libwdi autogenerated)

Now all you need is the command below for reach entry found:

# pnptuil.exe -d oem134.inf

PS. Make sure the devices using the drivers above are not connected and that you running commands with admin priveleges assigned. (command prompt in admin mode).


Friday, May 16, 2014

Disney Cars 2 game problem windows 8

Maybe this solution will work for you ?

My son loves the Disney Cars 1 & 2 games. Well.. he loves Disney Cars movies as well :) This game is not supported on windows 8 (especially running on Intel HD4000 graphic card) but it works.. It hangs randomly but we can play. Suddenly I noticed that it no longer runs.
The process starts and crashes after 10 seconds. Using a grat AppCrashView app I found that the process loads a Bitdefener antivirus module which I have installed 2 days before we tried to play Cars again.

Here's the line:

LoadedModule[4]=C:\Program Files\Bitdefender\Antivirus Free Edition\avc3\avc3_sig_241\avcuf32.dll

After uninstalling the antivirus the game works fine. Yeah!

Though I love Bitdefender I have to admit that I can't use it with Cars game. Back to Avast.
Sorry. Maybe this is not your fault Bitdefender. Maybe the problem related to other games. Who knows.

Hope you find this post and it will save your time. Have a nice gaming!