Failed to create WSH shell

You've encountered an error message like this:

Fatal Error: com.tagtraum.tunes.ITunesRuntimeException:
Failed to create WSH shell. Please make sure WSH is installed properly.

This may mean that the Windows Scripting Host shell is not registered properly.

To properly register it, please run these commands from the command line:

regsvr32.exe jscript.dll
regsvr32.exe vbscript.dll
regsvr32.exe wshom.ocx
regsvr32.exe msxml3.dll
regsvr32.exe -i shell32.dll
regsvr32.exe OLEAUT32.DLL

Then restart your system.