<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: michealsean</title>
    <description>The latest articles on DEV Community by michealsean (@michealsean).</description>
    <link>https://dev.to/michealsean</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F238090%2Feda525a8-8c99-4c2c-9ad3-6b39751a87be.png</url>
      <title>DEV Community: michealsean</title>
      <link>https://dev.to/michealsean</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/michealsean"/>
    <language>en</language>
    <item>
      <title>How to install and configure Hyper-V in Windows 10</title>
      <dc:creator>michealsean</dc:creator>
      <pubDate>Sat, 28 Sep 2019 02:12:03 +0000</pubDate>
      <link>https://dev.to/michealsean/how-to-install-and-configure-hyper-v-in-windows-10-3hpe</link>
      <guid>https://dev.to/michealsean/how-to-install-and-configure-hyper-v-in-windows-10-3hpe</guid>
      <description>&lt;h2&gt;
  
  
  How to install and configure Hyper-V in Windows 10
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Step 1&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The process of installing this feature in Windows 10 is as follows. We access the Control Panel using one of the following options:&lt;/p&gt;

&lt;p&gt;Right-click the Start button and select Control Panel.&lt;br&gt;
Enter the term panel in the Windows 10 search box and select the Control Panel&lt;br&gt;
Use the Execute command by entering the control term and pressing Enter.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 2&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Here we select Programs, then Programs and features, and we'll see the following window:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 3&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Select Enable or disable Windows features here on the left. We'll see the next window where we've identified the Hyper-V line, this box is disabled by default, and we'll continue to activate&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 4&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Checking this box enables the options at the same time:&lt;br&gt;
Hyper-V management tools&lt;br&gt;
Hyper-V platform&lt;br&gt;
Click OK and we'll see that the Hyper-V configuration process starts in Windows 10.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 5&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;When this is done, the equipment will need to be restarted for all configurations to be applied correctly. Click Restart now.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;a href="https://www.sysnettechsolutions.com/en/hyperv/enable-hyper-v-using-powershell/"&gt;Enable Hyper-V using Windows PowerShell&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Step 1&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It is possible to enable this option using Windows PowerShell, in order to open a PowerShell console as an administrator and enter the following command:&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-v All
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Step 2&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;After the computer restarts Windows 10, we can access the Hyper-V console by using one of the following options.&lt;br&gt;
Enter the term Hyper in the Windows 10 search box and select the corresponding option.&lt;br&gt;
Press the Start button and left-hand side, go to Administrative Tools, and select Hyper-V Manager.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 3&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We will see the following window appear:&lt;/p&gt;

&lt;p&gt;As we have seen, the Hyper-V console, where we can manage all the necessary virtual machines. To access all the different Hyper-V options, we need to click Connect to server.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 4&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;To create a virtual machine, simply select New / Virtual Machine and follow all the steps of the wizard.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 5&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We can see our created virtual machines and different configuration options:&lt;/p&gt;

&lt;p&gt;With these simple steps, we have built a very useful and powerful tool like Hyper-V in the Windows 10 environment.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
