“Win10Edge自带浏览器无法观看视频”的版本间的差异
来自电脑维修知识库
(未显示另一用户的1个中间版本) | |||
第1行: | 第1行: | ||
+ | 知识库编号:0284 | ||
+ | |||
+ | |||
+ | |||
== 问题描述 == | == 问题描述 == | ||
第18行: | 第22行: | ||
cd C:\Windows\System32\Macromed\Flash | cd C:\Windows\System32\Macromed\Flash | ||
+ | |||
regsvr32 Flash.ocx | regsvr32 Flash.ocx | ||
cd C:\Windows\SysWOW64\Macromed\Flash | cd C:\Windows\SysWOW64\Macromed\Flash | ||
+ | |||
regsvr32 Flash.ocx | regsvr32 Flash.ocx | ||
第27行: | 第33行: | ||
[[文件:自带浏览器无法使用Flash.png]] | [[文件:自带浏览器无法使用Flash.png]] | ||
− | [[分类: | + | [[分类:浏览器]] |
2020年7月9日 (四) 11:20的最新版本
知识库编号:0284
问题描述
Microsoft Edge 和IE11 浏览器无法观看网页视频
解决步骤
将压缩包中内容复制到对应目录。
32位复制到C:\Windows\System32\Macromed\Flash
64位复制到C:\Windows\SysWOW64\Macromed\Flash
32位系统仅需要复制32位文件。64位系统需要同时复制32和64位
之后右键开始图标,选择命令提示符(管理员),输入以下命令:
cd C:\Windows\System32\Macromed\Flash
regsvr32 Flash.ocx
cd C:\Windows\SysWOW64\Macromed\Flash
regsvr32 Flash.ocx
关闭浏览器重新打开即可使用了。