
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hyper-v Configuration Archives - TECHNIG</title>
	<atom:link href="https://www.technig.com/tag/hyper-v-configuration/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technig.com/tag/hyper-v-configuration/</link>
	<description>Gateway for IT Experts and Tech Geeks</description>
	<lastBuildDate>Tue, 12 Apr 2022 07:45:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://www.technig.com/wp-content/uploads/2020/04/32x32.png</url>
	<title>Hyper-v Configuration Archives - TECHNIG</title>
	<link>https://www.technig.com/tag/hyper-v-configuration/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">162720667</site>	<item>
		<title>How to Share Host resources with Virtual Machine in Hyper-V</title>
		<link>https://www.technig.com/share-host-resources-with-virtual-machine-in-hyper-v/</link>
					<comments>https://www.technig.com/share-host-resources-with-virtual-machine-in-hyper-v/#respond</comments>
		
		<dc:creator><![CDATA[Mashallah Haidarzada]]></dc:creator>
		<pubDate>Tue, 12 Apr 2022 07:45:40 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Hyper-v Configuration]]></category>
		<category><![CDATA[Hyper-V installation]]></category>
		<category><![CDATA[Hyper-V Manager]]></category>
		<category><![CDATA[Hypervisor]]></category>
		<category><![CDATA[Server Virtualization]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[Virtual Machine Management]]></category>
		<category><![CDATA[Virtual Switch]]></category>
		<category><![CDATA[Windows Server]]></category>
		<guid isPermaLink="false">https://technig.com/?p=17155</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="624" height="461" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220407_191437.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Share host&#039;s local resources with a virtual machine." decoding="async" fetchpriority="high" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220407_191437.png 624w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220407_191437-300x222.png 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220407_191437-86x64.png 86w" sizes="(max-width: 624px) 100vw, 624px" /></div>
<p>Sharing physical resources is the primary purpose of virtualization. in Hyper-V we assign physical resources like; CPU, RAM, and disk space for every Virtual Machine at the time of configuration. But other resources like External disks, USB flash drives, and other plug play are configured when needed. In this article, I explain how to share [&#8230;]</p>
<p>The post <a href="https://www.technig.com/share-host-resources-with-virtual-machine-in-hyper-v/">How to Share Host resources with Virtual Machine in Hyper-V</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="624" height="461" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220407_191437.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Share host&#039;s local resources with a virtual machine." decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220407_191437.png 624w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220407_191437-300x222.png 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220407_191437-86x64.png 86w" sizes="(max-width: 624px) 100vw, 624px" /></div>
<p>Sharing physical resources is the primary purpose of virtualization. in Hyper-V we assign physical resources like; CPU, RAM, and disk space for every Virtual Machine at the time of configuration. But other resources like External disks, USB flash drives, and other plug play are configured when needed. In this article, I explain how to share host resources with the virtual machine in Hyper-V.</p>



<p>In Hyper-V, even if you want to copy a file from the USB flash drive to your virtual machine, you have to go a long way: You must create a virtual switch, connect your host and virtual machine to the same virtual switch, and give your virtual machine access to your USB flash drive. I will go through this process step by step in this article.</p>



<h2 class="wp-block-heading">Create Virtual Switch in Hyper-V</h2>



<p>When you create a Virtual Switch in Hyper-V, you will see three types of virtual switches. Each of these switch types has its advantages, so you have to choose the right type of Switch.</p>



<h3 class="wp-block-heading">External Switch</h3>



<p>External Switch provides a connection between virtual machines, hosts, and the physical network. It means that your virtual machine can connect to the internet as well. When you connect your virtual machine to an external switch, your virtual machine will be accessible by the host, physical network and the internet.</p>



<h3 class="wp-block-heading">Internal Switch</h3>



<p>You can use an Internal switch to separate your host network from your virtual network. Your virtual machines can communicate with each other and with the host, using an internal switch. But can not communicate with the physical network.</p>



<h3 class="wp-block-heading">Private Switch</h3>



<p>Virtual machines connected to a private switch can communicate with each other, but can not communicate with the host or physical network.</p>



<p>Now that you have understood virtual switch types follow the steps below to create a virtual switch.</p>



<p><strong>1.</strong> <strong>Open Hyper-V Manager</strong> and click on <strong>Virtual Switch Manager</strong>.</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="1024" height="709" src="//i0.wp.com/technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-03-102937-1-1024x709.jpg" alt="Create a Virtual Switch in Hyper-V from Virtual Switch Manager." class="wp-image-17157" srcset="https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-03-102937-1-1024x709.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-03-102937-1-300x208.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-03-102937-1-768x532.jpg 768w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-03-102937-1.jpg 1074w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Showing Virtual Switch Manager in Hyper-V.</figcaption></figure></div>



<p><strong>2.</strong> Click on the <strong>New virtual network switch</strong> and select <strong>External</strong>, <strong>Internal</strong> or <strong>Private,</strong> then click on <strong>Create Virtual Switch</strong>. To share local resources with a virtual machine in Hyper-V, you must create an external switch or internal Switch because just external and internal switches provide the connection with the host. A Private Switch doesn&#8217;t provide the connection between virtual machines and the host machine.</p>



<div class="wp-block-image is-style-default"><figure class="aligncenter size-full"><img decoding="async" width="909" height="865" src="//i0.wp.com/technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-03-103127-1.jpg" alt="Sharing host local resources with a virtual machine can be done through virtual switch in Hyper-V." class="wp-image-17208" srcset="https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-03-103127-1.jpg 909w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-03-103127-1-300x285.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-03-103127-1-768x731.jpg 768w" sizes="(max-width: 909px) 100vw, 909px" /><figcaption>Create Internal or External Virtual Switch from Virtual Switch Manager.</figcaption></figure></div>



<p><strong>3.</strong> Name your virtual Switch; you can see it as you type the name. Choose the Internal network connection type for your virtual Switch, then press <strong>OK</strong>.</p>



<div class="wp-block-image is-style-default"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="912" height="866" src="//i0.wp.com/technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-03-11190-0-1.png" alt="" class="wp-image-17162" srcset="https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-03-11190-0-1.png 912w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-03-11190-0-1-300x285.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-03-11190-0-1-768x729.png 768w" sizes="(max-width: 912px) 100vw, 912px" /><figcaption>Name the new Virtual Switch and choose the connection type.</figcaption></figure></div>



<p>Now that you have created a virtual switch make sure that it has been created appropriately by clicking on <strong>Virtual Switch Manager</strong> in Hyper-V Manager. You can change your switch type easily from <strong>Virtual Switch Manager</strong>. Now let&#8217;s connect the virtual machine to the virtual Switch.</p>



<p>Check out if you want to know how to <a href="https://docs.microsoft.com/en-us/windows-server/virtualization/hyper-v/get-started/create-a-virtual-switch-for-hyper-v-virtual-machines" target="_blank" rel="noreferrer noopener nofollow">create a virtual switch by using Windows PowerShell</a>.</p>



<h2 class="wp-block-heading">Connect Virtual Machine to Virtual Switch</h2>



<p>Both the host and the virtual machine must be connected to the same virtual Switch in order to share your host resources with the virtual machine. When you create an external or internal switch in Hyper-V, your host connects automatically to that Switch, but your virtual machine doesn&#8217;t. You have to connect your virtual machine to the virtual switch manually. I explain how to connect the virtual machine to the virtual switch step by step.</p>



<p><strong>1.</strong> Open Hyper-V Manager, right-click on the name of your virtual machine and click on <strong>Settings</strong>. Or, if your virtual machine is running, maximize your virtual machine window and click on the <strong>File </strong>and click on <strong>settings</strong>.</p>



<p><strong>2.</strong> Click on <strong>Add Hardware,</strong> select <strong>Network Adapter</strong> and click on <strong>Add</strong>.</p>



<div class="wp-block-image is-style-default"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="942" height="886" src="https://technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-083642.jpg" alt="Add network Adapter to Virtual Machine" class="wp-image-17167" srcset="https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-083642.jpg 942w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-083642-300x282.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-083642-768x722.jpg 768w" sizes="(max-width: 942px) 100vw, 942px" /><figcaption>Add Network Adapter from Add Hardware tab of the Virtual Machine Settings.</figcaption></figure></div>



<p><strong>3.</strong> Select the virtual Switch from the list and click <strong>OK</strong>. You can also remove any virtual switch that is not needed by selecting that virtual Switch and clicking on Remove.</p>



<div class="wp-block-image is-style-default"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="910" height="866" src="https://technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-091826.jpg" alt="Select a Virtual Switch to connect the Virtual Machine" class="wp-image-17168" srcset="https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-091826.jpg 910w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-091826-300x285.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-091826-768x731.jpg 768w" sizes="(max-width: 910px) 100vw, 910px" /><figcaption>Specify the configuration of the network adapter or remove the network adapter.</figcaption></figure></div>



<p><strong>4.</strong> Before you go to share local resources in Hyper-V, make sure that your host is connected to your virtual Switch. Open Control Panel, click on Network and Internet, and then click on Network and Sharing Center.</p>



<div class="wp-block-image is-style-default"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="587" src="https://technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-095601-1024x587.jpg" alt="" class="wp-image-17169" srcset="https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-095601-1024x587.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-095601-300x172.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-095601-768x440.jpg 768w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-095601-750x430.jpg 750w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-095601.jpg 1051w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></div>



<p>When creating a virtual switch, make sure it is the right type of Switch that you need. If you want to connect your virtual machine to the internet, create an external switch, and if you&#8217;re going to separate your virtual network from the host network, then create a Private Switch.</p>



<h2 class="wp-block-heading">Configure to Share Host&#8217;s Local Resources With Virtual Machine</h2>



<p>You can share; printers, clipboards, external hard disks, internal disk drives, USB flash drives, and other plug and play devices from the Local Resources. In Hyper-V, if you want to copy a file into your virtual machine, it doesn&#8217;t provide you with the copy and paste option from the host to the virtual machine, so you have to share it via file-sharing or share the disk or USB itself. Follow the steps below to configure resource sharing.</p>



<p><strong>1.</strong> Right-click on the <strong>Virtual Machine</strong> name and click on <strong>Connect</strong>. The following screen appears, then click on <strong>Show Options</strong>.</p>



<div class="wp-block-image is-style-default"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="548" height="280" src="https://technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-100723.jpg" alt="In Hyper-V this screen appears when you want to connect to a Virtual Machine." class="wp-image-17170" srcset="https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-100723.jpg 548w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-100723-300x153.jpg 300w" sizes="(max-width: 548px) 100vw, 548px" /><figcaption>Connect to Virtual Machine screen</figcaption></figure></div>



<p><strong>2.</strong> Click on <strong>Local resources</strong> to see local devices, check the devices you want to share with the virtual machine, and then click on <strong>Connect</strong>. If the resource you want to share is not in the list, click on <strong>More</strong>.</p>



<div class="wp-block-image is-style-default"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="545" height="400" src="https://technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-103624.jpg" alt="Check any device that you want to share with Virtual Machine." class="wp-image-17171" srcset="https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-103624.jpg 545w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-103624-300x220.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-103624-86x64.jpg 86w" sizes="(max-width: 545px) 100vw, 545px" /><figcaption>Local Resources like Remote Audio, Printers, and Clipboard. Click <strong>More</strong> to see more devices.</figcaption></figure></div>



<p><strong>3.</strong> The following screen appears, select your resource from that list and click <strong>OK</strong>. I want to share Local drive C and a USB Pendrive which is plugged into my computer.</p>



<div class="wp-block-image is-style-default"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="548" height="385" src="//i0.wp.com/technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-125610-1.jpg" alt="You can select USB, disk drives and other plug and play to share with the Virtual Machine running in Hyper-V." class="wp-image-17175" srcset="https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-125610-1.jpg 548w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-125610-1-300x211.jpg 300w" sizes="(max-width: 548px) 100vw, 548px" /><figcaption>Select local devices and resources you want to share with the virtual machine.</figcaption></figure></div>



<p><strong>4.</strong> After your virtual machine is connected, log in with a username and password. Check the File Explorer, drive and devices you shared before will appear under <strong>Redirected drives and folders</strong>.</p>



<div class="wp-block-image is-style-default"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="847" height="532" src="https://technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-06-120206.jpg" alt="The drive C and USB flash drive is shared by Hyper-V host and appears in the virtual machine." class="wp-image-17216" srcset="https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-06-120206.jpg 847w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-06-120206-300x188.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-06-120206-768x482.jpg 768w" sizes="(max-width: 847px) 100vw, 847px" /><figcaption>The drive C of the host and a USB flash drive plugged into the host appeared in the virtual machine.</figcaption></figure></div>



<p>Sharing local resources look complicated, but it gets easier when you understand the process well. If you create the correct type of switch, connect your host and virtual machine to the virtual switch properly, so you will not find issues to share local resources with the virtual machine in Hyper-V.</p>



<p>Check out this article to know more about the <a href="https://www.technig.com/installation-of-hyper-v-on-windows-11-windows-server-2022/" target="_blank" rel="noreferrer noopener">installation of Hyper-V on Windows 11 and Windows Server 2022</a>.</p>



<p>Check out this article if you want to know How<a href="https://www.technig.com/connect-hyper-v-machines-to-internet/" target="_blank" rel="noreferrer noopener"> To Connect Hyper-V Machines To Internet?</a></p>
<p>The post <a href="https://www.technig.com/share-host-resources-with-virtual-machine-in-hyper-v/">How to Share Host resources with Virtual Machine in Hyper-V</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/share-host-resources-with-virtual-machine-in-hyper-v/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">17155</post-id>	</item>
		<item>
		<title>How to Create Virtual Machine Checkpoints in Hyper-V</title>
		<link>https://www.technig.com/create-virtual-machine-checkpoints-in-hyper-v/</link>
					<comments>https://www.technig.com/create-virtual-machine-checkpoints-in-hyper-v/#respond</comments>
		
		<dc:creator><![CDATA[Mashallah Haidarzada]]></dc:creator>
		<pubDate>Sat, 09 Apr 2022 05:17:11 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Hyper-v]]></category>
		<category><![CDATA[Hyper-v Configuration]]></category>
		<category><![CDATA[Hyper-V Manager]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[Windows Server 2019]]></category>
		<category><![CDATA[Windows Server 2022]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=17241</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="935" height="834" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_122849.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Select a virtual machine and click on Checkpoint to create a checkpoint in Hyper-V Manager." decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_122849.png 935w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_122849-300x268.png 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_122849-768x685.png 768w" sizes="(max-width: 935px) 100vw, 935px" /></div>
<p>To restore to the previous configuration, you have to create virtual machine checkpoints in Hyper-V. You often make some changes to your virtual machine, but that change doesn&#8217;t go well, and you want to restore it to the previous configuration. Checkpoint Types We have two types of checkpoints in Hyper-V: standard checkpoints and production checkpoints. [&#8230;]</p>
<p>The post <a href="https://www.technig.com/create-virtual-machine-checkpoints-in-hyper-v/">How to Create Virtual Machine Checkpoints in Hyper-V</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="935" height="834" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_122849.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Select a virtual machine and click on Checkpoint to create a checkpoint in Hyper-V Manager." decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_122849.png 935w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_122849-300x268.png 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_122849-768x685.png 768w" sizes="(max-width: 935px) 100vw, 935px" /></div>
<p>To restore to the previous configuration, you have to create virtual machine checkpoints in Hyper-V. You often make some changes to your virtual machine, but that change doesn&#8217;t go well, and you want to restore it to the previous configuration. </p>



<h2 class="wp-block-heading">Checkpoint Types</h2>



<p>We have two types of checkpoints in Hyper-V: standard checkpoints and production checkpoints. The production checkpoint is more stable than the standard checkpoint.</p>



<p><strong>Standard Checkpoints:</strong> capture the virtual machine and everything running in virtual machine memory. Formerly it was known as snapshots before windows 10.</p>



<p><strong>Production Checkpoint:</strong> saves the virtual machine state but does not save the information about the running application.</p>



<h2 class="wp-block-heading">Configure Checkpoints in Hyper-V</h2>



<p>Follow the steps below to create virtual machine checkpoints in Hyper-V</p>



<ol class="wp-block-list"><li>Right-click on the virtual machine name and click on <strong>Checkpoint</strong>, or select your virtual machine and click on <strong>Checkpoint</strong> at the right column in <strong>Hyper-V Manager</strong>. When you click on <strong>Checkpoint</strong> by default, it creates a standard checkpoint, but you can configure it to create a production checkpoint.</li></ol>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="935" height="834" src="//i0.wp.com/technig.com/wp-content/uploads/2022/04/screenshot_20220408_122849.png" alt="Create a virtual machine checkpoint in Hyper-V Manager" class="wp-image-17256" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_122849.png 935w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_122849-300x268.png 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_122849-768x685.png 768w" sizes="(max-width: 935px) 100vw, 935px" /><figcaption>Create a virtual machine checkpoint.</figcaption></figure></div>



<p>To configure checkpoint settings, open <strong>Hyper-V Manager</strong>, click on <strong>Action,</strong> then <strong>settings</strong>. The screen below appears. Click on <strong>Checkpoints</strong> in the left menu, check <strong>Enable checkpoints</strong> and click on <strong>Production checkpoints</strong>.</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="906" height="865" src="//i0.wp.com/technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-08-124632-1.jpg" alt="Choose to create a production checkpoint or a standard checkpoint." class="wp-image-17259" srcset="https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-08-124632-1.jpg 906w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-08-124632-1-300x286.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-08-124632-1-768x733.jpg 768w" sizes="(max-width: 906px) 100vw, 906px" /><figcaption>Open the virtual machine settings and click on Checkpoints to switch from standard to production checkpoints.</figcaption></figure></div>



<p>Once your checkpoint is created, select your checkpoint and click on <strong>Apply</strong>. </p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="728" height="478" src="//i0.wp.com/technig.com/wp-content/uploads/2022/04/screenshot_20220408_214420.png" alt="Apply an existing checkpoint in Hyper-V Manager." class="wp-image-17262" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_214420.png 728w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_214420-300x197.png 300w" sizes="(max-width: 728px) 100vw, 728px" /><figcaption>To apply checkpoint, right-click on checkpoint and select <strong>Apply</strong>.</figcaption></figure></div>



<p>This screen appears. I suggest clicking on <strong>Create Checkpoint and Apply</strong> because it creates a checkpoint on the current state of your virtual machines and then applies the previous checkpoint.</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="689" height="197" src="//i0.wp.com/technig.com/wp-content/uploads/2022/04/screenshot_20220408_215512.png" alt="" class="wp-image-17263" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_215512.png 689w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_215512-300x86.png 300w" sizes="(max-width: 689px) 100vw, 689px" /><figcaption>Confirm to apply the checkpoint by clicking on <strong>Create Checkpoint and Apply</strong> or <strong>Apply</strong>.</figcaption></figure></div>



<p>A checkpoint is a valuable tool in Hyper-V. It helps try the different applications, settings, and configurations without damaging your machine.</p>



<p>To know more about checkpoints, click <a href="https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/user-guide/checkpoints" target="_blank" rel="noreferrer noopener">here</a>.</p>



<p>You may also like <a href="https://www.technig.com/connect-hyper-v-machines-to-internet/">How to connect the virtual machine to the internet?</a></p>
<p>The post <a href="https://www.technig.com/create-virtual-machine-checkpoints-in-hyper-v/">How to Create Virtual Machine Checkpoints in Hyper-V</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/create-virtual-machine-checkpoints-in-hyper-v/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">17241</post-id>	</item>
		<item>
		<title>Quick installation of Hyper-V on Windows 11 and Windows Server 2022</title>
		<link>https://www.technig.com/installation-of-hyper-v-on-windows-11-windows-server-2022/</link>
					<comments>https://www.technig.com/installation-of-hyper-v-on-windows-11-windows-server-2022/#respond</comments>
		
		<dc:creator><![CDATA[Mashallah Haidarzada]]></dc:creator>
		<pubDate>Sat, 02 Apr 2022 04:26:27 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Hyper-v Configuration]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows Configuration]]></category>
		<category><![CDATA[Windows Server 2022]]></category>
		<guid isPermaLink="false">https://technig.com/?p=16991</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1920" height="1080" src="https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-31-223700.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="installation of Hyper-V on Windows 11 and Windows Server 2022" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-31-223700.jpg 1920w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-31-223700-300x169.jpg 300w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-31-223700-1024x576.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-31-223700-768x432.jpg 768w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-31-223700-1536x864.jpg 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
<p>Hyper-V is a Microsoft virtualization software, which allows you to run and manage multiple virtual machines on one computer. The number of Virtual Machines that you can create on Hyper-V depends on your hardware resources. A Virtual Machine is a software version of a computer that you can dedicate hardware resources to it, install an [&#8230;]</p>
<p>The post <a href="https://www.technig.com/installation-of-hyper-v-on-windows-11-windows-server-2022/">Quick installation of Hyper-V on Windows 11 and Windows Server 2022</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1920" height="1080" src="https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-31-223700.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="installation of Hyper-V on Windows 11 and Windows Server 2022" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-31-223700.jpg 1920w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-31-223700-300x169.jpg 300w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-31-223700-1024x576.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-31-223700-768x432.jpg 768w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-31-223700-1536x864.jpg 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
<p>Hyper-V is a Microsoft virtualization software, which allows you to run and manage multiple virtual machines on one computer. The number of Virtual Machines that you can create on Hyper-V depends on your hardware resources. A Virtual Machine is a software version of a computer that you can dedicate hardware resources to it, install an operating system on it, and do networking. You can use Hyper-V on both desktop operating systems and server operating systems. In this article, I explained the installation of Hyper-V on Windows 11, and then I explained the installation of Hyper-V on Windows Server 2022. Read more about <a href="https://docs.microsoft.com/en-us/windows-server/virtualization/hyper-v/hyper-v-technology-overview" target="_blank" rel="noreferrer noopener nofollow">Hyper-V</a></p>



<h2 class="wp-block-heading">Enable Hyper-V on Windows 11</h2>



<p>Hyper-V is already available on Windows 10 and Windows 11, you just need to enable it. To enable it, search for &#8220;Turn Windows features on or off&#8221; in the Start Menu and click to open it. Or enter the command &#8220;<code>optionalfeatures.exe</code>&#8221; in the run and press OK.</p>



<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="//i0.wp.com/technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-29-202839.png" alt="Executing &quot;optionalfeatures.exe&quot; command in the run." class="wp-image-17013" width="537" height="342" srcset="https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-29-202839.png 537w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-29-202839-300x191.png 300w" sizes="(max-width: 537px) 100vw, 537px" /><figcaption>Executing the &#8220;optionalfeatures.exe&#8221; command in the run.</figcaption></figure></div>



<p>Once you run that command the following screen appears. Check Hyper-V, make sure the Hyper-V Management Tools and Hyper-V Platform are checked as well, and then click OK.</p>



<div class="wp-block-image is-style-default"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="561" height="523" src="//i0.wp.com/technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-204107-1.png" alt="Installation of Hyper-V through Windows Features on Windows 11." class="wp-image-17049" srcset="https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-204107-1.png 561w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-204107-1-300x280.png 300w" sizes="(max-width: 561px) 100vw, 561px" /><figcaption>The Windows Features screen, turning on Hyper-V feature.</figcaption></figure></div>



<p>You will see the screen below if your configuration is successful. Restart your computer to apply the changes.</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="770" height="637" src="//i0.wp.com/technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-29-205054.png" alt="Windows Features screen shows that Hyper-V installation was successful on Windows 11." class="wp-image-17016" srcset="https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-29-205054.png 770w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-29-205054-300x248.png 300w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-29-205054-768x635.png 768w" sizes="(max-width: 770px) 100vw, 770px" /><figcaption>Windows completed the requested changes.</figcaption></figure></div>



<p>After you restart your computer, you can configure your Hyper-V manager and create Virtual Machines.</p>



<p>Check this article for <a href="https://www.technig.com/essential-hyper-v-configuration/" target="_blank" rel="noreferrer noopener">Hyper-V configuration.</a></p>



<p>Before going to explain how to add the Hyper-V role on Windows Server, it is good to know about Nested Virtualization. </p>



<h3 class="wp-block-heading">Nested Virtualization</h3>



<p> Nested Virtualization is a technology that makes you capable of installing Hyper-V on a virtual machine that is already running on Hyper-V. It is mostly used in the test environment, where you need multiple hosts or you want to create a Virtual Machine inside another Virtual Machine.</p>



<p>If you want to add the Hyper-V role on Windows Server that is running on a virtual machine, you need to enable Nested Virtualization. To enable Nested Virtualization, turn off the virtual machines, and run the following command in the PowerShell on the host operating system. PowerShell should be run as administrator.</p>



<p>Set-VMProcessor -VMName [Virtual Machine Name] -ExposeVirtualizationExtensions $true</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="283" src="//i0.wp.com/technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-212220-1-1024x283.png" alt="Windows PowerShell executing a command to enable Nested Virtualization." class="wp-image-17051" srcset="https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-212220-1-1024x283.png 1024w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-212220-1-300x83.png 300w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-212220-1-768x212.png 768w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-212220-1.png 1399w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Windows PowerShell executing a command to enable Nested Virtualization.</figcaption></figure></div>



<p>Now, turn on your Virtual Machine and follow the steps below to add the Hyper-V role on the windows server.</p>



<h2 class="wp-block-heading">Add Hyper-V role on Windows Server 2022</h2>



<ol class="wp-block-list"><li>Open Server Manager, click on Dashboard and click on Add roles and features.</li></ol>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="984" height="420" src="//i0.wp.com/technig.com/wp-content/uploads/2022/03/Capture-10.png" alt="Hyper-V installation on Windows Server 2022" class="wp-image-17038" srcset="https://www.technig.com/wp-content/uploads/2022/03/Capture-10.png 984w, https://www.technig.com/wp-content/uploads/2022/03/Capture-10-300x128.png 300w, https://www.technig.com/wp-content/uploads/2022/03/Capture-10-768x328.png 768w" sizes="(max-width: 984px) 100vw, 984px" /><figcaption>Server Manager of Windows Server 2022. </figcaption></figure></div>



<p><strong>2</strong>. Click Next, choose the Installation Type Role-based or feature-based installation, and click next.</p>



<p><strong>3.</strong> Select your server pool and click next.</p>



<p>4. On the <strong>Server Role</strong>, check the <strong>Hyper-V</strong> then click Next.</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="985" height="702" src="//i0.wp.com/technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-135723.png" alt="Doing the installation of Hyper-V on Windows Server 2022." class="wp-image-17044" srcset="https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-135723.png 985w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-135723-300x214.png 300w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-135723-768x547.png 768w" sizes="(max-width: 985px) 100vw, 985px" /><figcaption>Add Roles And Features Wizard. </figcaption></figure></div>



<p>5. Leave everything to default, and continue clicking next until you get to the confirmation window. You can configure them later according to your need. Check the &#8220;Restart the destination server automatically if required&#8221; if you want your computer to restart automatically, then click install.</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="985" height="702" src="//i0.wp.com/technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-140211.png" alt="Confirm Installation Selection of whether to restart the server after successfully installation of Hyper-V or not." class="wp-image-17045" srcset="https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-140211.png 985w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-140211-300x214.png 300w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-140211-768x547.png 768w" sizes="(max-width: 985px) 100vw, 985px" /><figcaption>Add Roles And Features Wizard window Confirmation tab.</figcaption></figure></div>



<p>You will see the following screen, after the successful installation of Hyper-V on Windows Server.</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="993" height="711" src="//i0.wp.com/technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-214328.png" alt="See the installation progress of Hyper-V role and related features." class="wp-image-17052" srcset="https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-214328.png 993w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-214328-300x215.png 300w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-214328-768x550.png 768w" sizes="(max-width: 993px) 100vw, 993px" /><figcaption>Showing the installation progress.</figcaption></figure></div>



<p>Restart your machine, when your machine is loaded up back, go to Tools and click on Hyper-V Manager.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="635" src="//i0.wp.com/technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-222445-1-1024x635.png" alt="" class="wp-image-17054" srcset="https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-222445-1-1024x635.png 1024w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-222445-1-300x186.png 300w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-222445-1-768x477.png 768w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-222445-1.png 1407w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Tools on Server Manager.</figcaption></figure></div>



<p>Now you can configure Hyper-V Manager, and create Virtual Machines and operating systems on the Virtual Machines.</p>



<p></p>



<p></p>
<p>The post <a href="https://www.technig.com/installation-of-hyper-v-on-windows-11-windows-server-2022/">Quick installation of Hyper-V on Windows 11 and Windows Server 2022</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/installation-of-hyper-v-on-windows-11-windows-server-2022/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">16991</post-id>	</item>
		<item>
		<title>Fix User Account Does Not Have Permission to Open Attachment in Hyper-V</title>
		<link>https://www.technig.com/user-account-does-not-have-permission-to-open-attachment/</link>
					<comments>https://www.technig.com/user-account-does-not-have-permission-to-open-attachment/#respond</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Mon, 05 Jul 2021 12:22:05 +0000</pubDate>
				<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Hyper-v]]></category>
		<category><![CDATA[Hyper-v Configuration]]></category>
		<category><![CDATA[Hyper-V Manager]]></category>
		<category><![CDATA[Hyper-V Monitoring]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=16566</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="642" height="407" src="https://www.technig.com/wp-content/uploads/2021/07/User-account-does-not-have-permission-to-open-attachment.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="User account does not have permission to open attachment" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2021/07/User-account-does-not-have-permission-to-open-attachment.jpg 642w, https://www.technig.com/wp-content/uploads/2021/07/User-account-does-not-have-permission-to-open-attachment-300x190.jpg 300w" sizes="(max-width: 642px) 100vw, 642px" /></div>
<p>The error of &#8220;User account does not have permission to open attachment&#8221; in Hyper-V Server can occur when you try to use an ISO located on a network drive as a boot drive for a VM. A workaround is to copy the ISOs on the host machine directly but that’s inconvenient and tedious. Follow these [&#8230;]</p>
<p>The post <a href="https://www.technig.com/user-account-does-not-have-permission-to-open-attachment/">Fix User Account Does Not Have Permission to Open Attachment in Hyper-V</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="642" height="407" src="https://www.technig.com/wp-content/uploads/2021/07/User-account-does-not-have-permission-to-open-attachment.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="User account does not have permission to open attachment" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2021/07/User-account-does-not-have-permission-to-open-attachment.jpg 642w, https://www.technig.com/wp-content/uploads/2021/07/User-account-does-not-have-permission-to-open-attachment-300x190.jpg 300w" sizes="(max-width: 642px) 100vw, 642px" /></div>
<p>The error of &#8220;User account does not have permission to open attachment&#8221; in <a href="https://www.technig.com/tag/hyper-v/" target="_blank" rel="noreferrer noopener">Hyper-V</a> Server can occur when you try to use an ISO located on a network drive as a boot drive for a VM. A workaround is to copy the ISOs on the host machine directly but that’s inconvenient and tedious. Follow these steps to fix the permissions and allow Hyper-V to use images through SMB.</p>



<figure class="wp-block-image size-large is-style-default"><img loading="lazy" decoding="async" width="642" height="407" src="//i0.wp.com/technig.com/wp-content/uploads/2021/07/User-account-does-not-have-permission-to-open-attachment.jpg" alt="User account does not have permission to open attachment" class="wp-image-16571" srcset="https://www.technig.com/wp-content/uploads/2021/07/User-account-does-not-have-permission-to-open-attachment.jpg 642w, https://www.technig.com/wp-content/uploads/2021/07/User-account-does-not-have-permission-to-open-attachment-300x190.jpg 300w" sizes="(max-width: 642px) 100vw, 642px" /><figcaption>User account does not have permission to open attachment</figcaption></figure>



<h2 class="wp-block-heading">User Account Does Not Have Permission</h2>



<p>We can fix the user account that does not have permission to open an attachment in Hyper-v with two stages. The first one granting the Hyper-V server access to the network shared folder and the second stage enabling CIFS delegation on the Hyper-V machine.</p>



<p>To fix this issue you must have an AD domain account to grant the Hyper-V host access to the network share.</p>



<h2 class="wp-block-heading">1. Grant the Hyper-V Machine Access to the Network Shared File.</h2>



<ol class="wp-block-list"><li>Right-click the network shared folder and open the properties then click <strong>Edit</strong> under the <strong>Security</strong> tab.</li><li>Click <strong>Add </strong>in the new window then click on Object Types and tick the checkbox next to Computers and then press OK to apply the changes.</li></ol>



<figure class="wp-block-image size-large is-style-default"><img loading="lazy" decoding="async" width="1024" height="511" src="https://www.technig.com/wp-content/uploads/2021/07/Grant-the-Hyper-V-Machine-Access-to-the-Network-Shared-File-1024x511.jpg" alt="Grant the Hyper-V Machine Access to the Network Shared File" class="wp-image-16572" srcset="https://www.technig.com/wp-content/uploads/2021/07/Grant-the-Hyper-V-Machine-Access-to-the-Network-Shared-File-1024x511.jpg 1024w, https://www.technig.com/wp-content/uploads/2021/07/Grant-the-Hyper-V-Machine-Access-to-the-Network-Shared-File-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2021/07/Grant-the-Hyper-V-Machine-Access-to-the-Network-Shared-File-768x383.jpg 768w, https://www.technig.com/wp-content/uploads/2021/07/Grant-the-Hyper-V-Machine-Access-to-the-Network-Shared-File.jpg 1275w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Grant the Hyper-V Machine Access to the Network Shared File &#8211; User account does not have permission to open attachment</figcaption></figure>



<p>3. Now, type the name of the Hyper-V machine which you want to authorize on the shared folder and then press <strong>Check Names</strong> to validate. After validating the name just click the <strong>OK </strong>button to add it.</p>



<figure class="wp-block-image size-large is-style-default"><img loading="lazy" decoding="async" width="666" height="526" src="https://www.technig.com/wp-content/uploads/2021/07/Add-Hyper-V-Machine-to-Network-Shared-Folder.jpg" alt="Add Hyper-V Machine to Network Shared Folder" class="wp-image-16573" srcset="https://www.technig.com/wp-content/uploads/2021/07/Add-Hyper-V-Machine-to-Network-Shared-Folder.jpg 666w, https://www.technig.com/wp-content/uploads/2021/07/Add-Hyper-V-Machine-to-Network-Shared-Folder-300x237.jpg 300w, https://www.technig.com/wp-content/uploads/2021/07/Add-Hyper-V-Machine-to-Network-Shared-Folder-279x220.jpg 279w" sizes="(max-width: 666px) 100vw, 666px" /><figcaption>Add Hyper-V Machine to Network Shared Folder</figcaption></figure>



<p><strong>Note:</strong> If you do not tick the checkbox of <strong>Computers </strong>on <strong>Object Types</strong> the system will not find your Hyper-V machine. Make sure you&#8217;ve ticked the <strong>Computer </strong>checkbox and also your machine should be joined to the domain.</p>



<p>4. Click <strong>OK</strong> to close all the opened file sharing permissions windows to complete the first stage successfully. </p>



<h2 class="wp-block-heading">2. Enable CIFS Delegation on the Hyper-V Machine</h2>



<p>The CIFS <a href="https://docs.microsoft.com/en-us/windows-server/security/kerberos/kerberos-constrained-delegation-overview">delegation </a>gives service administrators the ability to specify and enforce application trust boundaries by limiting the scope where application services can act on a user&#8217;s behalf. Service administrators can configure which front-end service accounts can delegate to their back-end services.</p>



<p>On your AD domain controller complete the following steps.</p>



<ol class="wp-block-list"><li>Open the <strong>Server Manager</strong> then click <strong>Active Directory Users and Computers</strong> from <strong>Tools </strong>menu. Or type the <strong>dsa.msc</strong> on Windows Run to open Active Directory Users and Computers only using shortcut. </li><li>Expand domain, and then expand the <strong>Computers </strong>folder.</li><li>In the right pane, right-click the Hyper-V Machine name, and then click <strong>Properties</strong>.</li><li>On the <strong>Delegation </strong>tab, select <strong>Trust this computer for delegation to specified services only</strong> and <strong>Use any authentication protocol</strong>.</li><li>Click <strong>Add</strong> to open the Add Services dialog window.</li></ol>



<figure class="wp-block-image size-large is-style-default"><img loading="lazy" decoding="async" width="1024" height="478" src="https://www.technig.com/wp-content/uploads/2021/07/Enable-CIFS-delegation-on-the-Hyper-V-Machine-1024x478.jpg" alt="Enable CIFS delegation on the Hyper-V Machine" class="wp-image-16576" srcset="https://www.technig.com/wp-content/uploads/2021/07/Enable-CIFS-delegation-on-the-Hyper-V-Machine-1024x478.jpg 1024w, https://www.technig.com/wp-content/uploads/2021/07/Enable-CIFS-delegation-on-the-Hyper-V-Machine-300x140.jpg 300w, https://www.technig.com/wp-content/uploads/2021/07/Enable-CIFS-delegation-on-the-Hyper-V-Machine-768x358.jpg 768w, https://www.technig.com/wp-content/uploads/2021/07/Enable-CIFS-delegation-on-the-Hyper-V-Machine.jpg 1278w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Enable CIFS delegation on the Hyper-V Machine</figcaption></figure>



<p>6. Select the <strong>Users or Computers </strong>on Add Services window, and type the computer name where the network shared folder is located then validate it by clicking on <strong>Check Name</strong> and click <strong>OK</strong>.</p>



<p>7. Select the <strong>CIFS</strong> service for the file-sharing server and click OK to enable CIFS delegation on the Hyper-V Server. </p>



<figure class="wp-block-image size-large is-style-default"><img loading="lazy" decoding="async" width="1024" height="528" src="https://www.technig.com/wp-content/uploads/2021/07/Trust-this-computer-for-delegation-to-specified-services-only-1024x528.jpg" alt="Trust this computer for delegation to specified services only" class="wp-image-16577" srcset="https://www.technig.com/wp-content/uploads/2021/07/Trust-this-computer-for-delegation-to-specified-services-only-1024x528.jpg 1024w, https://www.technig.com/wp-content/uploads/2021/07/Trust-this-computer-for-delegation-to-specified-services-only-300x155.jpg 300w, https://www.technig.com/wp-content/uploads/2021/07/Trust-this-computer-for-delegation-to-specified-services-only-768x396.jpg 768w, https://www.technig.com/wp-content/uploads/2021/07/Trust-this-computer-for-delegation-to-specified-services-only.jpg 1077w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Trust this computer for delegation to specified services only</figcaption></figure>



<p>8. Finally, click OK to close all opened windows. Now you can install operating systems on your Hyper-V server virtual machines via network shared files.</p>



<p>Perfect, we&#8217;ve done! </p>



<p></p>
<p>The post <a href="https://www.technig.com/user-account-does-not-have-permission-to-open-attachment/">Fix User Account Does Not Have Permission to Open Attachment in Hyper-V</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/user-account-does-not-have-permission-to-open-attachment/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">16566</post-id>	</item>
		<item>
		<title>How to Create Virtual Machine in Hyper-V on Windows 10?</title>
		<link>https://www.technig.com/create-virtual-machine-hyper-v/</link>
					<comments>https://www.technig.com/create-virtual-machine-hyper-v/#respond</comments>
		
		<dc:creator><![CDATA[Shams]]></dc:creator>
		<pubDate>Fri, 03 Nov 2017 13:30:03 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Hyper-v]]></category>
		<category><![CDATA[Hyper-v Configuration]]></category>
		<category><![CDATA[Hyper-V Monitoring]]></category>
		<category><![CDATA[Server Virtualization]]></category>
		<category><![CDATA[Server Virtualization Software]]></category>
		<category><![CDATA[Virtual Server]]></category>
		<category><![CDATA[Virtual Server Hardware]]></category>
		<category><![CDATA[Virtual Server Manager]]></category>
		<category><![CDATA[Virtualization in Cloud Computing]]></category>
		<category><![CDATA[Virtualization Technology]]></category>
		<category><![CDATA[Virtualized Environment]]></category>
		<category><![CDATA[VMware Server Virtualization]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows Server 2016]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=13200</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/11/Server-Virtualization-on-Windows-10-Create-Hyper-V-Virtual-Machine-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Server Virtualization on Windows 10 - Create Hyper-V Virtual Machine - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/11/Server-Virtualization-on-Windows-10-Create-Hyper-V-Virtual-Machine-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/11/Server-Virtualization-on-Windows-10-Create-Hyper-V-Virtual-Machine-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/11/Server-Virtualization-on-Windows-10-Create-Hyper-V-Virtual-Machine-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>To create a virtual machine in Hyper-V, you need Hyper-V installed on your computer. For installing Hyper-V or enabling Hyper-V on Windows 10, read the below article. After essential configuration of Hyper-v on Windows 10, try to create a virtual machine using this step by step guide. Enable and Configure Hyper-V on Windows 10. In [&#8230;]</p>
<p>The post <a href="https://www.technig.com/create-virtual-machine-hyper-v/">How to Create Virtual Machine in Hyper-V on Windows 10?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/11/Server-Virtualization-on-Windows-10-Create-Hyper-V-Virtual-Machine-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Server Virtualization on Windows 10 - Create Hyper-V Virtual Machine - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/11/Server-Virtualization-on-Windows-10-Create-Hyper-V-Virtual-Machine-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/11/Server-Virtualization-on-Windows-10-Create-Hyper-V-Virtual-Machine-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/11/Server-Virtualization-on-Windows-10-Create-Hyper-V-Virtual-Machine-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>To create a virtual machine in Hyper-V, you need Hyper-V installed on your computer. For installing Hyper-V or enabling Hyper-V on Windows 10, read the below article. After essential configuration of Hyper-v on Windows 10, try to create a virtual machine using this step by step guide.</p>
<ul style="list-style-type: circle;">
<li><a href="https://www.technig.com/enable-configure-hyper-v-windows-10/" rel="noopener">Enable and Configure Hyper-V on Windows 10</a>.</li>
</ul>
<p>In computing, a virtual machine (<a href="https://en.wikipedia.org/wiki/Virtual_machine" rel="noopener">VM</a>) is an emulation of a computer system. The virtual machines are based on computer architectures and provide the functionality of a physical computer. Their implementations may involve specialized hardware, software, or a combination.</p>
<p><strong>There are different kinds of virtual machines:</strong></p>
<ul style="list-style-type: circle;">
<li>System virtual machines (also termed full virtualization VMs) provide a substitute for a real computer. They provide the functionality needed to execute entire operating systems. A hypervisor uses native execution to share and manage hardware, allowing for multiple environments which are isolated from one another, yet exist on the same physical machine. Modern hypervisors use hardware-assisted virtualization, virtualization-specific hardware, primarily from the host CPUs.</li>
<li>Process virtual machines are designed to execute computer programs in a platform-independent environment.</li>
</ul>
<p>Some virtual machines, such as QEMU, are also designed to emulate different architectures and allow execution of software applications and operating systems written for another CPU or architecture. Operating-system-level virtualization allows the resources of a computer to be partitioned via the kernel&#8217;s support for multiple isolated user-space instances, which are usually called containers and may look and feel like real machines to the end-users.</p>
<p><figure id="attachment_13313" aria-describedby="caption-attachment-13313" style="width: 704px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/11/Windows-10-Create-Virtual-Machine-in-Hyper-V-Technig.jpg"><img loading="lazy" decoding="async" class="wp-image-13313 size-full" src="https://www.technig.com/wp-content/uploads/2017/11/Windows-10-Create-Virtual-Machine-in-Hyper-V-Technig.jpg" alt="Windows 10; Create Virtual Machine in Hyper-V - Technig" width="704" height="533" srcset="https://www.technig.com/wp-content/uploads/2017/11/Windows-10-Create-Virtual-Machine-in-Hyper-V-Technig.jpg 704w, https://www.technig.com/wp-content/uploads/2017/11/Windows-10-Create-Virtual-Machine-in-Hyper-V-Technig-300x227.jpg 300w, https://www.technig.com/wp-content/uploads/2017/11/Windows-10-Create-Virtual-Machine-in-Hyper-V-Technig-86x64.jpg 86w" sizes="(max-width: 704px) 100vw, 704px" /></a><figcaption id="caption-attachment-13313" class="wp-caption-text">Windows 10; Create Virtual Machine in Hyper-V &#8211; Technig</figcaption></figure></p>
<h3>Create Virtual Machine in Hyper-V on Windows 10</h3>
<p>Creating a virtual machine on Hyper-V is easy, and this tutorial is just a short lab manual guide. You learn how to create a virtual machine in Hyper-V on Windows 10.</p>
<p><iframe loading="lazy" title="How to Create Hyper-V Virtual Machine on Windows 10 for Server Virtualization?" width="1170" height="658" src="https://www.youtube.com/embed/xqkKyhFmzBM?wmode=transparent&amp;rel=0&amp;feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<p>Before using Hyper-V on Windows 10 for server virtualization, you need to check your system requirement. It&#8217;s terrible that you can not install  Hyper-V role on Windows 10 Home edition.</p>
<p><strong>Hyper-V System Requirements on Windows 10: </strong></p>
<ul>
<li>Windows 10 Enterprise, Professional, or Education</li>
<li>64-bit Processor with Second Level Address Translation (SLAT).</li>
<li>CPU support for VM Monitor Mode Extension (VT-c on Intel CPU’s).</li>
<li>Minimum of 4 GB memory.</li>
</ul>
<p>You can not install the Hyper-V role on Windows 10 Home. You must upgrade from Windows 10 Home edition to Windows 10 Professional for creating a Hyper-v virtualized environment.</p>
<p>But for creating a virtualized network environment for practising server virtualization, install VirtualBox or VMware on Windows 10 Home edition. Read the article about <a href="https://www.technig.com/create-a-virtual-machine-in-vmware/" rel="noopener">creating virtual machine on VMware</a> on Windows 10.</p>
<p>The post <a href="https://www.technig.com/create-virtual-machine-hyper-v/">How to Create Virtual Machine in Hyper-V on Windows 10?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/create-virtual-machine-hyper-v/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">13200</post-id>	</item>
		<item>
		<title>How to Enable and Configure Hyper-V on Windows 10?</title>
		<link>https://www.technig.com/enable-configure-hyper-v-windows-10/</link>
					<comments>https://www.technig.com/enable-configure-hyper-v-windows-10/#respond</comments>
		
		<dc:creator><![CDATA[Shams]]></dc:creator>
		<pubDate>Tue, 31 Oct 2017 09:30:57 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Cloud Computing Network]]></category>
		<category><![CDATA[Cloud Server]]></category>
		<category><![CDATA[Dedicated Server]]></category>
		<category><![CDATA[Hyper-v Configuration]]></category>
		<category><![CDATA[Hyper-V Monitoring]]></category>
		<category><![CDATA[Hypervisor]]></category>
		<category><![CDATA[Server Virtualization]]></category>
		<category><![CDATA[Server Virtualization Software]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[Virtual Server]]></category>
		<category><![CDATA[Virtual Server Cluster]]></category>
		<category><![CDATA[Virtualization Technology]]></category>
		<category><![CDATA[Virtualized Environment]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows Server 2016]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=13158</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/10/Hyper-V-on-Windows-10-for-Server-Virtualization-and-Cloud-Computing-Network-Practicing-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Hyper-V on Windows 10 for Server Virtualization and Cloud Computing Network Practicing - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/10/Hyper-V-on-Windows-10-for-Server-Virtualization-and-Cloud-Computing-Network-Practicing-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/10/Hyper-V-on-Windows-10-for-Server-Virtualization-and-Cloud-Computing-Network-Practicing-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/10/Hyper-V-on-Windows-10-for-Server-Virtualization-and-Cloud-Computing-Network-Practicing-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>You can run your workloads on Hyper-V, then easily migrate them from on-premises to a Windows Server virtual machine in the cloud. Deploy applications on multiple operating systems with best-in-class support for Linux on Hyper-V. So, you have a great option in Windows 10 make a virtualization lab for practising virtualization. Are you ready to [&#8230;]</p>
<p>The post <a href="https://www.technig.com/enable-configure-hyper-v-windows-10/">How to Enable and Configure Hyper-V on Windows 10?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/10/Hyper-V-on-Windows-10-for-Server-Virtualization-and-Cloud-Computing-Network-Practicing-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Hyper-V on Windows 10 for Server Virtualization and Cloud Computing Network Practicing - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/10/Hyper-V-on-Windows-10-for-Server-Virtualization-and-Cloud-Computing-Network-Practicing-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/10/Hyper-V-on-Windows-10-for-Server-Virtualization-and-Cloud-Computing-Network-Practicing-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/10/Hyper-V-on-Windows-10-for-Server-Virtualization-and-Cloud-Computing-Network-Practicing-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>You can run your workloads on Hyper-V, then easily migrate them from on-premises to a Windows Server virtual machine in the cloud. Deploy applications on multiple operating systems with best-in-class support for Linux on Hyper-V. So, you have a great option in Windows 10 make a virtualization lab for practising virtualization. Are you ready to enable and configure Hyper-V on your Windows 10 for practising in a virtualized environment?</p>
<h2>What is Hyper-V in Windows 10?</h2>
<p>The Microsoft Hyper-V, formerly known as Windows Server Virtualization, is a native hypervisor; it can create virtual machines on x86-64 systems running Windows. Starting with Windows 8, Hyper-V superseded Windows Virtual PC as the hardware virtualization component of the client editions of Windows NT. A server computer running Hyper-V can be configured to expose individual virtual machines to one or more networks.</p>
<p>Microsoft Hyper-V was first released alongside Windows Server 2008 and has been available without charge for all the Windows Server and some client operating systems since. Now you can use Hyper-V on Windows 10 that make client operating systems and server virtualization easy. Fortunately, the latest version of Hyper-V on Windows 10 support Linux operating systems as well. Now you can create an open network environment with Windows and Linux.</p>
<p><figure id="attachment_13173" aria-describedby="caption-attachment-13173" style="width: 579px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2017/10/Microsoft-Hyper-V-for-Server-Virtualization-and-Cloud-Computing-Network-Technig.png"><img loading="lazy" decoding="async" class="wp-image-13173 " src="https://www.technig.com/wp-content/uploads/2017/10/Microsoft-Hyper-V-for-Server-Virtualization-and-Cloud-Computing-Network-Technig-300x128.png" alt="Microsoft Hyper-V for Server Virtualization and Cloud Computing Network - Technig" width="579" height="247" srcset="https://www.technig.com/wp-content/uploads/2017/10/Microsoft-Hyper-V-for-Server-Virtualization-and-Cloud-Computing-Network-Technig-300x128.png 300w, https://www.technig.com/wp-content/uploads/2017/10/Microsoft-Hyper-V-for-Server-Virtualization-and-Cloud-Computing-Network-Technig-768x329.png 768w, https://www.technig.com/wp-content/uploads/2017/10/Microsoft-Hyper-V-for-Server-Virtualization-and-Cloud-Computing-Network-Technig-1024x438.png 1024w, https://www.technig.com/wp-content/uploads/2017/10/Microsoft-Hyper-V-for-Server-Virtualization-and-Cloud-Computing-Network-Technig.png 1170w" sizes="(max-width: 579px) 100vw, 579px" /></a><figcaption id="caption-attachment-13173" class="wp-caption-text">Microsoft Hyper-V for Server Virtualization and Cloud Computing Network &#8211; Technig</figcaption></figure></p>
<h2>Enable and Configure Hyper-V</h2>
<p>Hyper-v is not a downloadable and installable virtualization software like VMware or VirtualBox. It is a Windows 10 built-in feature that can be easily enabled and disabled.</p>
<p><strong>Hyper-V System Requirements on Windows 10: </strong></p>
<ul style="list-style-type: circle;">
<li>Windows 10 Enterprise, Professional, or Education</li>
<li>64-bit Processor with Second Level Address Translation (SLAT).</li>
<li>CPU support for VM Monitor Mode Extension (VT-c on Intel CPU&#8217;s).</li>
<li>Minimum of 4 GB memory.</li>
</ul>
<p>The Hyper-V role cannot be installed on Windows 10 Home. You must upgrade from Windows 10 Home edition to Windows 10 Professional for creating a Hyper-v virtualized environment. For more information and troubleshooting, see <a href="https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/reference/hyper-v-requirements" data-linktype="relative-path" data-wplink-edit="true">Windows 10 Hyper-V System Requirements</a>.</p>
<p><strong>To install Hyper-V on Windows 10:</strong></p>
<ol>
<li>Open Windows Features.</li>
<li>Enable Hyper-V option.</li>
<li>Restart your computer.</li>
</ol>
<p><strong>1.</strong> Press <strong>Windows+R</strong> keys on the keyboard to open Windows <strong>Run</strong>. And type &#8220;<strong>optionalfeatures</strong>&#8221; and press enter to open Windows Features. Then select <strong>Hyper-V</strong> from Windows features and click <strong>OK</strong> to enable Hyper-v on Windows 10.</p>
<p><figure id="attachment_13164" aria-describedby="caption-attachment-13164" style="width: 721px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/10/Enable-and-Configure-Hyper-V-on-Windows-10-for-Server-Virtualization-Technig.jpg"><img loading="lazy" decoding="async" class="wp-image-13164 size-full" src="https://www.technig.com/wp-content/uploads/2017/10/Enable-and-Configure-Hyper-V-on-Windows-10-for-Server-Virtualization-Technig.jpg" alt="Enable and Configure Hyper-V on Windows 10 for Server Virtualization - Technig" width="721" height="426" srcset="https://www.technig.com/wp-content/uploads/2017/10/Enable-and-Configure-Hyper-V-on-Windows-10-for-Server-Virtualization-Technig.jpg 721w, https://www.technig.com/wp-content/uploads/2017/10/Enable-and-Configure-Hyper-V-on-Windows-10-for-Server-Virtualization-Technig-300x177.jpg 300w, https://www.technig.com/wp-content/uploads/2017/10/Enable-and-Configure-Hyper-V-on-Windows-10-for-Server-Virtualization-Technig-357x210.jpg 357w" sizes="(max-width: 721px) 100vw, 721px" /></a><figcaption id="caption-attachment-13164" class="wp-caption-text">Enable and Configure Hyper-V on Windows 10 for Server Virtualization &#8211; Technig</figcaption></figure></p>
<p>After enabling Hyper-v on Windows 10, it prompts to restart your computer for applying the Windows changes. Just save your works and click <strong>Restart now</strong> to restart your PC.</p>
<p><figure id="attachment_13166" aria-describedby="caption-attachment-13166" style="width: 658px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/10/Install-Hyper-V-on-Windows-10-Technig.jpg"><img loading="lazy" decoding="async" class="wp-image-13166 size-full" src="https://www.technig.com/wp-content/uploads/2017/10/Install-Hyper-V-on-Windows-10-Technig.jpg" alt="Install Hyper-V on Windows 10 - Technig" width="658" height="480" srcset="https://www.technig.com/wp-content/uploads/2017/10/Install-Hyper-V-on-Windows-10-Technig.jpg 658w, https://www.technig.com/wp-content/uploads/2017/10/Install-Hyper-V-on-Windows-10-Technig-300x219.jpg 300w, https://www.technig.com/wp-content/uploads/2017/10/Install-Hyper-V-on-Windows-10-Technig-86x64.jpg 86w" sizes="(max-width: 658px) 100vw, 658px" /></a><figcaption id="caption-attachment-13166" class="wp-caption-text">Install Hyper-V on Windows 10 &#8211; Technig</figcaption></figure></p>
<p>That was using GUI for installing and configuring Hyper-V on Windows 10. But Hyper-V has some PowerShell commands as well. Let&#8217;s test how to enable Hyper-V using PowerShell on Windows 10 and Windows Server?</p>
<p><strong>Enable Hyper-V Using PowerShell:</strong></p>
<p>Open a PowerShell console as Administrator and run the following command:</p>
<pre class="nums:false expand-toggle:false lang:default decode:true">Enable-WindowsOptionalFeature -Online -FeatureName:Microsoft-Hyper-V -All</pre>
<p>No matter, you have installed Hyper-V using PowerShell command or GUI, you must restart your computer for applying changes.</p>
<h3 id="enable-hyper-v-with-cmd-and-dism" class="x-hidden-focus">Enable Hyper-V with DISM command in Command Prompt</h3>
<p class="lf-text-block lf-block x-hidden-focus" data-lf-anchor-id="1dc11df55d8be5bd5be1e56a45375646:0">This is another command-line option to enable Hyper-V on Windows 10. The Deployment Image Servicing and Management tool (DISM) helps configure Windows and Windows images. Among its many applications, DISM can enable Windows features while the operating system is running.</p>
<p class="lf-text-block lf-block" data-lf-anchor-id="008769454a860a35c244394368205596:0"><strong>To enable the Hyper-V role using DISM:</strong></p>
<ol>
<li class="lf-text-block lf-block" data-lf-anchor-id="008769454a860a35c244394368205596:0">Open up a PowerShell or CMD session as Administrator.</li>
<li>Type the following command.</li>
</ol>
<p><figure id="attachment_13169" aria-describedby="caption-attachment-13169" style="width: 777px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/10/Enable-Hyper-V-with-DISM-command-in-Command-Prompt-Technig.png"><img loading="lazy" decoding="async" class="wp-image-13169 size-full" src="https://www.technig.com/wp-content/uploads/2017/10/Enable-Hyper-V-with-DISM-command-in-Command-Prompt-Technig.png" alt="Enable Hyper-V with DISM command in Command Prompt - Technig" width="777" height="200" srcset="https://www.technig.com/wp-content/uploads/2017/10/Enable-Hyper-V-with-DISM-command-in-Command-Prompt-Technig.png 777w, https://www.technig.com/wp-content/uploads/2017/10/Enable-Hyper-V-with-DISM-command-in-Command-Prompt-Technig-300x77.png 300w, https://www.technig.com/wp-content/uploads/2017/10/Enable-Hyper-V-with-DISM-command-in-Command-Prompt-Technig-768x198.png 768w" sizes="(max-width: 777px) 100vw, 777px" /></a><figcaption id="caption-attachment-13169" class="wp-caption-text">Enable Hyper-V with DISM command in Command Prompt &#8211; Technig</figcaption></figure></p>
<pre class="nums:false expand-toggle:false lang:default decode:true ">DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V</pre>
<p>OK.</p>
<p>When you restart your computer, just press type &#8220;Hyper-v&#8221; on Windows search to find the Hyper-V virtualization software. Yes, check the below screenshot shows the Hyper-V on my computer.</p>
<p><figure id="attachment_13176" aria-describedby="caption-attachment-13176" style="width: 1048px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/10/Hyper-V-on-Windows-10-for-Server-Virtualization-Technig.jpg"><img loading="lazy" decoding="async" class="wp-image-13176 size-full" src="https://www.technig.com/wp-content/uploads/2017/10/Hyper-V-on-Windows-10-for-Server-Virtualization-Technig.jpg" alt="Hyper-V on Windows 10 for Server Virtualization - Technig" width="1048" height="509" srcset="https://www.technig.com/wp-content/uploads/2017/10/Hyper-V-on-Windows-10-for-Server-Virtualization-Technig.jpg 1048w, https://www.technig.com/wp-content/uploads/2017/10/Hyper-V-on-Windows-10-for-Server-Virtualization-Technig-300x146.jpg 300w, https://www.technig.com/wp-content/uploads/2017/10/Hyper-V-on-Windows-10-for-Server-Virtualization-Technig-768x373.jpg 768w, https://www.technig.com/wp-content/uploads/2017/10/Hyper-V-on-Windows-10-for-Server-Virtualization-Technig-1024x497.jpg 1024w" sizes="(max-width: 1048px) 100vw, 1048px" /></a><figcaption id="caption-attachment-13176" class="wp-caption-text">Hyper-V on Windows 10 for Server Virtualization &#8211; Technig</figcaption></figure></p>
<p>That&#8217;s good, your Hyper-v has been enabled and it is ready for server virtualization on Windows 10. The next step is configuring Hyper-v on Windows 10 for server virtualization or practising for the cloud computing network.</p>
<h2>Essential Hyper-V Configuration on Windows 10</h2>
<p>The below article focuses to configure Hyper-V essential setting for creating a virtualized environment on Windows 10.</p>
<ul>
<li>The essential <a href="https://www.technig.com/essential-hyper-v-configuration/" target="_blank" rel="noopener noreferrer">Hyper-V Configuration for Server virtualization on Windows 10</a>.</li>
</ul>
<p>Good luck.</p>
<p>The post <a href="https://www.technig.com/enable-configure-hyper-v-windows-10/">How to Enable and Configure Hyper-V on Windows 10?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/enable-configure-hyper-v-windows-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">13158</post-id>	</item>
		<item>
		<title>How to Connect Hyper-V Machines to Internet?</title>
		<link>https://www.technig.com/connect-hyper-v-machines-to-internet/</link>
					<comments>https://www.technig.com/connect-hyper-v-machines-to-internet/#comments</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Mon, 02 Oct 2017 17:40:41 +0000</pubDate>
				<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Cloud Networking]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Hyper-v]]></category>
		<category><![CDATA[Hyper-v Configuration]]></category>
		<category><![CDATA[Hyper-V Monitoring]]></category>
		<category><![CDATA[ICS]]></category>
		<category><![CDATA[Server Virtualization]]></category>
		<category><![CDATA[Server Virtualization Software]]></category>
		<category><![CDATA[Virtual Server Manager]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Virtualization in Cloud Computing]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows Server 2016]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=2907</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2015/06/Connect-Hyper-v-Machines-to-Internet-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Connect Hyper-v Machines to Internet - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/06/Connect-Hyper-v-Machines-to-Internet-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2015/06/Connect-Hyper-v-Machines-to-Internet-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2015/06/Connect-Hyper-v-Machines-to-Internet-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>In Hyper-v you can connect Hyper-v machines to Internet with two methods that I&#8217;m going to explain all step by step. This article is for those, who know the basic of Server Virtualization with Hyper-v. If you don&#8217;t know about Hyper-v Virtualization software, I recommend you to read the previews articles of Hyper-V installation and configuration posts. [&#8230;]</p>
<p>The post <a href="https://www.technig.com/connect-hyper-v-machines-to-internet/">How to Connect Hyper-V Machines to Internet?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2015/06/Connect-Hyper-v-Machines-to-Internet-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Connect Hyper-v Machines to Internet - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/06/Connect-Hyper-v-Machines-to-Internet-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2015/06/Connect-Hyper-v-Machines-to-Internet-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2015/06/Connect-Hyper-v-Machines-to-Internet-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>In Hyper-v you can connect Hyper-v machines to Internet with two methods that I&#8217;m going to explain all step by step. This article is for those, who know the basic of Server Virtualization with Hyper-v. If you don&#8217;t know about Hyper-v Virtualization software, I recommend you to read the previews articles of Hyper-V installation and configuration posts.</p>
<ul style="list-style-type: circle;">
<li><strong>Install Hyper-V:</strong> <a href="https://www.technig.com/hyper-v-beginner-guide-to-virtualization/" rel="noopener">Hyper-v Beginner: A Practical Guide to Virtualization</a>. This post shows you how to install Hyper-v on Windows client 8.1, 10 and Windows Server 2012 and Windows Server 2016.</li>
<li><strong>Configure the necessary Hyper-V settings:</strong> <a href="https://www.technig.com/essential-hyper-v-configuration/" rel="noopener">Essential Hyper-V Configuration</a>. Explain the configuration of Hyper-v for beginner to create a virtualization testing Lab.</li>
</ul>
<h2>Hyper-v Virtual Switches</h2>
<p>The virtual switch is a logical switch which connects virtual machines. Currently, Hyper-v has three different types of virtual switch which I told the preview article also.</p>
<ul style="list-style-type: circle;">
<li><strong>External: </strong>Switch is used to connect the virtual machines to external network and Internet. The virtual machines (Guest) and Host will be on the same network.</li>
<li><strong>Internal:</strong> Switch is used to create network connection between guest machines and the host.</li>
<li><strong>Private:</strong> The private switch is used to create network connection between virtual machines only.</li>
</ul>
<h2>Connect Hyper-v Machines to Internet Using External vSwitch</h2>
<p><strong>1.</strong> Create an external virtual switch in Hyper-v and then link it to the physical host network card. To create a virtual switch, open <strong>Hyper-v Manager</strong> then clicks <strong>Action</strong> and click <strong>Virtual Switches Manager</strong>.</p>
<p><figure id="attachment_2911" aria-describedby="caption-attachment-2911" style="width: 544px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/06/Hyper-v-External-Virtual-Switch-.jpg"><img loading="lazy" decoding="async" class="wp-image-2911 size-full" src="https://www.technig.com/wp-content/uploads/2015/06/Hyper-v-External-Virtual-Switch-.jpg" alt="Create Hyper-v External Virtual Switch - Technig" width="544" height="261" srcset="https://www.technig.com/wp-content/uploads/2015/06/Hyper-v-External-Virtual-Switch-.jpg 544w, https://www.technig.com/wp-content/uploads/2015/06/Hyper-v-External-Virtual-Switch--300x144.jpg 300w" sizes="(max-width: 544px) 100vw, 544px" /></a><figcaption id="caption-attachment-2911" class="wp-caption-text">Create Hyper-v External Virtual Switch &#8211; Technig</figcaption></figure></p>
<p><strong>2.</strong> From <strong>Virtual Switch Manager</strong>, select <strong>External</strong> virtual switch and click <strong>Create Virtual Switch.</strong></p>
<p><figure id="attachment_2879" aria-describedby="caption-attachment-2879" style="width: 736px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/06/Essential-Hyper-v-Configuration-External-NIC.png"><img loading="lazy" decoding="async" class="wp-image-2879 size-full" src="https://www.technig.com/wp-content/uploads/2015/06/Essential-Hyper-v-Configuration-External-NIC.png" alt="How to Connect Hyper-v Machines to Internet in Windows 10  - External NIC" width="736" height="378" srcset="https://www.technig.com/wp-content/uploads/2015/06/Essential-Hyper-v-Configuration-External-NIC.png 736w, https://www.technig.com/wp-content/uploads/2015/06/Essential-Hyper-v-Configuration-External-NIC-300x154.png 300w" sizes="(max-width: 736px) 100vw, 736px" /></a><figcaption id="caption-attachment-2879" class="wp-caption-text">How to Connect Hyper-v Machines to Internet in Windows 10  &#8211; External NIC</figcaption></figure></p>
<p><strong>3.</strong> Type a name for this virtual switch and select the exact physical network card which currently connects your host to the internet then click <strong>OK</strong> to apply the changes.</p>
<p><strong>4.</strong> Now, to connect a virtual machine to the internet just select this external virtual switch as network adapter of the virtual machine.  Let&#8217;s test it on a Windows 10 Pro.</p>
<p><figure id="attachment_2912" aria-describedby="caption-attachment-2912" style="width: 726px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/06/Connect-Hyper-v-Machines-to-Internet.jpg"><img loading="lazy" decoding="async" class="wp-image-2912 size-full" src="https://www.technig.com/wp-content/uploads/2015/06/Connect-Hyper-v-Machines-to-Internet.jpg" alt="Connect Hyper-v Machines to Internet in Windows 10" width="726" height="684" srcset="https://www.technig.com/wp-content/uploads/2015/06/Connect-Hyper-v-Machines-to-Internet.jpg 726w, https://www.technig.com/wp-content/uploads/2015/06/Connect-Hyper-v-Machines-to-Internet-300x283.jpg 300w" sizes="(max-width: 726px) 100vw, 726px" /></a><figcaption id="caption-attachment-2912" class="wp-caption-text">Connect Hyper-v Machines to Internet in Windows 10</figcaption></figure></p>
<p><strong>5.</strong> Run a virtual machine then click <strong>File</strong> and click <strong>Settings </strong>then select N<strong>etwork Adapter </strong>from Virtual Machine Settings. From right side select the external virtual switch as the virtual switch to connect hyper-v machines to internet.</p>
<p><figure id="attachment_2913" aria-describedby="caption-attachment-2913" style="width: 1040px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/06/Windows-10-Pro.jpg"><img loading="lazy" decoding="async" class="wp-image-2913 size-full" src="https://www.technig.com/wp-content/uploads/2015/06/Windows-10-Pro.jpg" alt="Connect Windows 10 Virtual Machines to Internet - Technig" width="1040" height="882" srcset="https://www.technig.com/wp-content/uploads/2015/06/Windows-10-Pro.jpg 1040w, https://www.technig.com/wp-content/uploads/2015/06/Windows-10-Pro-300x254.jpg 300w, https://www.technig.com/wp-content/uploads/2015/06/Windows-10-Pro-768x651.jpg 768w, https://www.technig.com/wp-content/uploads/2015/06/Windows-10-Pro-1024x868.jpg 1024w" sizes="(max-width: 1040px) 100vw, 1040px" /></a><figcaption id="caption-attachment-2913" class="wp-caption-text">Connect Windows 10 Virtual Machines to Internet &#8211; Technig</figcaption></figure></p>
<p>The virtual machine is successfully connected to the internet through the external virtual switch.</p>
<h2>Connect Hyper-v Machines to Internet Using ICS</h2>
<p>The second method is using Internet Connection Sharing (<a href="https://en.wikipedia.org/wiki/Internet_Connection_Sharing" rel="noopener">ICS</a>). ICS is another best practice to connect Hyper-v Machines to the internet. But in this method, you must share the original internet connection for virtual machines. So with ICS, you can connect your all private network machines to the internet. Let&#8217;s do it.</p>
<p><figure id="attachment_2914" aria-describedby="caption-attachment-2914" style="width: 736px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/06/Hyper-v-Internal-Virtual-Switch.jpg"><img loading="lazy" decoding="async" class="wp-image-2914 size-full" src="https://www.technig.com/wp-content/uploads/2015/06/Hyper-v-Internal-Virtual-Switch.jpg" alt="Configure Hyper-v Internal Virtual Switch in Windows 10 - Technig" width="736" height="694" srcset="https://www.technig.com/wp-content/uploads/2015/06/Hyper-v-Internal-Virtual-Switch.jpg 736w, https://www.technig.com/wp-content/uploads/2015/06/Hyper-v-Internal-Virtual-Switch-300x283.jpg 300w" sizes="(max-width: 736px) 100vw, 736px" /></a><figcaption id="caption-attachment-2914" class="wp-caption-text">Configure Hyper-v Internal Virtual Switch in Windows 10 &#8211; Technig</figcaption></figure></p>
<p>The process is the same as creating an external virtual switch. Open the Virtual Switch Manager and create a new one. Only select <strong>Internal</strong> instead of <strong>external</strong> the click <strong>OK</strong> to create the Internal virtual switch.</p>
<h2>Enable ICS to Host Machine</h2>
<p><strong>1.</strong> Type &#8220;<strong>ncpa.cpl</strong>&#8221; to Windows <strong>Run</strong> and press enter to go to network connections of your host machine. Then right-click the <strong>Ethernet</strong> connection which is connected to the internet then click <strong>Properties</strong>.</p>
<p><figure id="attachment_2915" aria-describedby="caption-attachment-2915" style="width: 891px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/06/Hyper-v-Internet-Connection-Sharing.jpg"><img loading="lazy" decoding="async" class="wp-image-2915 size-full" src="https://www.technig.com/wp-content/uploads/2015/06/Hyper-v-Internet-Connection-Sharing.jpg" alt="Configure Hyper-v Internet Connection Sharing - Technig" width="891" height="659" srcset="https://www.technig.com/wp-content/uploads/2015/06/Hyper-v-Internet-Connection-Sharing.jpg 891w, https://www.technig.com/wp-content/uploads/2015/06/Hyper-v-Internet-Connection-Sharing-300x222.jpg 300w, https://www.technig.com/wp-content/uploads/2015/06/Hyper-v-Internet-Connection-Sharing-768x568.jpg 768w, https://www.technig.com/wp-content/uploads/2015/06/Hyper-v-Internet-Connection-Sharing-86x64.jpg 86w" sizes="(max-width: 891px) 100vw, 891px" /></a><figcaption id="caption-attachment-2915" class="wp-caption-text">Configure Hyper-v Internet Connection Sharing &#8211; Technig</figcaption></figure></p>
<p><strong>2.</strong> On the <strong>Ethernet Properties</strong> page click <strong>Sharing</strong> tab then tick the checkbox of <strong>Allow other network users to connect through this computer&#8217;s internet connection </strong>then click<strong> OK </strong>to apply the changes.</p>
<p><strong>3.</strong> Now for your virtual machines, you should choose <strong>Internal</strong> vSwitch as a virtual switch to connect them to the internet.</p>
<p><figure id="attachment_2916" aria-describedby="caption-attachment-2916" style="width: 1002px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/06/Internet-Connection-Sharing-on-Windows-10-Pro.jpg"><img loading="lazy" decoding="async" class="wp-image-2916 size-full" src="https://www.technig.com/wp-content/uploads/2015/06/Internet-Connection-Sharing-on-Windows-10-Pro.jpg" alt="How to Configure Internet Connection Sharing on Windows 10 - Technig" width="1002" height="769" srcset="https://www.technig.com/wp-content/uploads/2015/06/Internet-Connection-Sharing-on-Windows-10-Pro.jpg 1002w, https://www.technig.com/wp-content/uploads/2015/06/Internet-Connection-Sharing-on-Windows-10-Pro-300x230.jpg 300w, https://www.technig.com/wp-content/uploads/2015/06/Internet-Connection-Sharing-on-Windows-10-Pro-768x589.jpg 768w" sizes="(max-width: 1002px) 100vw, 1002px" /></a><figcaption id="caption-attachment-2916" class="wp-caption-text">How to Configure Internet Connection Sharing on Windows 10 &#8211; Technig</figcaption></figure></p>
<p>Yes, it works fine.</p>
<p>In the environment where your internet connection is a <strong>Wi-Fi</strong> connection, you can use the second method ICS to connect Hyper-v machines to the internet.</p>
<h2>Connect Hyper-V Virtual Machine to Internet &#8211; Video</h2>
<p><iframe loading="lazy" title="How to Connect Hyper V Virtual Machine to Internet on Windows 10?" width="1170" height="658" src="https://www.youtube.com/embed/7lMSsuSn-G8?wmode=transparent&amp;rel=0&amp;feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<p><strong>OK</strong>, that&#8217;s all. Hope you enjoy this Virtualization related article to <a href="https://www.technig.com/hyper-v-beginner-guide-to-virtualization/" rel="noopener">Hyper-v beginner guide</a>.  If you have any questions, please ask us in the comment box. We will help you fix the problems fast and easy.</p>
<p>The post <a href="https://www.technig.com/connect-hyper-v-machines-to-internet/">How to Connect Hyper-V Machines to Internet?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/connect-hyper-v-machines-to-internet/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2907</post-id>	</item>
		<item>
		<title>How to Install Ubuntu Desktop on Hyper-V in Windows 10?</title>
		<link>https://www.technig.com/install-ubuntu-desktop-on-hyper-v/</link>
					<comments>https://www.technig.com/install-ubuntu-desktop-on-hyper-v/#comments</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Fri, 09 Oct 2015 19:16:51 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Hyper-v]]></category>
		<category><![CDATA[Hyper-v Configuration]]></category>
		<category><![CDATA[Install and Configure]]></category>
		<category><![CDATA[Server Virtualization Software]]></category>
		<category><![CDATA[Ubuntu Desktop]]></category>
		<category><![CDATA[Virtual Lab]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[VirtualBox Shared Folder]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=3630</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1154" height="992" src="https://www.technig.com/wp-content/uploads/2015/10/Install-Ubuntu-Desktop-on-Hyper-v.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Install Ubuntu Desktop on Hyper-v" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/10/Install-Ubuntu-Desktop-on-Hyper-v.jpg 1154w, https://www.technig.com/wp-content/uploads/2015/10/Install-Ubuntu-Desktop-on-Hyper-v-300x258.jpg 300w, https://www.technig.com/wp-content/uploads/2015/10/Install-Ubuntu-Desktop-on-Hyper-v-768x660.jpg 768w, https://www.technig.com/wp-content/uploads/2015/10/Install-Ubuntu-Desktop-on-Hyper-v-1024x880.jpg 1024w" sizes="(max-width: 1154px) 100vw, 1154px" /></div>
<p>The Linux Ubuntu Desktop comes with everything you need to run as client desktop. Install Ubuntu desktop in your organisation, school, home or enterprise network. All the essential applications, like an office suite, browsers, email and media apps come pre-installed, and thousands more games and applications are available in the Ubuntu software centre. We are [&#8230;]</p>
<p>The post <a href="https://www.technig.com/install-ubuntu-desktop-on-hyper-v/">How to Install Ubuntu Desktop on Hyper-V in Windows 10?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1154" height="992" src="https://www.technig.com/wp-content/uploads/2015/10/Install-Ubuntu-Desktop-on-Hyper-v.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Install Ubuntu Desktop on Hyper-v" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/10/Install-Ubuntu-Desktop-on-Hyper-v.jpg 1154w, https://www.technig.com/wp-content/uploads/2015/10/Install-Ubuntu-Desktop-on-Hyper-v-300x258.jpg 300w, https://www.technig.com/wp-content/uploads/2015/10/Install-Ubuntu-Desktop-on-Hyper-v-768x660.jpg 768w, https://www.technig.com/wp-content/uploads/2015/10/Install-Ubuntu-Desktop-on-Hyper-v-1024x880.jpg 1024w" sizes="(max-width: 1154px) 100vw, 1154px" /></div><p>The Linux Ubuntu Desktop comes with everything you need to run as client desktop. Install Ubuntu desktop in your organisation, school, home or enterprise network. All the essential applications, like an office suite, browsers, email and media apps come pre-installed, and thousands more games and applications are available in the Ubuntu software centre.</p>
<p>We are going to install Ubuntu desktop on Hyper-v using Windows 10. It is the best practice to test or using multiple operating systems on a computer. You need to <a href="http://www.ubuntu.com/download/desktop" rel="noopener">Download Ubuntu Desktop</a> image from Ubuntu website.</p>
<h3>Before you Begin:</h3>
<p>Before you start to install Ubuntu desktop on Hyper-v, you should know the basic knowledge of Hyper-v. If you are new with Hyper-v, read the following articles.</p>
<ul>
<li><a href="https://www.technig.com/hyper-v-beginner-guide-to-virtualization/" rel="noopener">Hyper-v Beginner: A Practical Guide to Virtualization</a>: Introduction and Installation of Hyper-v</li>
<li><a href="https://www.technig.com/essential-hyper-v-configuration/" rel="noopener">Essential Hyper-V Configuration</a>: Creating Virtual Machine and Hyper-v network configuration.</li>
<li><a href="https://www.technig.com/connect-hyper-v-machines-to-internet/" rel="noopener">How to Connect Hyper-v Machines to Internet?</a></li>
</ul>
<h2>Install Ubuntu Desktop on Hyper-v</h2>
<p>Before installing Ubuntu, <a href="https://www.technig.com/hyper-v-beginner-guide-to-virtualization/" rel="noopener">Install Hyper-v</a> feature on your Windows 10 or Windows Server. Then create a new virtual machine in Hyper-v and start the installation of Ubuntu desktop on Hyper-v virtual machine.</p>
<p><strong>1.</strong> From the <strong>Hyper-v</strong> <strong>Manager</strong> console run the Ubuntu Linux virtual machine and click the <strong>Start</strong> to run the virtual machine.</p>
<p><strong>2.</strong> On the welcome page select your language and click <strong>Install Ubuntu</strong> button. The chosen language is going to be your default operating system language. So try to choose the correct language.</p>
<p><figure id="attachment_3634" aria-describedby="caption-attachment-3634" style="width: 1154px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/10/Install-Ubuntu-Desktop-on-Hyper-v.jpg"><img loading="lazy" decoding="async" class="wp-image-3634 size-full" src="http://3.90.216.52/wp-content/uploads/2015/10/Install-Ubuntu-Desktop-on-Hyper-v.jpg" alt="Install Ubuntu Desktop on Hyper-v in Windows 10 - Technig" width="1154" height="992" srcset="https://www.technig.com/wp-content/uploads/2015/10/Install-Ubuntu-Desktop-on-Hyper-v.jpg 1154w, https://www.technig.com/wp-content/uploads/2015/10/Install-Ubuntu-Desktop-on-Hyper-v-300x258.jpg 300w, https://www.technig.com/wp-content/uploads/2015/10/Install-Ubuntu-Desktop-on-Hyper-v-768x660.jpg 768w, https://www.technig.com/wp-content/uploads/2015/10/Install-Ubuntu-Desktop-on-Hyper-v-1024x880.jpg 1024w" sizes="(max-width: 1154px) 100vw, 1154px" /></a><figcaption id="caption-attachment-3634" class="wp-caption-text">Install Ubuntu Desktop on Hyper-v in Windows 10 &#8211; Technig</figcaption></figure></p>
<p><strong>3.</strong> Click <strong>Continue</strong> on the preparing to install Ubuntu desktop. Don&#8217;t pick the Install this third-party software if they are not required.</p>
<p><figure id="attachment_3635" aria-describedby="caption-attachment-3635" style="width: 969px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/10/Preparing-to-install-Ubuntu-Desktop.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-3635" src="http://3.90.216.52/wp-content/uploads/2015/10/Preparing-to-install-Ubuntu-Desktop.jpg" alt="Preparing to install Ubuntu Desktop" width="969" height="552" srcset="https://www.technig.com/wp-content/uploads/2015/10/Preparing-to-install-Ubuntu-Desktop.jpg 969w, https://www.technig.com/wp-content/uploads/2015/10/Preparing-to-install-Ubuntu-Desktop-300x171.jpg 300w, https://www.technig.com/wp-content/uploads/2015/10/Preparing-to-install-Ubuntu-Desktop-768x437.jpg 768w" sizes="(max-width: 969px) 100vw, 969px" /></a><figcaption id="caption-attachment-3635" class="wp-caption-text">Preparing to install Ubuntu Desktop</figcaption></figure></p>
<p><strong>4.</strong> Select <strong>Erase disk and install Ubuntu</strong> and click <strong>Install Now </strong>to begin the installation.</p>
<blockquote><p><em><strong>Note:</strong> </em>this option will remove the entire disk and create a new partition in order to install the operating system. So be careful when you want to install a dual-boot Windows and Ubuntu Linux installation.</p></blockquote>
<p><figure id="attachment_3636" aria-describedby="caption-attachment-3636" style="width: 970px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/10/Ubuntu-Installation-Types.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-3636" src="http://3.90.216.52/wp-content/uploads/2015/10/Ubuntu-Installation-Types.jpg" alt="Ubuntu Installation Types" width="970" height="624" srcset="https://www.technig.com/wp-content/uploads/2015/10/Ubuntu-Installation-Types.jpg 970w, https://www.technig.com/wp-content/uploads/2015/10/Ubuntu-Installation-Types-300x193.jpg 300w, https://www.technig.com/wp-content/uploads/2015/10/Ubuntu-Installation-Types-768x494.jpg 768w, https://www.technig.com/wp-content/uploads/2015/10/Ubuntu-Installation-Types-210x136.jpg 210w" sizes="(max-width: 970px) 100vw, 970px" /></a><figcaption id="caption-attachment-3636" class="wp-caption-text">Ubuntu Installation Types</figcaption></figure></p>
<p>If you need to create more partitions, then choose something else and continue to create more partitions.</p>
<p><figure id="attachment_3637" aria-describedby="caption-attachment-3637" style="width: 884px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/10/Write-the-changes-to-disks.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-3637" src="http://3.90.216.52/wp-content/uploads/2015/10/Write-the-changes-to-disks.jpg" alt="Write the changes to disks" width="884" height="242" srcset="https://www.technig.com/wp-content/uploads/2015/10/Write-the-changes-to-disks.jpg 884w, https://www.technig.com/wp-content/uploads/2015/10/Write-the-changes-to-disks-300x82.jpg 300w, https://www.technig.com/wp-content/uploads/2015/10/Write-the-changes-to-disks-768x210.jpg 768w" sizes="(max-width: 884px) 100vw, 884px" /></a><figcaption id="caption-attachment-3637" class="wp-caption-text">Write the changes to disks</figcaption></figure></p>
<p><strong>5.</strong> When you click the <strong>Install now</strong> button, it prompts that do you write the changes to disk? Click <strong>Continue</strong> to accept and apply the partition changes.</p>
<p><figure id="attachment_3638" aria-describedby="caption-attachment-3638" style="width: 971px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/10/Where-are-you-from.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-3638" src="http://3.90.216.52/wp-content/uploads/2015/10/Where-are-you-from.jpg" alt="Where are you from" width="971" height="622" srcset="https://www.technig.com/wp-content/uploads/2015/10/Where-are-you-from.jpg 971w, https://www.technig.com/wp-content/uploads/2015/10/Where-are-you-from-300x192.jpg 300w, https://www.technig.com/wp-content/uploads/2015/10/Where-are-you-from-768x492.jpg 768w, https://www.technig.com/wp-content/uploads/2015/10/Where-are-you-from-210x136.jpg 210w" sizes="(max-width: 971px) 100vw, 971px" /></a><figcaption id="caption-attachment-3638" class="wp-caption-text">Where are you from</figcaption></figure></p>
<p><strong>6.</strong> When ask you <strong>where are you?</strong> Just select your location and click <strong>Continue</strong>.</p>
<p><figure id="attachment_3639" aria-describedby="caption-attachment-3639" style="width: 971px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/10/Ubuntu-Keyboard-Layout.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-3639" src="http://3.90.216.52/wp-content/uploads/2015/10/Ubuntu-Keyboard-Layout.jpg" alt="Ubuntu Keyboard Layout" width="971" height="623" srcset="https://www.technig.com/wp-content/uploads/2015/10/Ubuntu-Keyboard-Layout.jpg 971w, https://www.technig.com/wp-content/uploads/2015/10/Ubuntu-Keyboard-Layout-300x192.jpg 300w, https://www.technig.com/wp-content/uploads/2015/10/Ubuntu-Keyboard-Layout-768x493.jpg 768w, https://www.technig.com/wp-content/uploads/2015/10/Ubuntu-Keyboard-Layout-210x136.jpg 210w" sizes="(max-width: 971px) 100vw, 971px" /></a><figcaption id="caption-attachment-3639" class="wp-caption-text">Ubuntu Keyboard Layout</figcaption></figure></p>
<p><strong>7.</strong> Choose the language and keyboard layout and click <strong>Continue</strong>. This language will be the standard language for the keyboard. You can change the keyboard language later also.</p>
<p><figure id="attachment_3640" aria-describedby="caption-attachment-3640" style="width: 969px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/10/Who-are-you.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-3640" src="http://3.90.216.52/wp-content/uploads/2015/10/Who-are-you.jpg" alt="Who are you" width="969" height="624" srcset="https://www.technig.com/wp-content/uploads/2015/10/Who-are-you.jpg 969w, https://www.technig.com/wp-content/uploads/2015/10/Who-are-you-300x193.jpg 300w, https://www.technig.com/wp-content/uploads/2015/10/Who-are-you-768x495.jpg 768w, https://www.technig.com/wp-content/uploads/2015/10/Who-are-you-210x136.jpg 210w" sizes="(max-width: 969px) 100vw, 969px" /></a><figcaption id="caption-attachment-3640" class="wp-caption-text">Who are you</figcaption></figure></p>
<p><strong>8.</strong> To create a user account, type your name, computer name, username and password then click <strong>Continue</strong> to begin the installation.</p>
<p><figure id="attachment_3642" aria-describedby="caption-attachment-3642" style="width: 756px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/10/Ubuntu-Installation-Process.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-3642" src="http://3.90.216.52/wp-content/uploads/2015/10/Ubuntu-Installation-Process.jpg" alt="Ubuntu Installation Process" width="756" height="555" srcset="https://www.technig.com/wp-content/uploads/2015/10/Ubuntu-Installation-Process.jpg 756w, https://www.technig.com/wp-content/uploads/2015/10/Ubuntu-Installation-Process-300x220.jpg 300w, https://www.technig.com/wp-content/uploads/2015/10/Ubuntu-Installation-Process-86x64.jpg 86w" sizes="(max-width: 756px) 100vw, 756px" /></a><figcaption id="caption-attachment-3642" class="wp-caption-text">Ubuntu Installation Process</figcaption></figure></p>
<p><strong>9.</strong> Do nothing, let the Ubuntu installation process will finish successfully. When the installation has completed, then click <strong>Restart Now</strong> to restart the virtual machine.</p>
<p><figure id="attachment_3645" aria-describedby="caption-attachment-3645" style="width: 739px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/10/Ubuntu-Installation-Complete.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-3645" src="http://3.90.216.52/wp-content/uploads/2015/10/Ubuntu-Installation-Complete.jpg" alt="Ubuntu Installation Complete" width="739" height="150" srcset="https://www.technig.com/wp-content/uploads/2015/10/Ubuntu-Installation-Complete.jpg 739w, https://www.technig.com/wp-content/uploads/2015/10/Ubuntu-Installation-Complete-300x61.jpg 300w" sizes="(max-width: 739px) 100vw, 739px" /></a><figcaption id="caption-attachment-3645" class="wp-caption-text">Ubuntu Installation Complete</figcaption></figure></p>
<p><strong>10.</strong> Now on the login page type the password and login to Ubuntu desktop virtual machine.</p>
<p><figure id="attachment_3646" aria-describedby="caption-attachment-3646" style="width: 923px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/10/Ubuntu-Login-Password.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-3646" src="http://3.90.216.52/wp-content/uploads/2015/10/Ubuntu-Login-Password.jpg" alt="Ubuntu Login Password" width="923" height="215" srcset="https://www.technig.com/wp-content/uploads/2015/10/Ubuntu-Login-Password.jpg 923w, https://www.technig.com/wp-content/uploads/2015/10/Ubuntu-Login-Password-300x70.jpg 300w, https://www.technig.com/wp-content/uploads/2015/10/Ubuntu-Login-Password-768x179.jpg 768w" sizes="(max-width: 923px) 100vw, 923px" /></a><figcaption id="caption-attachment-3646" class="wp-caption-text">Ubuntu Login Password</figcaption></figure></p>
<p>Finally, welcome to the Linux Ubuntu desktop as Hyper-v virtual machine in Windows 10.</p>
<p><figure id="attachment_3647" aria-describedby="caption-attachment-3647" style="width: 1148px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/10/Linux-Ubuntu-Desktop-15-4.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-3647" src="http://3.90.216.52/wp-content/uploads/2015/10/Linux-Ubuntu-Desktop-15-4.jpg" alt="Linux Ubuntu Desktop 15 4" width="1148" height="863" srcset="https://www.technig.com/wp-content/uploads/2015/10/Linux-Ubuntu-Desktop-15-4.jpg 1148w, https://www.technig.com/wp-content/uploads/2015/10/Linux-Ubuntu-Desktop-15-4-300x226.jpg 300w, https://www.technig.com/wp-content/uploads/2015/10/Linux-Ubuntu-Desktop-15-4-768x577.jpg 768w, https://www.technig.com/wp-content/uploads/2015/10/Linux-Ubuntu-Desktop-15-4-1024x770.jpg 1024w, https://www.technig.com/wp-content/uploads/2015/10/Linux-Ubuntu-Desktop-15-4-86x64.jpg 86w" sizes="(max-width: 1148px) 100vw, 1148px" /></a><figcaption id="caption-attachment-3647" class="wp-caption-text">Linux Ubuntu Desktop 15 4</figcaption></figure></p>
<p>OK, that&#8217;s all about installing Linux Ubuntu Desktop on Hyper-v in Windows 10. If you have any question or suggestion about website, articles, services, please comment us.</p>
<p>The post <a href="https://www.technig.com/install-ubuntu-desktop-on-hyper-v/">How to Install Ubuntu Desktop on Hyper-V in Windows 10?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/install-ubuntu-desktop-on-hyper-v/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3630</post-id>	</item>
	</channel>
</rss>
