Run .Net Runtime Optimization Service

0

I want to make the .Net Runtime Optimization Service run after a fresh install of Windows.

How do I do that?

ispiro

Posted 2020-01-22T14:07:18.563

Reputation: 1 259

Start > Services and go look for it. Enable it. – DavidPostill – 2020-01-22T14:17:07.923

@DavidPostill Thanks. But I don't see it there even though I ran it (Services) as admin. Maybe it has some different "official" name? – ispiro – 2020-01-22T14:27:02.627

Have you installed it? – Burgi – 2020-02-04T10:57:44.583

Answers

1

Open up a command prompt and cd to C:\Windows\Microsoft.NET\Framework64\v4.0.30319, from there run mscorsvw.exe.

If C:\Windows\Microsoft.NET\Framework64\v4.0.30319 doesn't exist in your system, or your %windir% isn't C:\Windows then browse your %windir% for an appropriate .Net Framework folder and run the mscorsvw.exe from there.

spikey_richie

Posted 2020-01-22T14:07:18.563

Reputation: 2 497