Get the location of Windows Media Player executable
AEWin32Access accessor = AEWin32Manager.getAccessor(true);
if (accessor == null) {
return null;
}
try {
return accessor.readStringValue(AEWin32Access.HKEY_LOCAL_MACHINE,
"SOFTWARE\\Microsoft\\Multimedia\\WMPlayer", "Player.Path");
} catch (Exception e) {
}
return null;