Adobe Flash Player on Windows 11?

Описание к видео Adobe Flash Player on Windows 11?

Can I install Adobe Flash Player on Windows 11? It seems impossible because:
1) Edge no longer supports it
2) Microsoft released an update to permanently disable it
3) It has a timebomb
Despite that, I successfully got it to run. You might ask me how I was able to do it. Watch the video and find out!

Test your browser for Flash: https://isflashinstalled.com/

Download latest Flash release without timebomb:
https://archive.org/details/flashplay...

Run Internet Explorer 11 on Windows 11:

$url = "about:tabs"

$ie = New-object -com Internetexplorer.application
$ie.Visible = $true

$ie.Navigate($url)

Note: the first and the last line of the script are intended to be included in a .ps1 PowerShell script. Then you can create a shortcut of the script which will run with PowerShell (that is, if you want to pin IE to Start or to the Taskbar, for example). Otherwise, you simply have to paste line 2 and line 3 into the PowerShell window.

Subscribe!    / @technologyeverythingjohn  

Chapters:
00:00 - Opening Internet Explorer
00:54 - Is Flash installed in IE?
01:13 - The Flash Player installer
01:44 - Testing Flash in IE
02:31 - Thanks for watching! Please subscribe!

Комментарии

Информация по комментариям в разработке