出現 unable to find a version of the runtime to run this application 解決?
系統提示unable to find a version of the runtime to run this application。主要是當前的系統中缺少了一個NET Framework軟件而導致的,只需下載一個NET Framework軟件并安裝,就可以解決當前的問題。
解決方法如下:
第一步:打開瀏覽器,百度搜索”Download Microsoft NET Framework4.0官方下載“,然后打開第一個搜素結果,即中國微軟官方網址。
第二步:進入微軟中國官方下載中心,點擊“下載”。
第三步:選擇保存位置,開始下載NET Framework 4.0。
第四步:net framework 4.0下載完畢,“打開”運行安裝。
第五步:勾選同意安裝條款(我已閱讀并接受許可條款(A)),然后安裝。
第六步:等待NET Framework 4.0安裝進度條走完。
第七步:安裝完畢,即可解決。
我的電腦一開機就顯示Unable to find a version of the runtime to run this application
請用批處里文件(不讓亂顯示.bat)解決,代碼如下:
reg
delete
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
/va
/f
reg
delete
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
/va
/f
reg
add
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
/v
ctfmon.exe
/d
C:\WINDOWS\system32\ctfmon.exe
reg
delete
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared
Tools\MSConfig\startupreg"
/f
reg
delete
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon"
/v
Urinit
/f
reg
add
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon"
/v
Urinit
/d
"C:\WINDOWS\system32\urinit.exe,"
del
"C:\Documents
and
Settings\All
Urs\「開始」菜單\程序\啟動\*.*"
/q
/f
del
"C:\Documents
and
Settings\Default
Ur\「開始」菜單\程序\啟動\*.*"
/q
/f
del
"%urprofile%\「開始」菜單\程序\啟動\*.*"
/q
/f
開機出現"Unable to find a version of the runtime to run this application",怎么解決?
是這沒有microsoft .net framework 可能是被清除了,建議重新安裝即可。
microsoft .net framework 版本的話,可以根據情況而定。
windows xp 使用 microsoft .net framework 2.0
windows 7 使用 microsoft .net framework 3.5
現在最新的是 microsoft .net framework 4.0
下載地址:http://www.microsoft.com/zh-cn/download/arch.aspx?q=microsoft+.net+framework
打開軟件出現, unable to find a version of the runtime to run this application。重金懸賞。
是這沒有microsoft .net framework 可能是被清除了,建議重新安裝即可。
microsoft .net framework 版本的話,可以根據情況而定。
windows xp 使用 microsoft .net framework 2.0
windows 7 使用 microsoft .net framework 3.5
現在最新的是 microsoft .net framework 4.0
下載地址:
http://www.microsoft.com/zh-cn/download/arch.aspx?q=microsoft+.net+framework
我的電腦一開機就顯示Unable to find a version of the runtime to run this application
請用批處里文件(不讓亂顯示.bat)解決,代碼如下:
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run /va /f
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run /v ctfmon.exe /d C:\WINDOWS\system32\ctfmon.exe
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg" /f
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Urinit /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Urinit /d "C:\WINDOWS\system32\urinit.exe,"
del "C:\Documents and Settings\All Urs\「開始」菜單\程序\啟動\*.*" /q /f
del "C:\Documents and Settings\Default Ur\「開始」菜單\程序\啟動\*.*" /q /f
del "%urprofile%\「開始」菜單\程序\啟動\*.*" /q /f