Software Update Incomplete
The Windows Update.log file may contain the following error message:
Error IUCTL Downloading iuident.cab from
http://windowsupdate.microsoft.com/v4/iuident.cab
(Error 0x80070003: The system cannot find the path specified.) Mở Registry Editor bạn tìm đến khóa sau :
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Current Version
Ở phần bên phải bạn tìm khóa ProgramFilesDir và thiết lập cho nó giá trị C:\Program Files.
Tìm tiếp khóa ProgramFilesPath và thiết lập cho nó giá trị là %Program Files%
58. RUNDLL Error loading irprops.cpl
Khi bạn bắt đầu với hệ điều hành Windows XP của mình bạn sẽ nhận được thông báo lổi như
trên . Nguyên nhân có thể do các tập tin hệ thống của chức năng bị hư Bluetooth Authentication
Vào Control Panel chọn Add/Remove Programs. Trên thanh Install/Uninstall chọn Bluetooth
Authentication Agent và khi đó chọn Add/Remove. Khởi động lại máy tính .
Tiếp theo bạn mở Registry Editor và tìm đến khóa sau :
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Current Version\Run
Ở phần bên phải bạn tìm khóa sau và xóa nó BluetoothAuthenticationAgent
Khởi động lại máy tính .
59. Lổi Hibernate
Khi bạn bắt đầu với máy tính của mình hoặc bạn sử dụng chức năng Hibernate , hai thông báo
lổi như sau sẽ xuất hiện . Microsoft Windows
The system has recovered from a serious error.
A log of this error has been created.
Please tell Microsoft about this problem.
We have created an error report that you can send to help us improve Microsoft Windows. We
will treat this report as confidential and anonymous.
To see what data this error report contains, click here.
BCCode : 000000A5 BCP1 : 00000011 BCP2 : 00000006 BCP3 : 00000000
BCP4 : 00000000 OSVer : 5_1_2600 SP : 0_0 Product : 256_1 Hoặc lổi màn hình xanh chết chóc , thông báo lổi xuất hiện như sau : A problem has been detected and Windows has been shut down to prevent damage to your
computer...
Technical information:
*** STOP: 0x000000A5 (0x00000011, 0x00000006, 0x00000000, 0x00000000)
Bug Check Symbolic Name
Lổi này nguyên nhân do tập tin Hiberfil.sys của bạn bị mất hoặc bị hư . Bạn khởi động lại máy tính , vào Recovery Console .
Bạn sử dụng lệnh sau : del hiberfil.sys nhấn Enter để xóa tập tin này và khởi động lại máy tính .
60. Lổi khi download hay upgrade từ Windows Upgrade Thông báo lổi như sau :
Initialization error 0x8007007e
In the Windows Update.log file in the Windows directory, you may receive a message that is
similar to the following message: Error IUENGINE Determining machine configuration (Error
0x8007007E: The specified module could not be found.)
Vào Start – Run gõ cmd nhấn phím Enter . Bạn gõ tiếp SFC /scannow nhấn Enter
Tiếp theo bạn đăng ký tập tin sau : Vào Start – Run gõ regsvr32 /i Urlmon.dll nhấn Enter
Lặp lại bước trên đối với các tập tin như sau : o regsvr32 /i Shdocvw.dll
o regsvr32 Msjava.dll o regsvr32 Actxprxy.dll o regsvr32 Oleaut32.dll o regsvr32 /i Mshtml.dll o regsvr32 /i Browseui.dll o regsvr32 /i Shell32.dll
Nếu không hết bạn nên sửa chữa hoặc cài đặt lại trình duyệt Internet Explorer của bạn .
Tuyển tập những thủ thuật PC ( phần 7)
61. The file C:\windows\system32\c_1252.nls is missing or corrupt Khi bạn bắt đầu với hệ điều hành của mình , thông báo lổi như trên sẽ xuất hiện
Đầu tiên bạn khởi động lại máy tính vào Recovery Console bạn gõ như sau : chkdsk /r nhấn
Enter
Lưu ý một điều bạn nên biết khi sử dụng Recovery Console bạn phải đặt đĩa CD Windows XP
vào trong ổ đĩa CDROM . OK nhé . Sau này chúng ta sẽ sử dụng nó nhiều đấy .
cd system32
ren c_1252.nls c_1252.old
expand D:\i386\c_1252.nl_ c:\windows\system32
62. Winlogon.exe. Entry Point Not Found The procedure entry point AssocIsDangerous
could not be found in the dynamic link library SHLWAPI.DLL.
Khi bạn kết nối đến Windows Update bạn có thể nhận được thông báo lổi như trên .
Sau đây là cách fix lổi của nó . Bạn vào Recovery Console bạn gõ như sau (lưu ý mổi dòng bạn
đều nhấn phím Enter để thực hiện câu lệnh) cd \
cd windows\system32
ren winlogon.exe winlogon.old ren msgina.dll msgina.old ren shell32.dll shell32.old ren shlwapi.dll shlwapi.old cd..
cd servicepackfiles\i386
copy MSGINA.DLL c:\windows\system32 copy SHELL32.DLL c:\windows\system32 copy WINLOGON.EXE c:\windows\system32 copy SHLWAPI.DLL c:\windows\system32
Nếu cách làm ở trên vần không được bạn chuyển sang cách thứ hai . Gõ tiếp
expand D:\i386\MSGINA.DL_ C:\windows\system32 expand D:\i386\SHELL.DL_ C:\windows\system32 expand D:\i386\WINLOGON.EX_ C:\windows\system32 expand D:\i386\SHLWAPI.DL_ C:\windows\system32 cd\
cd windows\system32 ren *.dl_ *.dll
ren *.ex_ *.exe