Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

From my search in the internet i found out that csrss.exe.mui is one of those programs that get installed on your computer without your permission.

in that article it says ishould have only one file named crrss.exe in the task manager and if there is more then one,one of them is a virus. also it says i need to stop all the csrss processes(in the Task Manager) and delete csrss.exe.mui from the system32 folder.

now,i have only "end process" option in the task manager(i have windows 7 ) is it the same thing as "stop"?

the name in the Task Manager is csrss.exe and not csrss.exe.mui, BUT in the system32 folder i have them both.(csrss.exe and csrss.exe.mui)

what should i do?

(i checked Task Manager again and found out there are indeed 2 csrss.exe files ,the user name of both is SYSTEM (when i checked earlyer task manager there was only one process and its user name was blank)

Help!

share|improve this question
csrss.exe is part of the operating system (short for client/server runtime subsystem). If you manage to delete it Windows will most likely not be able to start anymore. – Chris Mar 2 '12 at 20:07
Multilingual User Interface – Chris Mar 2 '12 at 20:13
Welcome to StackOverflow. This is a programming question and answer site, not a general computer help desk site. For that, we have superuser, which would be more appropriate for your question. I've voted to move your question to that location. Before posting here again, please take a few minutes to read the FAQ to familiarize yourself with what types of question are (and are not) on topic here. Thanks. :) – Ken White Mar 2 '12 at 20:14
First of all, this isn't a programming question. Second of all, you have been tricked. – BoltClock Mar 2 '12 at 20:14

closed as off topic by leppie, DocMax, Matteo, brian d foy, Erno de Weerd Jan 6 at 9:43

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

CSRSS.EXE is a fundamental part of Windows. Open Task manager and kill it, and you'll see exactly how important it is (you might want to save your work first).

Windows will only create exactly one instance of CSRSS per boot. Windows will never have more than one running at the same time.

CSRSS.EXE.MUI is the natural-language pack for CSRSS, which allows German users to see messages from CSRSS in German, compared with Mandarin error messages for Mandarin users.

Consequently the answer is:

  • If you have more than one CSRSS.EXE running, seek immediate remedial attention from an anti-virus product.
  • Otherwise, leave CSRSS well alone.
share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.