瀏覽IE或使用其它軟件時 出現(xiàn)
運行cmd命令,,然后刷注冊表。輸入for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1,,以前刷的時候好好的,,可是這次連續(xù)7次彈出runtime error c:\WINDOWS\system32\regsvr32.exe r6034 對話框
我的電腦偶爾出現(xiàn)“內(nèi)存不能為read”的毛病。用軟件檢測過內(nèi)存,,沒有問題,。
然后找到網(wǎng)上的解決辦法是:
在開始-運行里輸入CMD確定,在命令行窗口下輸入以下內(nèi)容后按回車
for %1 in (%windir%\system32\*.ocx) do regsvr32 /s %1
完了后,再輸入以下內(nèi)容并回車
for %1 in (%windir%\system32\*.dll) do regsvr32 /s %1
可是運行過程中出現(xiàn)了如下問題
R6034
然后出現(xiàn)十幾個以下問題
Runtime Error!
Program:C:\WINDOWS\system32\regsvr32.exe
R6034
An application has made an attempt to load C runtime incorrectly.Please contact the applicaiont's support team for more information.
還出現(xiàn)一個
R6034
An application has made an attempt to load Vcomp.dll incorrectly.Please contact the applicaiont's support team for more information.
我是個理想主義者,,不能容忍電腦有問題,,而又不去管它!上網(wǎng)查有找不到合適的答案,,沒辦法就重裝系統(tǒng)吧,!用Ghost恢復(fù)之后我才發(fā)現(xiàn)問題仍然存在,只是我以前沒注意罷了,!
后來的時間里我沒少看R6034運行時間出錯的內(nèi)容今天我看到了一位高手關(guān)于R6034運行時間出錯的介紹,。他說:R6034出錯是因為你使用的系統(tǒng)安裝過反間諜軟件如:Spyware Doctor 。會在以下兩個路徑安裝C:\ProgramFiles\Spyware Doctor\msvcr80.dll 和C:\windows\system32\ msvcr80.dll ,。當(dāng)你卸載它們時,,就會有msvcr80.dll,留在下面的路徑C:\windows\system32\ msvcr80.dll,。所以會發(fā)生Microsoft Visual C++ Runtime RuntimeError R6034
解決的辦法很簡單:要先找到C:\windows\system32\ msvcr80.dll,。把這個動態(tài)鏈接庫文件刪除。然后在打開“運行”——輸入“cmd”,,然后拷貝
for %1 in (%windir%\system32\*.dll) do regsvr32 /s %1 粘貼上打回車就行了,!