標籤:windows target blank 相容性 style
一、問題描述
在WIndows 10上安裝Visual Studio 2013時,提示如下報錯。
提示“WIndows 程式相容模式已開啟,請將其關閉後再次運行”。
650) this.width=650;" title="image" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-right: 0px" border="0" alt="image" src="http://s3.51cto.com/wyfs02/M00/83/3D/wKiom1dtTC3Cim5WAAG90WvqFf0005.png" "457" height="539" />
二、解決方案
1、我首先嘗試將Visual Studio安裝程式屬性中的相容模式取消。(實際上經過檢查安裝程式屬性中並未啟用相容性)
2、開啟Powershell,進入到Visual Studio 2013安裝程式目錄下,運行命令: .\vs_ultimate.exe /unistall 使用Visual Studio的修複模式進行安裝。
650) this.width=650;" title="QQ20160622211501" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; margin: 0px; padding-right: 0px" border="0" alt="QQ20160622211501" src="http://s3.51cto.com/wyfs02/M01/83/3D/wKiom1dtTC7h9lKdAAAom2hSUKM957.png" "595" height="135" />
居然安裝程式順利的開始安裝了。
650) this.width=650;" title="QQ20160622210429" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-right: 0px" border="0" alt="QQ20160622210429" src="http://s3.51cto.com/wyfs02/M02/83/3D/wKiom1dtTC_xzWNqAABhFsvPue8208.png" "337" height="471" />
順利安裝完成。
650) this.width=650;" title="QQ20160622210928" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-right: 0px" border="0" alt="QQ20160622210928" src="http://s3.51cto.com/wyfs02/M00/83/3D/wKiom1dtTC-iDSdDAABfYxGUYNo153.png" "364" height="510" />
解決Windows 10 X64無法安裝Visual Studio 2013