A
ArturoAustria
Guest
Work around:
OS: Windows 10 Pro, 64 bit
Working with aplications that makes reference to the Flash Player ActiveX that was merged on iExplorer deployment.
Explanation:
After the "Feature update to Windows 10, version 1809" installation, I've found strange entries in system's registry at:
\HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\FlashPlayer -> (CurrentVersion)
\HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\FlashPlayerActiveX -> (Version)
\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Macromedia\FlashPlayer -> (CurrentVersion)
\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Macromedia\FlashPlayerActiveX -> (Version)
"Version" and "CurrentVersion" contains the following value, instead of Flash Player current version:
$(build.FlashMajorVersion),$(build.FlashMinorVersion),$(build.FlashBuildVersion),$(build.FlashPrivateVersion)
These entries should be replaced with the full version of the Flash Player ActiveX deployed with Windows 10 Update.
Continue reading...
OS: Windows 10 Pro, 64 bit
Working with aplications that makes reference to the Flash Player ActiveX that was merged on iExplorer deployment.
Explanation:
After the "Feature update to Windows 10, version 1809" installation, I've found strange entries in system's registry at:
\HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\FlashPlayer -> (CurrentVersion)
\HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\FlashPlayerActiveX -> (Version)
\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Macromedia\FlashPlayer -> (CurrentVersion)
\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Macromedia\FlashPlayerActiveX -> (Version)
"Version" and "CurrentVersion" contains the following value, instead of Flash Player current version:
$(build.FlashMajorVersion),$(build.FlashMinorVersion),$(build.FlashBuildVersion),$(build.FlashPrivateVersion)
These entries should be replaced with the full version of the Flash Player ActiveX deployed with Windows 10 Update.
Continue reading...