Perfectly install Mac OS10.14 under Win10 VM virtual machine (graphic tutorial)

Perfectly install Mac OS10.14 under Win10 VM virtual machine (graphic tutorial)

I recently watched Apple's press conference and was very excited, so I wanted to experience the Mac system and feel the beauty of Apple. I also heard that writing code on Mac is very enjoyable. But I don’t have money to buy an Apple computer, eh…

First, open the VMware software that was installed in advance:

insert image description here

Click創建新的虛擬機:

insert image description here

Select典型, and then proceed to the next step:

insert image description here

Select稍后安裝操作系統and click Next:

insert image description here

In this step, select客戶機操作系統as Apple Mac OS X(M) , select macOS 10.14 for the corresponding version and click Next:

insert image description here

Name your virtual machine, select a location, and click Next:

insert image description here

After adjusting the disk size to the recommended size, select將虛擬磁盤存儲為單個文件and proceed to the next step:

insert image description here

Once here, select自定義硬件:

insert image description here

Select the processor and check the two red boxes.

insert image description here

Select使用ISO映像文件and then select the .cdr file you downloaded previously. Then click Close and select Done.

Find the folder where you put the system before and open macOS 10.14.vmx in Notepad:

Add a statement after smc.present = "TRUE" : smc.version = 0 , then save and close.

Almost done, open VMware and run the virtual machine just now:

insert image description here

Wait for it to load.

After loading is complete, select the corresponding language and enter this interface:

insert image description here

Then select實用工具——磁盤工具

insert image description here

Select the bottom row of the built-in menu, and then select抹掉at the top:

insert image description here

Click Erase!

insert image description here

Click繼續, and click Next.

insert image description here

Select MAC here and wait for the installation. I waited for 25 minutes...

insert image description here

Choose China! ! ! Then choose the keyboard layout. Don’t rush at this step! choose:

insert image description here

Select我的電腦不連接到互聯網, then繼續/同意, and set the password.

insert image description here

aaaa! Beautiful as a picture~

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • VMWare15 installs Mac OS system (graphic tutorial)
  • Install Apple Mac OS X in VMWare12 Graphic Tutorial
  • MAC OS 10.9 installation and configuration tutorial on Vmware10
  • Tutorial on installing the official version of mac os 10.12 with vmware 12
  • Install Mac OS 10.11 using VMware in Windows environment (with pictures and text)
  • Detailed explanation of VMware12 installation of Mac OS X 10.11 (picture and text steps)
  • Detailed graphic instructions for installing VMware Tools on MacOSX10.11
  • The most complete guide to installing Mac OS X 10.10 with VMware Workstation11.0

<<:  Tutorial on installing MYSQL5.7 from OEL7.6 source code

>>:  Detailed explanation of native Javascript inheritance methods and their advantages and disadvantages

Recommend

Detailed explanation of the marquee attribute in HTML

This tag is not part of HTML3.2 and is only suppo...

Text mode in IE! Introduction to the role of DOCTYPE

After solving the form auto-fill problem discussed...

Build a Docker image using Dockerfile

Table of contents Build a Docker image using Dock...

How to bypass unknown field names in MySQL

Preface This article introduces the fifth questio...

How to fill items in columns in CSS Grid Layout

Suppose we have n items and we have to sort these...

Sample code for easily implementing page layout using flex layout

Without further ado, let's get straight to th...

How to use CSS attribute selectors to splice HTML DNA

CSS attribute selectors are amazing. They can hel...

JavaScript explains the encapsulation and use of slow-motion animation

Implementing process analysis (1) How to call rep...

Detailed tutorial on installing nacos in docker and configuring the database

Environment Preparation Docker environment MySQL ...

How to use regular expression query in MySql

Regular expressions are often used to search and ...

How to implement the observer pattern in JavaScript

Table of contents Overview Application scenarios ...

How to use nginx to block a specified interface (URL)

1. Introduction Sometimes, after the web platform...