The file it runs is %temp%\svchost.exe.
Therefore do a tasklist
tasklist /svc /fi "imagename eq svchost.exe"
make a note of svchosts without any containing services. Put the actual PID in for xxxx
taskkill /pid xxxx /pid xxxx /pid xxxx /f
That will stop that particular part running.
The technique used by the virus won't work reliably especially on non english windows.
Also instead of deleting it change security to prevent execution untill you clean other parts that may exist.
icacls "%temp%\svchost.exe" /deny Everyone:F
This is for Vista but broadly applicable to all versions.
Virus Cleaning
If you have problems doing these in normal mode. Try doing it in Safe Mode with Networking.
Click Start - All Programs - Accessories - Run and type
msconfig
Then go to the Boot tab and click Safe Boot and also tick Network. Reboot. Come back here and untick Safe Boot to return to normal mode.
Safety Scanner
The Microsoft Safety Scanner is a free downloadable security tool that provides on-demand scanning and helps remove viruses, spyware, and other malicious software. It works with your existing antivirus software.
http://www.microsoft.com/security/scanner/en-au/default.aspx
Malicious Software Removal Tool
If you can't download or run the Safety Scanner, Windows has a tiny anti virus program built in. It only targets the most common threats. It will want to update, don't let it. Run it without updating. Then run it again updating it this time.
Click Start - All Programs - Accessories - Run (or press Winkey + R). Type
mrt
Reset Firewall
You can reset your firewall to default settings.
Start - All Programs - Accessories - Right click Command Prompt and choose Run As Administrator. Type (or copy and paste by right clicking in the Command Prompt window and choosing Paste).
netsh advfirewall reset export "%userprofile%\desktop\Firewall Settings.wfw"
Security Fixits
Fixits are troubleshooting programs from Microsoft. There are 27 of them.
Automatically fix Windows security settings to keep your PC safe
http://support.microsoft.com/mats/Malware_Prevention/en-us
and
Fix security issues to protect and secure Windows automatically
http://support.microsoft.com/mats/windows_security_diagnostic/en-us
and
Fix Internet Explorer issues to make IE fast, safe and stable
http://support.microsoft.com/mats/ie_performance_and_safety/en-us
For the full list visit
http://support.microsoft.com/fixit/en-us
When you choose to download it, choose the option to run on another computer. Then you can save it to your harddisk in a folder. Open the folder, open the folder Fix it Portable, and run Launch Fix It. It will contain all 27 Fixits.
Full Time Antivirus
For a permanent anti virus, we here in the forums notice a complete lack of problems for people using Microsoft Security Essentials.
http://www.microsoft.com/en-au/download/details.aspx?id=5201
If All Else Fails
This program from Microsoft boots another basic operating system to clean Windows. You need to put it on a USB or DVD and then boot from it.
http://windows.microsoft.com/en-US/windows/what-is-windows-defender-offline
Look Up Detail On The Threat
Microsoft maintains an encyclopedia of virus information.
http://www.microsoft.com/security/portal/threat/threats.aspx