Translate This Site

Sabtu, 07 Juli 2007

Blue Screen?

RQL_NOT_LESS_OR_EQUAL (0X0000000A)

Error ini paling sering muncul. Pesan kesalahan seperti ini biasanya terjadi karena ketidakcocokan driver yang terinstal di komputer anda.

Penyebabnya ?

1. Driver yang bentrok dengan IRQ lain atau tidak cocok
2. Permasalahan pada Video Card. Video Card disini mencakup Video Card yang melebihi batas overclock atau anda baru mengganti Video card yang berbeda versi dan belum meng-uninstall driver Video Card lama dari chipset berbeda.
3. Permasalahan pada Audio Card, Driver audio nya berbeda versi atau bug dalam driver Sound Card

Solusinya ?

  1. Uninstal sound driver di safe mode ( sound card driver yg paling sering meleset versinya ketimbang graphic card driver )
  2. Re-start unit anda
  3. Cari dan download langsung di website nya si merk , sesuai merk dan type mother board

* NTFS_FILE_SYSTEM atau FAT_FILE_SYSTEM (0X00000024) atau (0X00000023)

Pesan error seperti ini setidaknya sudah sedikit memberikan gambaran di mana kerusakan berada, yaitu ada di partisi atau filesystemnya tetapi bukan di harddisknya.

Anda bisa melakukan pengecekan dengan memeriksa kabel SATA atau PATA atau bisa mengecek partisi dengan tool chkdsk.

* UNEXPECTED_KERNEL_MODE_TRAP (0X0000007F)

Bila Anda mendapati muncul pesan error seperti ini. Hal itu dapat disebabkan karena:

1. Overclock Hardware yang berlebihan
2. Komponen komputer yang terlalu panas
3. BIOS yang corrupt
4. Memory dan CPU yang cacat

* DATA_BUS_ERROR

Pesan error ini disebabkan karena adanya kemungkinan bahwa memory atau slot memory di motherboard milik anda rusak. Jadi, coba untuk memeriksa memori dan slot memory anda masing-masing.

* PAGE_FAULT_IN_NONPAGED_AREA

Pesan error seperti ini mungkin disebabkan karena adanya kerusakan hardware, termasuk memory utama, memory video card, atau memory di processor (L2 Cache).

* INACCESSIBLE_BOOT_DEVICE

Pesan error ini disebabkan karena adanya kesalahan dalam konfigurasi jumper harddisk yang salah, virus boot sector, driver IDE controller yang salah, atau kesalahan driver Chipset.

* VIDEO_DRIVER_INIT_FAILURE

Pesan error ini disebabkan karena adanya kesalahan terjadi pada instalasi driver Video Card yang kurang sempurna, restart pada saat instalasi atau juga dapat terjadi karena kesalahan dalam instalasi driver.

* BAD_POOL_CALLER

Pesan error ini disebabkan karena adanya kesalahan driver yang tidak kompatibel. Sering terjadi saat melakukan instalasi XP dari upgrade, atau bukan dari instalasi baru.

* PEN_LIST_CORRUPT

Pesan error ini disebabkan karena adanya kerusakan RAM.

* MACHINE_CHECK_EXCEPTION

Pesan error ini disebabkan oleh cacatnya CPU, atau yang di overclock secara agresif, serta power supply yang kekurangan daya atau rusak.

Have Notepad In Send To

Many apply a registry tweak to have notepad as an option for unknown file types. We frequently see such files which are actually just text, but named with some odd file-extension. And then, some suspicious files which we want to make sure what the contents are. Well, in such cases where the registry tweak is applied, the downside happens to be that even some known files get associated with notepad - but no, all we want is to be able to open a file with notepad - the association part in such cases is unwanted interference. Also, notepad becomes a permanent fixture on the right-click menu - which is again an annoyance.

So what we do, is to have notepad as an option in the Send-To options, of the right-click menu in explorer. It fulfils the purpose to perfection (atleast, in my case). Here's what we do:

1. right-click desktop, choose "New >> Shortcut"
2. Type the location of the item - "notepad" - (that's all, no need to give path)
3. Next >> type name for shortcut - "Edit with Notepad"
4. Click finish
5. Now right-click this shortcut on the desktop, and choose properties.
6. Confirm that the "target" and "start in" fields are using variables - "%windir%\system32\notepad.exe" - (absolute paths will be problematic if you use this .LNK on machines other than your own)
7. Now, browse to "%UserProfile%\SendTo" in explorer (which means "C:\Documents and Settings\User_Name\SendTo\" folder)
8. And copy the "Edit with Notepad.lnk" file which you already created, to that folder.
9. So now, you can right-click on ANY file-type, and be offered an option to open with notepad, from the SendTo sub-menu.

So now, you just right-click on an .nfo or .eml or .diz file (which are associated with other programs, and are sometimes just plain-text files), and choose "Send To >> Edit with Notepad" and it will open in notepad!
No more botheration of applying registry tweaks for something as simple as this.