当前位置:网站首页>vs2013已阻止安装程序,需安装IE10
vs2013已阻止安装程序,需安装IE10
2022-07-03 17:16:00 【柠夏小白】
VS2013安装程序显示电脑没有安装IE10,而我的电脑未联网,如何跳过安装IE10呢?
解决方法:桌面新建一个记事本文件,文件名任意取,将后缀.txt
改为.bat
,编辑打开复制以下文本,保存后运行即可:
@ECHO OFF
:IE10HACK
REG ADD "HKLM\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer" /v Version /t REG_SZ /d "9.10.9200.16384" /f
REG ADD "HKLM\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer" /v svcVersion /t REG_SZ /d "10.0.9200.16384" /f
REG ADD "HKLM\SOFTWARE\Microsoft\Internet Explorer" /v Version /t REG_SZ /d "9.10.9200.16384" /f
REG ADD "HKLM\SOFTWARE\Microsoft\Internet Explorer" /v svcVersion /t REG_SZ /d "10.0.9200.16384" /f
GOTO EXIT
:REVERTIE
REG DELETE "HKLM\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer" /v svcVersion
REG DELETE "HKLM\SOFTWARE\Microsoft\Internet Explorer" /v svcVersion
REG ADD "HKLM\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer" /v Version /t REG_SZ /d "8.0.7601.17514" /f
REG ADD "HKLM\SOFTWARE\Microsoft\Internet Explorer" /v Version /t REG_SZ /d "8.0.7601.17514" /f
GOTO EXIT
:EXIT
边栏推荐
- 新库上线 | CnOpenData中国观鸟记录数据
- 线程池:业务代码最常用也最容易犯错的组件
- C language string practice
- 鸿蒙第四次培训
- [combinatorial mathematics] recursive equation (example of recursive equation 2 Hanoi Tower | example of recursive equation 3 insertion sequencing)
- Examination questions for the assignment of selected readings of British and American Literature in the course examination of Fujian Normal University in February 2022
- 27. 输入3个整数,按从大到小的次序输出。要求用指针方法实现。
- Apache service suspended asynchronous acceptex failed
- Dagong 21 autumn "power plant electrical part" online operation 1 [standard answer] power plant electrical part
- 29: Chapter 3: develop Passport Service: 12: develop [obtain user account information, interface]; (use VO class to package the found data to meet the requirements of the interface for the returned da
猜你喜欢
随机推荐
Assignment examination questions of advanced English (III) for the course examination of Fujian Normal University in February 2022
How to delete a specific line from a text file using the SED command?
Qt调节Win屏幕亮度和声音大小
One brush 147-force deduction hot question-4 find the median of two positive arrays (H)
SVN如何查看修改的文件记录
Kotlin学习快速入门(7)——扩展的妙用
SSH连接远程主机等待时间过长的解决方法
匯編實例解析--實模式下屏幕顯示
UE4 official charging resources, with a total price of several thousand
How to allow remote connection to MySQL server on Linux system?
Kubernetes resource object introduction and common commands (4)
[combinatorics] recursive equation (example of solving recursive equation without multiple roots | complete process of solving recursive equation without multiple roots)
Play with fancy special effects. This AE super kit is for you
Static program analysis (I) -- Outline mind map and content introduction
How to promote cross department project collaboration | community essay solicitation
RedHat 6.2 配置 Zabbix
数仓任务里面 跑SQL任务的时候用的数据库账号是在哪里配置的
Kotlin learning quick start (7) -- wonderful use of expansion
Atom QT 16_ audiorecorder
SWM32系列教程4-端口映射及串口应用