Instructions for activating virtual machines on Windows 11
Virtual Machine on Windows 11 will support users to run an operating system other than Windows right on your computer. Then we can install and use software and applications on the virtual machine without affecting the main system in use. Below are instructions for activating the virtual machine on Windows 11.
How to enable Windows 11 virtual machine via Settings
Step 1:
You open the Settings interface on your computer, then click on System and look to the side, select Advanced to open advanced settings on your computer.
Step 2:
Next, click on Virtual Workspaces to launch the virtual machine on Windows 11.
Step 3:
Next, you need to activate Virtual Machine Platform to turn on the virtual machine on Windows 11.
How to turn on Windows 11 virtual machine via Control Panel
Step 1:
Type Turn Windows features on or off into the search bar and then click on the result.
Step 2:
Switch to the new interface, click on Virtual Machine Platform to turn on the virtual machine on Windows 11.
After rebooting, Hyper-V will be enabled, allowing you to create virtual machines and run multiple operating systems.
Activate virtual machine from Command Prompt Windows 11
We need to open Command Prompt with Admin rights, then you enter the command below to launch the virtual machine.
DISM /Online /Enable-Feature /FeatureName:"VirtualMachinePlatform"
If you want to turn off the virtual machine enter the command below.
DISM /Online /Disable-Feature /FeatureName:"VirtualMachinePlatform"
Power on virtual machine via Windows PowerShell
We also need to open PowerShell with Admin rights and then enter the command below.
Enable-WindowsOptionalFeature -Online -FeatureName "VirtualMachinePlatform"
To cancel virtual machine mode, enter the command:
Disable-WindowsOptionalFeature -Online -FeatureName "VirtualMachinePlatform"
You should read it
- How to Tune a Java Virtual Machine (JVM)
- Steps to install windows 11 on virtual machine, how to install windows 11 on VMware
- How to create a Windows 10 virtual machine with VMware Player and VirtualBox
- How to set up a Windows virtual machine in Linux
- Stealing virtual machines and virtual machine data
- Why You Should Have a Virtual Machine in Hand
- Create clone virtual machine for current Windows hard drive
- Monitor Hyper-V with the command line (Part 3): Check virtual machine status
May be interested
- Instructions for creating virtual machines with VirtualBox quickly and easilyvirtual machines help users experience other operating systems without having to install them directly on a real machine. a typical example is virtualbox, a software that supports multiple platforms such as windows, linux, and macos.
- How to rename Hyper-V virtual machines using PowerShell and Hyper-V Managersometimes when you create a hyper-v virtual machine, you must give it a name and sometimes the naming is incorrect or simply you no longer want to use that name. this article will provide three methods to rename a hyper-v virtual machine to your liking.
- Instructions on how to fix 'The VMware Authorization Service is not running'simply put, vmware workstation is a computer software that supports users to run multiple operating systems (os) at the same time, including windows xp, windows 7, windows 8, redhat, and several other operating systems.
- Create a virtual hard drive, turn the real machine into a virtual machine with Disk2vhdtoday we will look at disk2vhd as a simple solution to create virtual drives that convert real windows machines into virtual machines.
- Instructions for installing Hyper-Vto install hyper-v, open the server manager tool and click the add roles link. next, in the select server roles dialog box, click on the hyper-v role. at this point, follow the step-by-step instructions to install hyper-v on the server.
- Back up virtual machines with Windows Server 2008 R2 and Hyper-Vin this article we will not cover the basic principles of backing up virtual machines, instead we want to focus on backup methods using windows server backup.
- Instructions for activating and customizing virtual Touchpad on Windows 10the virtual touchpad is used as a physical touchpad (regular touchpad) on the windows operating system, and supports all the features available as physical touchpad. it can be said that virtual touchpad is a useful feature in some cases when users connect to external monitors (external monitors). with the virtual touchpad feature built into the operating system, users can easily activate and use the virtual touchpad on windows 10 without having to install any 3rd party software or applications.
- How to create a virtual machine in Windows Server 2012in this article, we will look at how to create a virtual machine. first, you need to open the hyper-v manager and then follow the steps below.
- Instructions for installing Windows 10 in VMware Workstation virtual machinethere are currently ways to download windows 10 iso files directly from microsoft, so how to install and test this windows 10 version in a virtual machine? are the steps similar to previous windows versions? please continue reading the lower part of the article!
- 6 useful VirtualBox commands to manage virtual machinesall virtualbox installations come with the command line tool vboxmanage, a powerful and flexible utility for managing virtual machines.