Sunday, August 18, 2013

Disabling or stopping mscorsvw.exe (English)

1. Navigate to C:\WINDOWS\Microsoft.NET\Framework*\*
2. Open the command prompt by typing cmd in run box and press enter.

3. Now we need to specify the above path in command and now type ngen.exe executequeueditems and press enter as shown below.

“C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ngen.exe executeQueuedItems”
“C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\ngen.exe executeQueuedItems”
“C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\ngen.exe executeQueuedItems”
“C:\WINDOWS\Microsoft.NET\Framework64\v4.0.30319\ngen.exe executeQueuedItems”

4. 4. Now wait for the process to precompile all assemblies, after couple of minutes it will be completed.

Now you observe there will be no mscorsvw.exe process running in task manager.
http://techdows.com/2010/08/what-is-mscorsvw-exe-how-to-disable-it.html

No comments:

Post a Comment