Archive for the 'Tips & Tricks' Category

We can easily create own program to clear system junk files. What we need to do is open a notepad, type as below and save as .bat file.
@echo off
echo Deleting Junk Files……
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s [...]

To check Nvidia graphic card driver version is very easy.
Right click your desktop–> Nvidia Control Panel–>System Information

Then we know whether our graphic driver is the latest and need to upgrade or not. Graphic driver is just like bios, newer version support more games, less bug.

When booting window xp, after POST screen, below error prompt out and fail to login window, except when u insert a window xp boot disk.
“Windows could not start because of a computer disk hardware configuration problem. Could not read from the selected boot disk.
Check boot path and disk hardware. Please check the Windows documentation about [...]

To add ringtones on PPC is very simple, just put your audio files under the My Documents–>My Ringtones directory, that’s all. But for other notification tones such as MMS, SMS and etc, it stored on other folder. The path for notifications sound folder is under Application Data–> Sounds folder. What u need to do is [...]

For WM6, user can enable USB mass storage function where Pocket PC act as a USB drive where PC can direct access what files stored in the memory card.
Go to settings–>connection–>USB Mass Storage–>tick it, that’s all. Next time u plug in your PPC/PDA phone, your pc will recognize it as a USB storage.

You need to [...]

Google Adwords Scam

Recently i’ve received a lots of google adwords scam mail. It is a web forgery that attempt to get adwords account and your credit card information.

Once u click on the link, it will direct u to to logon your adwords account then proceed to billing preferences for your payment such as credit card info. Luckily [...]

Fire Tune

FireTune for Mozilla Firefox was developed for an easy and fast optimization of your browsing experience with Firefox. Usually you have to optimize Firefox manually, which can be time consuming and difficult for the novice user. FireTune helps you here - it includes all the performance optimizations. The only thing you must do is: make [...]

Ravmon.exe Virus

Ravmon.exe file is a backdoor.trojan, or called as W32/Rjump. Symptoms of infection:

When open pen drive or external hard disk content, very slow.
When open above devices, found there is a extra folder called RavMonLog, which content only string of number ( backdoor opened port number )
When right click above devices, invalid character appears in the menu.

To [...]

One of our friend ask about guide of setting up Aztech DSL600EU modem. This model is a combo router which comes with Ethernet port and USB port. For ethernet, just plug network cable only, if connect through USB, need to install the USB driver in order for PC to detect. Other than that, Aztech [...]

In my previous post on add/remove laptop memory, we already know how to install memory. Now we move to troubleshoot ram/memory issue. We all know that RAM/Memory is one of the important components in PC system. If RAM problem, system will crashed or blue screen especially for Window-based PC.

To troubleshoot whether system crashed is [...]