Removing kpcgrhynko.vbs virus manually
Ok guys, some of you encountered the virus that creates shortcuts on your flashdrives and hiding the original file. It can be acquired when you insert your USB flashdrive on computers already affected by that virus. Anyway, here's how you can remove that : 1. Open the task manager (ctrl+shift+esc on windows 7 or ctrl + alt + del on XP). 2. Navigate through the process named "wscript.exe" and terminate it to refrain the virus from executing. 3. Open the command prompt (press windows + r then type "cmd" without the quotes). paste the following code attrib -s -h -r /d /s G:/*.* the code above will unhide all the hidden files on your G:/ drive (replace that to the path of your flash drive) 4. Locate the kpcgrhynko.vbs script (or any suspicious .vbs files) and delete it. NOTE: if the kpcgrhynko.vbs still exists, you can always kill the wscript.exe in the task manager to keep that vbs script from executing. 5. Possibly, that virus may ...