惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

小众软件
小众软件
B
Blog RSS Feed
美团技术团队
博客园 - 【当耐特】
C
Check Point Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
M
MIT News - Artificial intelligence
aimingoo的专栏
aimingoo的专栏
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 司徒正美
T
Tailwind CSS Blog
Last Week in AI
Last Week in AI
Google DeepMind News
Google DeepMind News
D
DataBreaches.Net
人人都是产品经理
人人都是产品经理
N
Netflix TechBlog - Medium
Vercel News
Vercel News
P
Proofpoint News Feed
IT之家
IT之家
I
InfoQ
腾讯CDC
H
Hackread – Cybersecurity News, Data Breaches, AI and More

博客园 - temptation

【原】QuickTime安装时,提示CAB文件"QuickTime.cab"中找不到此文件 【原】MyEclipse8.5集成Tomcat7时启动错误:Exception in thread “main” java.lang.NoClassDefFoundError 【转】javascript运行机制之this详解 【SQL精彩语句】按某一字段分组取最大(小)值所在行的数据 【原】VS2008错误:“未能正确加载包,使用 devenv /resetskippkgs 重新启用包加载”的解决 【转】海量数据查询优化技巧 【原】JavaScript中Date对象的getYear()和getFullYear()的区别 【原】使用PE安装Win7/Win8心得 【原】win 7 屏幕旋转问题的解决 【原】VS2010使用HTML5智能提示 【转】json2.js的初步学习与了解 【原】C#二维数组的遍历 【转】从底层了解ASP.Net体系结构 【转】IIS5、IIS6、IIS7的ASP.net 请求处理过程比较 【转】函数式JavaScript编程指南 【SQL精彩语句】普通行列转换(完整版) 【原】《重构--改善既有代码的设计》书摘 【SQL精彩语句】分拆列值 【SQL精彩语句】合并列值
【原】安装adobe flash player,总是提示关闭IE的解决
temptation · 2012-10-05 · via 博客园 - temptation

【问题】安装adobe flash player,总是提示关闭IE

【解决】

新建一个文本文档,输入以下内容

regsvr32 /u /s %windir%\system32\Flash9b.ocx
regsvr32 /u /s %windir%\system32\Flash9f.ocx
regsvr32 /u /s %windir%\system32\Macromed\Flash\Flash8a.ocx
regsvr32 /u /s %windir%\system32\Macromed\Flash\Flash10h.ocx
regsvr32 /u /s %windir%\system32\Macromed\Flash\Flash.ocx
regsvr32 /u /s %windir%\system32\Macromed\Flash\FlashUtil10h_ActiveX.dll
regsvr32 /u /s %windir%\system32\Macromed\Flash\NPSWF32.dll

保存为例如:flash.bat的文件名,其实就是创建一个批处理程序。

运行之,再重新安装即可

posted @ 2012-10-05 11:59  temptation  阅读(700)  评论(0)    收藏  举报