Completely remove the popularity of this rubbish

Source: Internet
Author: User

Download software, accidentally under the rogue software, my computer made extremely slow, and there is no use value, delete it also need a bit of skill to remove it.

Here's how to delete it:

1. Remove it from the Program menu or the installation/uninstallation program in the control Panel, if any.

2. Stop and disable the popular service, this thing will also start a service in the service of the Control Panel, the specific name is fsxxx what, I deleted it, remember not very clear, see the description of the service can find it.

3. Delete the C: Funshion under the folder, delete the program Files directory has funshion words of the folder, delete the last drive, Funshionmedia folder (this is the storage folder for funshion download)

4. Delete documents and Settings\ user name \ funshion folder, the file in this folder has two DLLs deleted, Funshionhelper.dll Funshionsvr.dll. You're under Cmd.exe. Using tasklist/m > 1.txt output text file, open a look, found that the process using Funshionhelper.dll has iexplore and explorer, respectively, ie browser and desktop taskbar interface process, so close the browser, in the Task Manager also end the Explorer.exe process (after the DLL can be purged to reload Explorer), Then in the Cmd.exe window into the Funshion folder there is a funshiontools directory, with the DEL command to remove the two DLL files. You may want to remove the Funshion folder, but you may not be able to delete it, restart it, and then delete it.

Deleted this garbage rogue software, my Computer startup speed, the use of speed, internet speed is much faster.


Our love machine sometimes will be reluctant to put some rubbish, but also very resource, leading to system super slow, as it male, you have to have the ability to chop demon apart magic.

Remember: Task Manager is a useful thing. Antivirus software itself is also a virus.

In addition, how to find the port occupied by a process, such as a process PID of 1234, you use the command Netstat-ano | FINDSTR 1234

How to view the path of a process, using the program:

#include <windows.h>
#include <stdio.h>
#include <psapi.h>
#pragma comment (lib, "Psapi")
DWORD dwpid=1234;
int _tmain (int argc, _tchar* argv[])
{
Char buf[max_path]={0};
HANDLE hprocess=0;
Hprocess=openprocess (PROCESS_ALL_ACCESS,FALSE,DWPID);
Getmodulefilenameex (Hprocess,null,buf,max_path);
printf ("%s\n", Buf);
return 0;
}

Here is an executable program.
Go here http://download.csdn.net/detail/qiuchangyong/8948067 download, and then from the task Manager to find the process to kill the PID, input, point to run, you can find the path.

If you can't find the path, go to the registration table and search for the name of the process.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.