瀏覽代碼

0704: Install Hyper-V on Windows 10/11

i12bretro 2 年之前
父節點
當前提交
84ea838f1f
共有 1 個文件被更改,包括 57 次插入0 次删除
  1. 57 0
      0704.html

+ 57 - 0
0704.html

@@ -0,0 +1,57 @@
+    <!DOCTYPE html>
+    <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
+      <head>
+        <title>Install Hyper-V on Windows 10/11</title>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+        <meta charset="UTF-8">
+        <meta name="keywords" content="Home Lab,Home Lab Ideas,Hypervisor,Install Guide,Hyper-V,Hyper-V Server,Microsoft,Windows 11,Windows 10,Microsoft Windows,VM,Virtual Machines,Virtualization,Hyper-V Manager,VMs,How To Install Hyper-V On Windows 10,How To Install Hyper-V On Windows 11,How To,Tutorial,i12bretro">
+        <meta name="author" content="i12bretro">
+        <meta name="description" content="Install Hyper-V on Windows 10/11">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        <meta name="revised" content="07/01/2022 09:32:02 PM" />
+				          <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
+				  <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
+				        <script type="text/javascript" src="includes/js/steps.js"></script>
+        <link href="css/steps.css" rel="stylesheet" type="text/css" />
+      </head>
+      <body>
+        <div id="gridContainer">
+          <div class="topMargin"></div>
+          <div id="listName" class="topMargin">
+            <h1>Install Hyper-V on Windows 10/11</h1>
+          </div>
+          <div></div>
+          <div id="content">
+          <h2>What is Hyper-V?</h2>
+
+<blockquote><em>Hyper-V lets you run multiple operating systems as virtual machines on Windows. Hyper-V specifically provides hardware virtualization. That means each virtual machine runs on virtual hardware. Hyper-V lets you create virtual hard drives, virtual switches, and a number of other virtual devices all of which can be added to virtual machines. -<a href="https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/about/" target="_blank">https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/about/</a></em></blockquote>
+
+<h2>System Requirements</h2>
+
+<ul>
+	<li class="noCheckbox">Windows 10 Enterprise / Windows 10 Pro / Windows 10 Education / Windows 11 Pro / Windows 11 Enterprise</li>
+	<li class="noCheckbox">64-bit CPU with Virtualization Support enabled</li>
+	<li class="noCheckbox">At least 4 GB of RAM (8 GB or more recommended)</li>
+	<li class="noCheckbox">Free disk space to store VMs</li>
+</ul>
+
+<p class="noCheckbox"><em>If you&#39;re unsure if your PC can run Hyper-V, launch a command prompt as administrator &gt; Run systeminfo &gt; Scroll down to the Hyper-V Requirements output</em></p>
+
+<h2>Enabling Hyper-V</h2>
+
+<ol>
+	<li>Log into the Windows 10 or 11 device</li>
+	<li>Click the Start button &gt; Search Control Panel &gt; Select Control Panel</li>
+	<li>Set View by &gt; Small icons</li>
+	<li>Click the Programs and Features icon</li>
+	<li>Click the Turn Windows features on or off link in the left navigation pane</li>
+	<li>Check the box next to Hyper-V &gt; Click OK</li>
+	<li>Wait a few moments while Hyper-V is installed</li>
+	<li>After the installation completes, click Restart now</li>
+	<li>After the system reboots, click the Start button &gt; Search Hyper-V Manager &gt; Select Hyper-V Manager</li>
+	<li>Welcome to Hyper-V</li>
+</ol>          </div>
+        </div>
+      </body>
+    </html>
+