It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hello,

I wanted to uninstall a game and it displayed the error :
Runtime Error
SWbemLocator: Class not Registered


I did a lot of google and the solution I found is to do in command line :
I re-register all WMI component by this:
- cd /d %windir%\system32\wbem
- for %i in (*.dll) do RegSvr32 -s %i
- for %i in (*.exe) do %i /RegServer

Voilà :)