Selasa, 08 Februari 2011

Generic Host Process for Win32 Service Error



Pada windows XP sp2 dan windows XP sp3 seringkali pada waktu connect internet selama 15 menit akan muncul peringatan peringatan Generic Host Process Win32 tadinya terus koneksi LAN sering putus.
Kemudian kalau mau melakukan sharing muncul. dan hanya ada 2 tombol, yaitu Dont Send Error dan Send Error. Koneksi akan ditutup paksa dan harus restart untuk melanjutkan koneksi. setelah beberapa saat terulang lagi.

JADIKAN LAMPU NUMLOCK, SCROLL LOCK DAN CAPLOCK BERDANSA

Langsung aja ke pointnya...pertama jalankan notepad..kemudian copy paste script berikut ini :


Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 50
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop