Setting Up a Windows 11 VM
A virtual machine(VM) is the virtualization or emulation of a computer system. It’s a way to run a computer system such as windows or linux. You can use this to test new/other features, software, configurations, etc.
VM software that is used to emulate other computer systems are VMWare Workstation Player (Free version), VMWare Workstation Pro (Paid version), or Virtualbox. I have VMWare Workstation Pro but Player works just as well. You can go with either VMWare or Virtualbox, both work and it just comes down to personal preference on the application and what you’re use to. There’s minor differences between the two for most end users.
Obviously your setup may differ depending on your system specs. I typically go with 4GB(4096 MB) of RAM per VM, 2 processors and 2 cores per processor but I have a bit beefier machine. If you need to, you can start with 4 or 8GB of RAM and 2 processors and 2 core per processor, for the install so it goes faster then drop it down to 2 or 4GB of RAM and 2 processors and 1 core per processor.
We start the same way as Windows 10 VM Setup but once met with this screen telling us we don’t meet the requirements…
Press Shift+F10
to bring up the Command Prompt
Run:
regedit
and navigate to HKEY_
_LOCAL_MACHINE\SYSTEM\Setup
and make a new Key called:
LabConfig
Inside there create DWord(32-Bit) Values for:
- BypassTPMCheck
- BypassRAMCheck
- BypassSecureBootCheck
and change their value to 1
Close out that window to exit the installation and start from the beginning window.
Click INSTALL NOW, then accept the EULA and click next, now we continue as normal
After install and it reboots
We choose our region, keyboard layout, etc. and we can setup our account. Select ‘sign-in options’
Then ‘Domain Join Instead’
Input our username and password, password confirmation, and security questions
Disable all the privacy settings and click accept.
It will now do Windows setup and such
We’re now logged in and can install VMWare Tools
Joining a domain
Same way we would for Windows 10 VM Setup. Open the start menu and search for domain, and select ‘Access work or school’
Click the blue ‘Connect’ button
Select ‘Join this device to a local Active Directory domain’.
and follow the steps. Add in your domain name, sign in with Admin credentials, reboot, and ta-da!