
<?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>Virtual Machine Archives - TECHNIG</title>
	<atom:link href="https://www.technig.com/tag/virtual-machine/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technig.com/tag/virtual-machine/amp/</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>Virtual Machine Archives - TECHNIG</title>
	<link>https://www.technig.com/tag/virtual-machine/amp/</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>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 Install VMware Tools Correctly in Ubuntu Linux?</title>
		<link>https://www.technig.com/install-vmware-tools-correctly-ubuntu-linux/</link>
					<comments>https://www.technig.com/install-vmware-tools-correctly-ubuntu-linux/#respond</comments>
		
		<dc:creator><![CDATA[Shams]]></dc:creator>
		<pubDate>Tue, 29 Aug 2017 08:03:50 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[How to Fix]]></category>
		<category><![CDATA[Kali Linux and Windows]]></category>
		<category><![CDATA[Ubuntu Desktop]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[VMware Tools]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=10396</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-on-Linux-Ubuntu-Technig.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Install VMware tools on Linux Ubuntu - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-on-Linux-Ubuntu-Technig.png 840w, https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-on-Linux-Ubuntu-Technig-300x150.png 300w, https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-on-Linux-Ubuntu-Technig-768x384.png 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>Linux desktop and server virtualization configuration on VMware is a hot topic of networking and cloud computing. You have installed a Linux on your virtualized lab but not work perfectly. After installing Linux on a VMware, you need to install VMware tools correctly to integrate virtual machine with the host system. VMware tools are a [&#8230;]</p>
<p>The post <a href="https://www.technig.com/install-vmware-tools-correctly-ubuntu-linux/">How to Install VMware Tools Correctly in Ubuntu Linux?</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/08/Install-VMware-tools-on-Linux-Ubuntu-Technig.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Install VMware tools on Linux Ubuntu - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-on-Linux-Ubuntu-Technig.png 840w, https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-on-Linux-Ubuntu-Technig-300x150.png 300w, https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-on-Linux-Ubuntu-Technig-768x384.png 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>Linux desktop and server virtualization configuration on VMware is a hot topic of networking and cloud computing. You have installed a Linux on your virtualized lab but not work perfectly. After installing Linux on a VMware, you need to install VMware tools correctly to integrate virtual machine with the host system. VMware tools are a suite of utilities that enhance the performance of the virtual machines guest operating system and improves the management of the virtual machine. Without VMware Tools installed in your guest operating system, guest performance lacks important functionality.</p>
<p><strong>Installing VMware Tools eliminates or improves these issues:</strong></p>
<ul style="list-style-type: circle;">
<li>Low video resolution.</li>
<li>Inadequate colour depth.</li>
<li>Incorrect display of network speed.</li>
<li>Restricted movement of the mouse.</li>
<li>Inability to copy and paste and drag-and-drop files.</li>
<li>Missing sound.</li>
<li>Provides the ability to take quiesced snapshots of the guest OS.</li>
<li>Synchronizes the time in the guest operating system with the time on the host.</li>
</ul>
<p><strong>VMware Tools includes these components:</strong></p>
<ul style="list-style-type: circle;">
<li>The VMware Tools service.</li>
<li>VMware device drivers.</li>
<li>The VMware user process.</li>
<li>VMware Tools control panel.</li>
</ul>
<p>Read more about VMware Tools features and functionalities on <a href="https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=340" target="_blank" rel="noopener noreferrer">overview of VMware tools</a>.</p>
<h1><a href="https://ikb.vmware.com/contactcenter/authoring/null" name="Installing"></a>Install VMware Tools Correctly on Ubuntu Linux</h1>
<p>The steps to install VMware Tools vary depending on the VMware product and the guest operating system you have installed. In this post, we are going to install VMware tools correctly on Linux Ubuntu using VMware workstation. The host system is a Windows 10.</p>
<p><strong>1.</strong> Right-click the Ubuntu virtual machine on VMware workstation then click <strong>Install VMware Tools</strong> to mount the VMware tools to DVD Rom.</p>
<p><figure id="attachment_10398" aria-describedby="caption-attachment-10398" style="width: 493px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/08/Easy-Install-VMware-Tools-on-Ubuntu-Linux.png"><img loading="lazy" decoding="async" class="wp-image-10398 size-full" src="https://www.technig.com/wp-content/uploads/2017/08/Easy-Install-VMware-Tools-on-Ubuntu-Linux.png" alt="Easy Install VMware Tools on Ubuntu Linux" width="493" height="327" srcset="https://www.technig.com/wp-content/uploads/2017/08/Easy-Install-VMware-Tools-on-Ubuntu-Linux.png 493w, https://www.technig.com/wp-content/uploads/2017/08/Easy-Install-VMware-Tools-on-Ubuntu-Linux-300x199.png 300w" sizes="(max-width: 493px) 100vw, 493px" /></a><figcaption id="caption-attachment-10398" class="wp-caption-text">Easy Install VMware Tools on Ubuntu Linux</figcaption></figure></p>
<p><strong>2.</strong> Open the <strong>DVD</strong> on the Ubuntu sidebar and copy the <strong>VMware-tools-distrib</strong> from inside the <strong>VMwareTools***tar.gz</strong> compressed file to the desktop.</p>
<p><figure id="attachment_10399" aria-describedby="caption-attachment-10399" style="width: 1040px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-Correctly-on-Ubuntu-Linux.jpg"><img loading="lazy" decoding="async" class="wp-image-10399 size-full" src="https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-Correctly-on-Ubuntu-Linux.jpg" alt="Install VMware tools Correctly on Ubuntu Linux" width="1040" height="650" srcset="https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-Correctly-on-Ubuntu-Linux.jpg 1040w, https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-Correctly-on-Ubuntu-Linux-300x188.jpg 300w, https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-Correctly-on-Ubuntu-Linux-768x480.jpg 768w, https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-Correctly-on-Ubuntu-Linux-1024x640.jpg 1024w" sizes="(max-width: 1040px) 100vw, 1040px" /></a><figcaption id="caption-attachment-10399" class="wp-caption-text">Install VMware tools Correctly on Ubuntu Linux</figcaption></figure></p>
<p><strong>3.</strong> Now, run the terminal command line and navigate to VMware folder on the desktop. Type &#8220;<strong>cd Desktop</strong>&#8221; to go to the desktop directory, then type &#8220;<strong>ls</strong>&#8221; to see what you have on your desktop. Navigate to VMware tools folder with &#8220;<strong>cd</strong>&#8221; (change directory) command.</p>
<p><figure id="attachment_10403" aria-describedby="caption-attachment-10403" style="width: 647px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-on-Ubuntu-Linux-Technig.png"><img loading="lazy" decoding="async" class="wp-image-10403 size-full" src="https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-on-Ubuntu-Linux-Technig.png" alt="Install VMware tools on Ubuntu Linux - Technig" width="647" height="135" srcset="https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-on-Ubuntu-Linux-Technig.png 647w, https://www.technig.com/wp-content/uploads/2017/08/Install-VMware-tools-on-Ubuntu-Linux-Technig-300x63.png 300w" sizes="(max-width: 647px) 100vw, 647px" /></a><figcaption id="caption-attachment-10403" class="wp-caption-text">Install VMware Tools on Ubuntu Linux &#8211; Technig</figcaption></figure></p>
<p><strong>4.</strong> Finally, type the &#8220;<strong>sudo ./vmware-install.pl -d</strong>&#8221; command to start VMware tools installation. When the installation has been finished, once restart your system to apply the changes.</p>
<p><figure id="attachment_10404" aria-describedby="caption-attachment-10404" style="width: 792px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/08/Install-vmware-install.pl-on-Ubnutu-Linux.png"><img loading="lazy" decoding="async" class="wp-image-10404 size-full" src="https://www.technig.com/wp-content/uploads/2017/08/Install-vmware-install.pl-on-Ubnutu-Linux.png" alt="Install vmware-install.pl on Ubnutu Linux" width="792" height="194" srcset="https://www.technig.com/wp-content/uploads/2017/08/Install-vmware-install.pl-on-Ubnutu-Linux.png 792w, https://www.technig.com/wp-content/uploads/2017/08/Install-vmware-install.pl-on-Ubnutu-Linux-300x73.png 300w, https://www.technig.com/wp-content/uploads/2017/08/Install-vmware-install.pl-on-Ubnutu-Linux-768x188.png 768w" sizes="(max-width: 792px) 100vw, 792px" /></a><figcaption id="caption-attachment-10404" class="wp-caption-text">Install VMware-install.pl on Ubuntu Linux</figcaption></figure></p>
<p><strong>5.</strong> Check the final reports whether the installation finished successfully or not. If you experience issues when installing VMware Tools, comment us for troubleshooting help.</p>
<p><figure id="attachment_10405" aria-describedby="caption-attachment-10405" style="width: 707px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/08/VMvare-tools-installed-seccessfully-on-Ubutnu-virtual-machine-Technig.png"><img loading="lazy" decoding="async" class="wp-image-10405 size-full" src="https://www.technig.com/wp-content/uploads/2017/08/VMvare-tools-installed-seccessfully-on-Ubutnu-virtual-machine-Technig.png" alt="VMware tools installed successfully on Ubuntu virtual machine - Technig" width="707" height="365" srcset="https://www.technig.com/wp-content/uploads/2017/08/VMvare-tools-installed-seccessfully-on-Ubutnu-virtual-machine-Technig.png 707w, https://www.technig.com/wp-content/uploads/2017/08/VMvare-tools-installed-seccessfully-on-Ubutnu-virtual-machine-Technig-300x155.png 300w" sizes="(max-width: 707px) 100vw, 707px" /></a><figcaption id="caption-attachment-10405" class="wp-caption-text">VMware tools installed successfully on Ubuntu virtual machine &#8211; Technig</figcaption></figure></p>
<p><strong>Additional Information:</strong></p>
<p>The VMware Tools are normally bundled with VMware products as well as security updates when applicable. As of VMware Tools version, customers also have the option to download from My VMware. Two different downloadable archives are presented, one for recent guest Operating System releases and another that covers older, legacy guest operating system versions. VMware Tools are typically forward and backward compatible with several product releases. For more information, see VMware Compatibility Guide.</p>
<p>The post <a href="https://www.technig.com/install-vmware-tools-correctly-ubuntu-linux/">How to Install VMware Tools Correctly in Ubuntu Linux?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/install-vmware-tools-correctly-ubuntu-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10396</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>
		<item>
		<title>How to Create a Virtual Machine in VMWare?</title>
		<link>https://www.technig.com/create-a-virtual-machine-in-vmware/</link>
					<comments>https://www.technig.com/create-a-virtual-machine-in-vmware/#comments</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Tue, 17 Mar 2015 17:37:16 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Guest OS]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMWare]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=1844</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2015/03/How-to-Create-a-Virtual-Machine-in-VMWare.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Create a Virtual Machine in VMWare" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/03/How-to-Create-a-Virtual-Machine-in-VMWare.jpg 840w, https://www.technig.com/wp-content/uploads/2015/03/How-to-Create-a-Virtual-Machine-in-VMWare-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2015/03/How-to-Create-a-Virtual-Machine-in-VMWare-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>Let&#8217;s Create a virtual Machine in VMWare. In the previews article we talk about choosing a software for Virtualization and training lab. You can read the article form &#8220;Set Up A Penetration Testing Lab for Hackers&#8220;.  But know we must configure our lab, installing software and Operating system. Before all we need to create a [&#8230;]</p>
<p>The post <a href="https://www.technig.com/create-a-virtual-machine-in-vmware/">How to Create a Virtual Machine in VMWare?</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/03/How-to-Create-a-Virtual-Machine-in-VMWare.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Create a Virtual Machine in VMWare" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/03/How-to-Create-a-Virtual-Machine-in-VMWare.jpg 840w, https://www.technig.com/wp-content/uploads/2015/03/How-to-Create-a-Virtual-Machine-in-VMWare-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2015/03/How-to-Create-a-Virtual-Machine-in-VMWare-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>Let&#8217;s Create a virtual Machine in <a href="https://www.technig.com/vmware" target="_blank" rel="noopener noreferrer">VMWare</a>. In the previews article we talk about <a href="https://www.technig.com/set-up-a-penetration-testing-lab/" target="_blank" rel="noopener noreferrer">choosing a software</a> for <a href="https://en.wikipedia.org/wiki/Virtualization" target="_blank" rel="noopener noreferrer">Virtualization</a> and training lab. You can read the article form &#8220;<a href="https://www.technig.com/set-up-a-penetration-testing-lab/" target="_blank" rel="noopener noreferrer">Set Up A Penetration Testing Lab for Hackers</a>&#8220;.  But know we must configure our lab, installing software and Operating system. Before all we need to create a virtual machine.</p>
<p>A virtual machine is the real simulated machine which let us install an operating system, like Linux, Windows or Mac OS. Later we can connect virtual machines with each other, in order to create a Local Area Network (LAN). For those who are familiar with such an environment, configuring and manipulating of these software are easy, but for newbies it is a bit difficult.</p>
<h3>Create A Virtual Machine in VMWare</h3>
<p>I assume that you have download and installed VMWare on your computer successfully and ready for first step creating a new virtual machine. Open the <strong>VMWare</strong> and click <strong>Create a New Virtual Machine</strong>.</p>
<p><figure id="attachment_1856" aria-describedby="caption-attachment-1856" style="width: 833px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/03/Create-a-Virtual-Machine-in-VMWare.jpg"><img loading="lazy" decoding="async" class="wp-image-1856 size-full" src="https://www.technig.com/wp-content/uploads/2015/03/Create-a-Virtual-Machine-in-VMWare.jpg" alt="Create a Virtual Machine in VMWare" width="833" height="379" srcset="https://www.technig.com/wp-content/uploads/2015/03/Create-a-Virtual-Machine-in-VMWare.jpg 833w, https://www.technig.com/wp-content/uploads/2015/03/Create-a-Virtual-Machine-in-VMWare-300x136.jpg 300w, https://www.technig.com/wp-content/uploads/2015/03/Create-a-Virtual-Machine-in-VMWare-768x349.jpg 768w" sizes="(max-width: 833px) 100vw, 833px" /></a><figcaption id="caption-attachment-1856" class="wp-caption-text">Create a Virtual Machine in VMWare</figcaption></figure></p>
<p>If the home page is not opened, click <strong>Go to Home Tab</strong> from <strong>Tabs</strong> menu.</p>
<p><figure id="attachment_1848" aria-describedby="caption-attachment-1848" style="width: 443px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/03/New-Virtual-Machine-Vizard.jpg"><img loading="lazy" decoding="async" class="wp-image-1848 size-full" src="https://www.technig.com/wp-content/uploads/2015/03/New-Virtual-Machine-Vizard.jpg" alt="New Virtual Machine Wizard" width="443" height="402" srcset="https://www.technig.com/wp-content/uploads/2015/03/New-Virtual-Machine-Vizard.jpg 443w, https://www.technig.com/wp-content/uploads/2015/03/New-Virtual-Machine-Vizard-300x272.jpg 300w" sizes="(max-width: 443px) 100vw, 443px" /></a><figcaption id="caption-attachment-1848" class="wp-caption-text">New Virtual Machine Wizard</figcaption></figure></p>
<p>Now on the <strong>New Virtual Machine Wizard</strong> page select typical (recommended) and click <strong>Next</strong>.  The typical will automatically  configure some prerequisite settings of a virtual machine.<a href="http://3.90.216.52/wp-content/uploads/2015/03/Ready-to-Create-Virtual-Machine.jpg"><br />
</a></p>
<p><figure id="attachment_1851" aria-describedby="caption-attachment-1851" style="width: 432px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/03/Guest-Operating-System-Installation.jpg"><img loading="lazy" decoding="async" class="wp-image-1851 size-full" src="https://www.technig.com/wp-content/uploads/2015/03/Guest-Operating-System-Installation.jpg" alt="Guest Operating System Installation" width="432" height="392" srcset="https://www.technig.com/wp-content/uploads/2015/03/Guest-Operating-System-Installation.jpg 432w, https://www.technig.com/wp-content/uploads/2015/03/Guest-Operating-System-Installation-300x272.jpg 300w" sizes="(max-width: 432px) 100vw, 432px" /></a><figcaption id="caption-attachment-1851" class="wp-caption-text">Guest Operating System Installation</figcaption></figure></p>
<p>On the <strong>Guest Operating System Installation</strong> page, click <strong>Browse</strong> and select the image&#8217;s of Operating system you need to install it. Here I have chosen Windows 10 for testing. I&#8217;m not going to install it, but if you want to learn the installation of Windows OS, read the article &#8220;<a href="https://www.technig.com/how-to-install-windows-server-2012-r2-step-by-step/" target="_blank" rel="noopener noreferrer">Install Windows Server 2012 R2 Step by Step</a>&#8220;. This is Windows Server 2012 R2, but the installation process is the same as Windows client.</p>
<p><figure id="attachment_1852" aria-describedby="caption-attachment-1852" style="width: 432px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/03/Name-the-Virtual-Machine.jpg"><img loading="lazy" decoding="async" class="wp-image-1852 size-full" src="https://www.technig.com/wp-content/uploads/2015/03/Name-the-Virtual-Machine.jpg" alt="Name the Virtual Machine" width="432" height="392" srcset="https://www.technig.com/wp-content/uploads/2015/03/Name-the-Virtual-Machine.jpg 432w, https://www.technig.com/wp-content/uploads/2015/03/Name-the-Virtual-Machine-300x272.jpg 300w" sizes="(max-width: 432px) 100vw, 432px" /></a><figcaption id="caption-attachment-1852" class="wp-caption-text">Name the Virtual Machine</figcaption></figure></p>
<p>So name the new virtual machine and select the location where you want to store the vhd and configuration files of the machine. It is important to create a new folder for each new virtual machine and keep it away from host system drive. Don? so click <strong>Next</strong>.</p>
<p><figure id="attachment_1850" aria-describedby="caption-attachment-1850" style="width: 432px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/03/Specify-Disk-Capacity.jpg"><img loading="lazy" decoding="async" class="wp-image-1850 size-full" src="https://www.technig.com/wp-content/uploads/2015/03/Specify-Disk-Capacity.jpg" alt="Specify Disk Capacity" width="432" height="392" srcset="https://www.technig.com/wp-content/uploads/2015/03/Specify-Disk-Capacity.jpg 432w, https://www.technig.com/wp-content/uploads/2015/03/Specify-Disk-Capacity-300x272.jpg 300w" sizes="(max-width: 432px) 100vw, 432px" /></a><figcaption id="caption-attachment-1850" class="wp-caption-text">Specify Disk Capacity</figcaption></figure></p>
<p>Now specify the disk capacity. By default 60 GB is selected for new machine, but you can decrees or increase it. 60 GB is recommended for Windows 10 x65 bit, for a Linux OS 10 to 20 GB is pretty enough and no need more if you don&#8217;t keep files. Don?    So Select <strong>Store virtual disk as single file</strong> and click <strong>Next</strong>.</p>
<p><figure id="attachment_1849" aria-describedby="caption-attachment-1849" style="width: 432px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/03/Ready-to-Create-Virtual-Machine.jpg"><img loading="lazy" decoding="async" class="wp-image-1849 size-full" src="https://www.technig.com/wp-content/uploads/2015/03/Ready-to-Create-Virtual-Machine.jpg" alt="Ready to Create Virtual Machine" width="432" height="392" srcset="https://www.technig.com/wp-content/uploads/2015/03/Ready-to-Create-Virtual-Machine.jpg 432w, https://www.technig.com/wp-content/uploads/2015/03/Ready-to-Create-Virtual-Machine-300x272.jpg 300w" sizes="(max-width: 432px) 100vw, 432px" /></a><figcaption id="caption-attachment-1849" class="wp-caption-text">Ready to Create Virtual Machine</figcaption></figure></p>
<p>Finally click <strong>Finish, </strong>the system will create then going to power on the machine. The new created machine will start the OS installation if the <strong>Power on this virtual machine after creation</strong> has been checked. So I don&#8217;t want to install it now.</p>
<p><figure id="attachment_1853" aria-describedby="caption-attachment-1853" style="width: 414px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/03/Creating-Disk-in-VMWare.jpg"><img loading="lazy" decoding="async" class="wp-image-1853 size-full" src="https://www.technig.com/wp-content/uploads/2015/03/Creating-Disk-in-VMWare.jpg" alt="Creating Disk in VMWare" width="414" height="117" srcset="https://www.technig.com/wp-content/uploads/2015/03/Creating-Disk-in-VMWare.jpg 414w, https://www.technig.com/wp-content/uploads/2015/03/Creating-Disk-in-VMWare-300x85.jpg 300w" sizes="(max-width: 414px) 100vw, 414px" /></a><figcaption id="caption-attachment-1853" class="wp-caption-text">Creating Disk in VMWare</figcaption></figure></p>
<p>The creating disk might take time while you are creating a new machine.</p>
<p><figure id="attachment_1854" aria-describedby="caption-attachment-1854" style="width: 1280px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/03/Technig-Penetration-Testing-Lab.jpg"><img loading="lazy" decoding="async" class="wp-image-1854 size-full" src="https://www.technig.com/wp-content/uploads/2015/03/Technig-Penetration-Testing-Lab.jpg" alt="Technig Penetration Testing Lab" width="1280" height="928" srcset="https://www.technig.com/wp-content/uploads/2015/03/Technig-Penetration-Testing-Lab.jpg 1280w, https://www.technig.com/wp-content/uploads/2015/03/Technig-Penetration-Testing-Lab-300x218.jpg 300w, https://www.technig.com/wp-content/uploads/2015/03/Technig-Penetration-Testing-Lab-768x557.jpg 768w, https://www.technig.com/wp-content/uploads/2015/03/Technig-Penetration-Testing-Lab-1024x742.jpg 1024w" sizes="(max-width: 1280px) 100vw, 1280px" /></a><figcaption id="caption-attachment-1854" class="wp-caption-text">Technig Penetration Testing Lab</figcaption></figure></p>
<p>You see the new machine Windows 10 x64 on my Virtual lab. That&#8217;s it, click Power one this virtual machine to start your new machine and install OS.</p>
<p>You must create a few more machine in order to completely create a virtual machine. Each machine need space and RAM. To edit a machine settings, click <strong>Edit virtual machine settings</strong> or right click virtual machine and select <strong>Settings</strong>.</p>
<p><figure id="attachment_1855" aria-describedby="caption-attachment-1855" style="width: 694px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/03/Virtual-Machine-Settings.jpg"><img loading="lazy" decoding="async" class="wp-image-1855 size-full" src="https://www.technig.com/wp-content/uploads/2015/03/Virtual-Machine-Settings.jpg" alt="Virtual Machine Settings" width="694" height="621" srcset="https://www.technig.com/wp-content/uploads/2015/03/Virtual-Machine-Settings.jpg 694w, https://www.technig.com/wp-content/uploads/2015/03/Virtual-Machine-Settings-300x268.jpg 300w" sizes="(max-width: 694px) 100vw, 694px" /></a><figcaption id="caption-attachment-1855" class="wp-caption-text">Virtual Machine Settings</figcaption></figure></p>
<p>You can specify more RAM, Hard disk, Network card, and even processor.  You may need to install Kali Linux on VMware &#8220;<a href="https://www.technig.com/how-to-install-dual-boot-windows-and-kali-linux/" target="_blank" rel="noopener noreferrer">How to Install Kali Linux on VMWare?</a>&#8221; article.</p>
<p>Hop you can create your lab and new virtual machine at your home with out any problems. If it issue any problems, ask through comments and we would like to help you soon.</p>
<p>The post <a href="https://www.technig.com/create-a-virtual-machine-in-vmware/">How to Create a Virtual Machine in VMWare?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/create-a-virtual-machine-in-vmware/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1844</post-id>	</item>
	</channel>
</rss>
