Monthly Archives: August 2009

remove Intel GMA driver’s dummy “Graphics xxxx” context menu in shell integration

run as Administrator: regsvr32 /u C:\Windows\system32\igfxpph.dll If you want the menu back, run the command again but remove “/u”.

Posted in Default | Tagged , , | 1 Comment

idle bot

Download: wowidlebot.cpp#define WIN32_LEAN_AND_MEAN #include <windows.h> #include <stdio.h> #include <stdlib.h> #include <time.h>     DWORD GenerateSleepMilliseconds() {     unsigned int range_min = 5*60; // 5 minutes     unsigned int range_max = 8*60; // 8 minutes     DWORD u = (DWORD)(((double)rand() / (RAND_MAX … Continue reading

Posted in Default | Tagged | Leave a comment

My web proxy is reloaded. Access now at http://bit.ly/pr0xy.

It’s still there http://us.feuvan.net/. Or you may prefer this short url http://bit.ly/pr0xy. It’s now hosted on Linode.com. Let’s see when it will be suspended.

Posted in Default | Tagged , | Leave a comment