Friday, April 23, 2010

Film2 masa kecil...

Liat postingan temen di fb, jadi inget film2 masa kecil.. hehe....
cari2 di youtube ada beberapa nih... :

- Lionmaru : http://www.youtube.com/watch?v=tzBdtqrGbco&feature=related
- Google V : http://www.youtube.com/watch?v=O_R7X_YPAto&feature=related
- Kamen rider black (Ksatria Baja Hitam) : http://www.youtube.com/watch?v=L6akmlEEQnc&feature=related
- Voltus V : http://www.youtube.com/watch?v=rpm6uSsviic&feature=related
- Megaloman : http://www.youtube.com/watch?v=O48dNuICHVw

Friday, April 9, 2010

PIXELS (cool video by Patrick Jean)

Very Cool Video featuring E.T, Frog, Donkeykong, Pacman, Tetris, Arkanoid and Bomberman (just the bomb though), all in all out invasion to New York.

Here's the youtube link

and this is the video :

Saturday, April 3, 2010

XP Automatic Update Nagging

Pernah terganggu dengan XP automatic update yang selalu minta restart padahal kita belum mau restart ???
Sering banget nih kena ginian... terus hari ini gak sengaja ketemu cara menghilangkannya.. rupanya udah pernah ada yang posting ini..
original linknya : http://www.codinghorror.com/blog/2005/05/xp-automatic-update-nagging.html

isinya :
Windows XP's automatic update facility is clearly a good thing. Except when an update is installed that requires a reboot and you're working on the computer at the time. Then you get this lovely dialog:

Updating your computer is almost complete. You must restart your computer for the updates to take effect. Do you want to restart your computer now?

As if I needed another reason to hate dialog boxes. This is perhaps the Naggiest. Dialog. Box. Ever. It can't be dismissed. You get two choices-- Restart Now, or Restart Later. If you click Restart Later, it pops up again ten minutes later, like clockwork. It belongs to wuauclt.exe, part of the Microsoft automatic update provider. I tried killing wuauclt.exe, and like a bad zombie movie, it keeps coming back.

I want automatic updates, but I also want to restart my computer when I feel like it. Is there any way to turn off this incredibly annoying nag dialog? UPDATE: Thanks to the many commenters, we now have at least two ways to disable Mister Naggy McNaggerson:

1. Stop the "Automatic Updates" service.

Navigate to Control Panel | Administrative Tools | Services:



Right click the Automatic Updates service and stop it. You can also do the same thing at the command line by typing:

net stop wuauserv

or you can type this, which does the same thing, and is a little easier to remember:

net stop "automatic updates"

After the service is stopped, the nag message stops, too. Then you can reboot when you have time. The service will restart when you reboot.

2. Modify Group Policy settings.

Start, Run "gpedit.msc" to bring up the group policy editor. Then navigate to the folder

Local Computer Policy
Computer Configuration
Administrative Templates
Windows Components
Windows Update




There are two settings and both will work, so it's your choice. Either enable No auto-restart for schedule Automatic Updates installations or set Re-prompt for restart with scheduled installations to a long time interval, like 1440 minutes.