Powershell

If you are seeing crashes in MSCORSVW.DLL, try this, it may help (and it won’t hurt):

Start-Job {
    Set-Alias ngen (dir (join-path ${env:\windir} "Microsoft.NET\Framework") ngen.exe -recurse |
    sort -descending lastwritetime
    )[0].fullName
    ngen executequeueditems
}

For more details, see this Connect bug:

: http://halr9000.com/article/833

No comments yet.

  • Microblog

  • Recent Posts

  • Recent Comments

  • meta

  • PowerShell Blogroll