3firasbl
中級會員
積分 1361
發文 17
註冊 2005-12-14 來自 taiwan
狀態 離線
|
#1 重新注册DLL文件
重新注册DLL文件 (Windows\system32\下的所有.dll和.ocx文件)
點開始-執行-輸入
cmd /c for %i in (%windir%\system32\*.dll) do regsvr32.exe /s %i
cmd /c for %i in (%windir%\system32\*.ocx) do regsvr32.exe /s %i
|
|