Skip to main content

Download and Install MacOS Sierra on Windows using vmware

The story begins by a geek who is curious to try the MacOS before deciding whether to buy it or not, The cost is high and the decision is not easy to migrate, and for some people change the stack of technology they use in their daily basis.


Download and Install MacOS Sierra on Windows using vmware
Download and Install MacOS Sierra on Windows using vmware




Then comes the opportunity to try the things before getting to pay for it. so this post is mainly to guide you through downloading and installing the latest MacOS Sierra on a virtual machine, and to get yourself some help deciding with it.

Steps to Download and Install MacOS Sierra:

1-Requirements:

2-Downloading MacOS Sierra:

Latest preview: 10.12 Final (16A323). September 20, 2016
Google Drive (One Full): https://goo.gl/OKgCeH
Google Drive (5 of 5): https://goo.gl/DZTaKi

3-Download the Patch tool here:


4-Extract MacOS Sierra:

Extract MacOS Sierra here


5-Run the patch tool:

use the patch tool you downloaded to provide MacOS choice on vmware.
Run patch as administrator

6-Create a new virtual machine using vmware:

Open VMware Player or Workstation then select “Create new virtual mahine”,
Guest OS: Apple Mac OS X
Version: Mac OS X 10.11 or 10.12

Create a virual machine on vmware
Create a new virtual machine


7-Edit VMX file to allow running the Operating system. 

Right click on vmx file then select Open with “Notepad”
Run the patch tool
Run the patch tool

8-Copy and paste the following at the end of the VMX file

Copy then Paste this code: smc.version = "0"

add smc.version = "0" to vmx file
smc.version = "0"

9-Done! macOS Sierra on VMware on Windows

finally things are ready
here we go!

Congratulations..!

Here I reach to the end of my post .. I hope you find this useful.

In a next post I ll write about Installing and using Xcode, and getting your hands on iOS development. 

Comments

Popular posts from this blog

How To Create C# Chat Application

Hello Geeks .. Today I gonna show you How to make a Chat Application Using Microsoft C#.NET 5.0  . You Can Use Older Versions Since there is nothing special in the application that only belongs to C# 5.0 . This Application Was Created To Allow Two Computers To "Chat" Using IP Addresses Also you Can Open two Clients On The Same Computer and Use Same IP Address But Different Port.. It is simple and Easy to Use And Develop .. I also Uploaded The Full Working Project With It's Source Code On MediaFire.. You Will Find The Link At The End Of the Post :)

C# Full Pharmacy Project With Source code

Hello Geeks .. This post is one of our completely Free Projects  .. It is a Pharmacy Project that can perform a lot of operations you can also find the (.dll) files for the working Barcode Reader Machines in your country and add it to the project .

How To Create A Change Password Form in a C# Application

Hello Geeks .. This little post is a free sample C#  Windows Form that can be used to change password in a SQL Database .