Skip to content

This repository is about Active Directory and it's features and service.

Notifications You must be signed in to change notification settings

C0M37-x01/Active-Directory-Configure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 

Repository files navigation

Installation Of Windows 11 On VMware Fusion

Prerequisites

  • You must have installed VMware Software (You can use VMware Workstation for Windows OS)
  • You must have .iso file of windows 11 (You can download from microsoft's official website)

1. Start VMware and click on add VM.

Screenshot 2022-07-19 at 4 32 55 PM

2. Go to Create Custom Virtual Machine.

Screenshot 2022-07-19 at 4 33 03 PM

3. Choose OS you want to install, Choose Microsoft Windows > Windows 10 and Later.

Screenshot 2022-07-19 at 4 33 14 PM

4. When choosing Firmware Type choose UEFI because we will be working on Windows and it's file system(NTFS) works on UEFI.

Screenshot 2022-07-19 at 4 33 31 PM

5. Now choose virtual disk here we are doing for first time so we'll create new virtual disk. Also you can increase or decrease capacity later.

Screenshot 2022-07-19 at 4 33 37 PM

6. Here, you can see what you've choosen to install Windows 11 into VM and you can specify path where you want to install your VM.

Screenshot 2022-07-19 at 4 33 46 PM

7. After doing all these thing click on finish and you will get prompt to this window.

Screenshot 2022-07-19 at 4 35 04 PM

Here you can configure your VM how to behave, you can change Network Interface, Disk Capacity, RAM and Most Important Attach ISO file to VM,let's do this.

8. Give your VM RAM you want to give but it's better to give recommended capacity for good performance.

Screenshot 2022-07-19 at 4 35 18 PM

9. Select network interface for your VM.

Screenshot 2022-07-19 at 4 35 32 PM

10. Specify storage capacity.

Screenshot 2022-07-19 at 4 35 47 PM

11. This is important one choose ISO file it is ultimately your image of OS you've downloaded from Microsoft website specify the path where you've put your ISO file and Check the chekbox on top left.

  • If you do not check this check box your VM could not be start with windows 11

Screenshot 2022-07-19 at 4 35 59 PM

Screenshot 2022-07-19 at 4 36 11 PM

12. Now you'll see this window click on play button.

image

13. After this you will see windows started booting.

image

14. You'll see this windows which is very common when you install windows OS into system.

image

image

image

image

15. This Error happens,

image

16. Now comes to important part system is not allowing you to install windows 11 is becuase TPM/SecureBoot check, so we have to Bypass this checks by making some changes in registry.

  • Press Shift + F10 to open Command Prompt

image

X :\Sources>regedit
  • use regedit command to open registry

image

17. After opening Registry editor go to following path

Computer\HKEY_LOCAL_MACHINE\SYSTEM\Setup

image

18. Now, right click on screen and create new key as following

  • Name it "LabConfig" create New DWORD(32-bit) Value called "BypassTPMCheck" and Modify Value Data to 1

image

image

image

image

19. Add two more DWORD(32-bit) Value called "BypassRAMCheck" and "BypassSecureBootCheck" and Modify Value Data to 1

  • Be careful with spelling

image

20. After following these steps close the window saying 'this Pc can not run windows 11' and Install windows again, This time at the end you'll get this window

image

20. Accept the agreement and click on next and follow this steps.

image

image

After getting this prompt windows is finally started intalling. Wait for some minutes

image

When Windows 11 finally got install in your VM you'll get this

image

  • From now you can set-up windows by your own.
  • This is the way you can configure your VM to run as Windows 11 computer.

About

This repository is about Active Directory and it's features and service.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published