Friday, November 4, 2011

how to make your IDM maximum connection download

first select option

then go to connection tab
at the connection type choose Others..then 9999999bps..



now you can enjoy maximum connection of download..it is little bit faster than normal


Tuesday, June 28, 2011

cara2 nak update idm



1)  mule2 download file  http://www.mediafire.com/?j5111cwfavyv3jj
2) pastu korang pegi kat C:\WINDOWS\system32\drivers\etc.
3) replace kan file "host" tadi
3) then pegi kat idm---option pilih tab dial up..untick kat box tu....
4) update idm....
5) lepas siap update off kan internet..register isik je form tu pakai je apa2 nama
6) letak serial GZLJY-X50S3-0S20D-NFRF9
7) on blk internet..siap

Thursday, February 19, 2009

delete autorun virus

How to showed these 3 files in window ?you have to use DOS command.Below are the step to show you how to delete autorun virus.

step 1 - Click 'Start' -> 'Run' ->key in 'cmd',then 'Enter',it will show command prompt

step 2 - Check every drive (C,D,E,...).If you wanted to check the Cdrive,
key in dir c:\ /a/w in command prompt.

If for drive D,key in
dir d:\ /a/w

step 3 - All the system and exe.files will show up in the command prompt,please check is there any autorun.inf and ntdeleted.com inside.Before delete these 2 files.we need to disable 'hidden','system' and 'read only' attributes.

For C drive,key in (in command prompt)
attrib -s -h -r c:\autorun.inf
attrib -s -h -r c:\ntdelect.com

For D drive
attrib -s -h -r d:\autorun.inf
attrib -s -h -r d:\ntdelect.com

step 4 - after disable the attributes,then start to manual delete these 2 files.
(Be careful don't key in ntdetect.com,the actual virus file is ntdelect.com. ntdetect.com is important start up system file,you will know what will happen if deleted ntdetect.com)

C drive key in
del c:\autorun.inf
del c:\ntdelect.com

D drive key in
del d:\autorun.inf
del d:\ntdelect.com

step 5 - After manual delete 'autorun.inf' and 'ntdelect.com',the next step is 'kavo.exe'.You need to delete kavo.exe file in C:\windows\system32\ .Repeat the step 3 to step 4 to disable the attributes and delete the file procedures,key in

attrib -s -h -r c:\windows\system32\kavo.exe

Then delete it with key in
del c:\windows\system32\kavo.exe

step 6 - Delete 'kavo.exe' in registry.
Open registry editor,go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows \CurrentVersion\Run,and
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows \CurrentVersion\Run

What you need to do is delete kavo and c:\windows\system32\kavo.exe value.

step 7 - to enable 'show hidden files and folder'
Open Notepad with new file,copy and paste below registry value and rename as .reg file and save it,then double click on it to save into registry.

Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL]
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30500"
"Type"="radio"
"CheckedValue"=dword:00000001
"ValueName"="Hidden"
"DefaultValue"=dword:00000002
"HKeyRoot"=dword:80000001
"HelpID"="shell.hlp#51105"

How To Disable 'Autorun.Inf' in your external drive

How To Disable 'Autorun.Inf' in your external drive.. Recently there are many case reported that 'autorun' virus spread through so many computer due to using flash memory or pendrive,so we need a preventive action to stop this virus spread to our computer.

In the Command Window, type in your flash drive’s drive letter (if your pen drive is detected as G, then type G: and so on). Once you have gone in to your pen drive, now type dir/w/o/a/p and hit Enter. You will then see a list of files. Search whether any of these files appear or exist:
1. Autorun.inf
2. New Folder.exe
3. Bha.vbs
4. Iexplore.vbs
5. Info.exe
6. New_Folder.exe
7. Ravmon.exe
8. RVHost.exe or any other files with “.exe” extension.

For instance, two files are found in the following example: Autorun.inf.

If you happen to see any of the above files, just type and run the command attrib -h -r -s -a Autorun.inf

Once this has been done, you need to delete the files that you see. In the example above, you need to delete the Autorun.inf. Just type in “del autorun.inf”

Done