Archive for 21 October 2012

Hanya bermodalkan notepad 😀
berikut tutorialnya :

1. Buka notepad
2. Salin kode berikut ke notepad

Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Yahoo\pager\Locale]
"Enable Messenger Ad"=dword:00000000

3. Kemudian pilih save dengan nama Remove_ads.reg [pastikan pilih file type “all files”]

4. Setelah save klik 2x file yg dibuat tadi dan pilih yes.

5. Restart Komputer

Jika masih tidak hilang, berati saatnya gunakan metode HOSTS

1. Buka folder %systemroot%\system32\drivers\etc
2. Klik kanan file HOSTS -> properties -> pastikan pilihan “Read only” dihilangkan ceklist dan OK
3. Buka file HOSTS dgn notepad
4. tambahkan ini ke baris paling bawah

Code:
127.0.0.1 insider.msg.yahoo.com

5. Save dan close
6. Restart Komputer

 

Tested in YM 11.0 dan 11.5 🙂

Today when I run an old tool on my x64 win7, following error message is displayed:

Component ‘COMDLG32.OCX’ or one of its dependencies is not correctly registered: a file is missing or invalid.

 

Here is how to resolve comdlg32.ocx missing error.

  1. Download comdlg32.zip and extract comdlg32.ocx from zip file
  2. Move comdlg32.ocx to c:\Windows\system32 folder. For 64bit Vista/Win7, move comdlg32.ocx to c:\Windows\SysWOW64
  3. Open a command line window and run following command:regsvr32 c:\Windows\system32\comdlg32.ocx

    Note: a) On 64bit Vista/Win7, run this command instead:

    regsvr32 c:\Windows\SysWOW64\comdlg32.ocx

    b) For Vista/Win7 with UAC turn on, the above command needs to be run from elevated command prompt.

  4. Once comdlg32 is registered successfully, following message will prompt, DllRegisterServer in C:\WINDOWS\System32\comdlg32.ocx succeeded.
  5. Now launch the application again you should not see file missing error.

Update: Important note if you use WIN7: when registering comdlg32.ocx, it must be done as administrator, or regsvr32.exe will fail with error 0x8002801c.

To do this as administrator, Go to ‘All Programs -> Accessories -> Command Prompt’, right click on ‘Command Prompt’ icon, and click on ‘Run as administrator’ to start a command prompt, then run the regsvr32 command