IP

Thursday, December 23, 2010

Nota Penting

Rkill.exe
Rkill.com
Rkill.scr
Rkill.pif




Program mesti ada dalam pc




-Malware removal
-comodo
-MS firewall




==============================================================

Disabled it on microsoft services...? Dependencies for WI is Remote Procedure Call.
Other Default(should be)
Windows Management Instumentation --> Automatic
Windows Management Driver Extension --> Manual
Remote Procedure Call -- Automatic

http://forums.whatthetech.com/Are_you_Infected_t106388.html
http://www.whatthetech.com/hijackthis/
http://www.stopbadware.org/firefox?hl=en-US&url=http%3A%2F%2Fsoftware.kuaiche.com%2F
http://free.antivirus.com/hijackthis/

Cara Reapir Windows Installer

To repair a package using the command line

1. Open Command Prompt.

2. Type:

msiexec/f[p][o][e][d][c][a][u][m][s][v] {package | ProductCode}


Value Description

/fp


Reinstalls only if the file is missing.

/fo


Reinstalls if the file is missing or if an older version is installed.

/fe


Reinstalls if the file is missing or an equal or older version is installed.

/fd


Reinstalls if the file is missing or a different version is installed.

/fc


Reinstalls if the file is missing or the stored checksum does not match the calculated value.

/fa


Forces all of the files to be reinstalled.

/fu


Rewrites all of the required user-specific registry entries.

/fm


Rewrites all of the required computer-specific registry entries.

/fs


Overwrites all of the existing shortcuts.

/fv


Runs from source and recaches the local package.

package


Specifies the name of the Windows Installer package file.

ProductCode


Specifies the globally unique identifier (GUID) of the Windows Installer package.