Files
getdotnet/help/install_dotnet_control_panel.html
Richard Lander 96f5da6903 Add help docs
2015-07-24 13:45:40 -07:00

42 lines
1.9 KiB
HTML

<html>
<head>
<title>
Installing .NET with the Windows Control Panel
</title>
</head>
<body>
<div style="font-family:Segoe UI,
Lucida Grande,Verdana,Arial,Helvetica,sans-serif; font-size:30px;vertical-align:middle">
<img src="http://i.microsoft.com/net/images/chrome/net-logo.jpg" style="vertical-align:middle" />
Installing .NET with the Windows Control Panel
</div>
<h1>Problem</h1>
<p>You need to install the .NET Framework to run an app or game on Windows. </p>
<h1>Solution</h1>
<p>You can also enable the .NET Framework yourself through the Control Panel in Windows. In Control Panel, choose <b>Programs and Features</b>, choose <b>Turn Windows features on or off</b>, and then select the <b>.NET Framework</b> check box. </p>
<p>The Turning Windows features on or off in Control Panel dialog will look similar to the following picture. It shows the .NET Framework 3.5, however your machine may show a different version, such as 2.0, 4.0 or 4.5. Select the .NET Framework version you see to get your apps working.</p>
<p><img src="dotnet-control-panel.png"></p>
<p>You can also read the <a href="http://support.microsoft.com/kb/2715633">Microsoft support document</a> on installing the .NET Framework using the Control Panel.</p>
<p>You can also <a href="mailto:dotnethelp@microsoft.com?subject=Help installing .NET via the Control Panel">contact Microsoft for help</a> if you cannot get the correct version of the .NET Framework installed.</p>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-65565245-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>