HOME

Thursday, June 21, 2007

How To Prevent Virus Booting Through Windows XP Autoplay

1. Run registry editor and find HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer. HKEY_USERS\DEFAULT\Software\Microsoft\Windows\Current Version\Policies\Explorer.
2. Then right click on NoDriveTypeAutoRun. Then fill value data with ff. That mean Autoplay will disable on 255 drive.
3. Choose OK, close from registry editor and restart your computer.
4. Start -> Run -> GPEDIT.MSC.
5. Click "system" on User Configuration and Computer Configuration menu. Then look for setting column and double click on "turn off autoplay".
6. After that you will see Turn off autoplay properties. Click on settings and choose enable. Then choose all drive and OK.
7. Close from Group Policy and restart you computer. You have already disable your Windows XP autoplay.

Tuesday, June 19, 2007

Deleting files

Maybe you ever meet the condition that you want to delete files, but windows reject it because the files is still used and you really sure that you not run program that use that file. Now we will delete that rubbish.
1. Close all program that unused. Then start -> run -> type cmd -> OK.
2. Let the command prompt open, then open taskmanager with ctrl+alt+del.
3. Click process then choose explore.exe and click end process.
4. In command prompt type del file's name and enter, now that file is already
deleted.
5. Close command prompt and run new task (explorer).

Optimizing Mouse PS/2

If you still use PS/2 mouse, you can optimizing your mouse by change the sample rate. Start -> control panel -> switch to classic view -> mouse properties -> Hardware -> PS/2 Compatible Mouse -> Propertie -> Chnage the sample rate value to 200 then restart your computer.

How To Add and Delete Account Pictures

When you want to change yout account pictures you need to click "Browse for more picture", but now you don't need to do that.
Choose pictures that you want to add, copy them to in "C:\Documents and Settings\All users\Application Data\Microsoft\User account Pictures\Default Pictures". You also can delete pictures there.

Monday, June 18, 2007

How To Make System File

To make system file you need to open command prompt. Then go to folder thet file you want to make as a system file. Type ATTRIB +s +h +r "files name" and ENTER. If you want to enable to view the system file go to folder option -> view and unchecked the
"Hide protected operating system files"

How To Set Off The Hidden Option

Open regedit. Then search for HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS\CurrentVersion\explorer\Advanced\Folder\Hidden\SHOWALL. You need to make a backup (file -> export -> save "show.reg")
Look for "Checked Value" in the right side and cahange the value to 0 (right click
-> modify ). Then make a backup, save "hide.reg".
If you want to make hidden option available you only need to double click on "show.reg", but if you want to set off the option you only need to double click on "hide.reg".

Saturday, June 16, 2007

The computer age dawns

Some of the boldest early steps into the computer age were taken in Britain. Alan Turing, the father of modern computing, did his main work at Cambridge University before joining the team of code-breakers at Bletchley Park near Milton Keynes.
Want to knows about computer history ?

Thursday, June 14, 2007

Things That You Should Consider Before Buy Video Card ( Part I )

1. GPU / Chipset
GPU / Chipset is a unit that process the graphic in a computer. So, your computer will not burden by task that related with graphic. What type used give impact to some important things such as Core Clock Speed, Memory Clock Speed, and Ramdac Clock Speed. But don’t judge the quality of Video Card only from what chipset they has. Maybe you can see about review about their performance and compare it.

2. Core Clock
Core Clock is speed that video card has ( how many times processor graphic adapter can rotate in one second ). That’s why it represent in Mhz. So, higher Core Clock will provide the faster work that graphic card done.

3. Memory Clock
Memory Clock is speed that RAM on graphic card can transfer data from or to video card processor. Faster Memory Clock will provide the faster graphic process.

4. RAMDAC ( Random Access Memory Digital to Analog Converter )
RAMDAC is speed that video card has to convert data from digital to analog and than will show on monitor. RAMDAC will give effect on refresh rate that video card has.

5. RAM
Video card also need RAM to make temporary save when data processing. More complex graphic process will need bigger RAM. When you hear “VGA Onbard” that mean your graphic process will take RAM from your computer. In other words, the video card doesn’t has their own RAM. You also need to pay attention on bits value that RAM has. Bits is how many data that RAM can send in one Memory Clock ( rotation ).

How To Change Flash Disk Font Colour

If you already read "How To Change Flash Disk Desktop" you only need to do little change there.
Find :
IconArea_Text=0xcc00aa
0xcc00aa is hexa code for purple. If you want to know more hexa code, you can see it in Front Page. Click on Font Color (dropdown menu ), then choose more color then you can see the hexa code in value option.
You only need to change part that I bold with new hexa code.

Tuesday, June 12, 2007

Making Internet Explorer More Secure

Many security experts today are saying that Microsoft's browser, Internet Explorer, is not safe to use on the internet. This is due to its record with so many security vulnerabilities. This may be true in the short term, but in the long run, it is possible that similar vulnerabilities may be found in other browsers as they become more popular. This article gives some setting changes that will reduce the vulnerability of Internet Explorer.


http://www.destroyadware.com/accounts/ctdp/iesettings//

Cautions and Recommended Malware Removal Procedure

1. Identification Phase
2. Information Gathering Phase
3. Removal Phase

Complete article at
http://www.destroyadware.com/articles/removal/

Monday, June 11, 2007

PC Cleanup Instruction

Is your computer running slow? Is it acting strange when you get on the Internet? Here are 10 steps to clean your PC.


http://wilmire.org/computer-info/2007/03/07/pc-cleanup-instructions

Sunday, June 10, 2007

COMPUTER INFO: 10 Tips to Keep Your Computer Virus-Free

COMPUTER INFO: 10 Tips to Keep Your Computer Virus-Free

How to change flash disk desktop.

terWrite on notepad :

[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]Attributes=1
IconArea_Image=file name.jpg
IconArea_Text=0xcc00aa
[.ShellClassInfo]
ConfirmFileOp=0

Then save as "desktop.ini" and dont'forget to copy "desktop.ini" file and image file to your flash disk.