How To Check If My PC Is Windows 11 Compatible

How To Check If My PC Is Windows 11 Compatible

>>>>>>>> Go >>>>>>>>

Upgrade to the New Windows 11 OS | Microsoft

https://www.microsoft.com/en-us/windows/windows-11

Check for compatibility

Use the PC Health Check app [14MB] to see if your current PC meets the requirements to run Windows 11. If so, you can get a free upgrade when it rolls out.

#Windows_11, #TPM, #TPM2.0, #TPM2, #BIOS_TPM, #BIOS_TPM_2.0, #UPGRADE_To_Windows_11

Applied BIOS Setting Change/Fix – Now My PC is Windows 11 Compatible

03:30 – PC Not Compatible – PC Health Check App – Alert
03:53 – Enter BIOS – Asus Motherboard [ Del or F2 ]
06:10 – PC Now is Compatible – PC Health Check App – Alert

=======================================
Donate
https://www.paypal.me/lsepolis123
https://www.patreon.com/lsepolis123

Skype
lwdlse or lselwd
Blog
http://www.LeonidasSavvides.com/blog/
Facebook
https://www.facebook.com/leonidas.e.s…
Twitter
https://twitter.com/lwdlse
Instagram
https://www.instagram.com/leonidassav…

Editing Software: Adobe Premiere Pro / Windows 10 Pro

Part 2: How to install macOS Big Sur 11.4 using VirtualBox on Windows

Note:

You might replace your “Big Sur” with your own virtual Machine

This code is for:

https://youtu.be/tJgNCyhqdBo

DOWNLOAD Here Code

Code for VirtualBox 6.x Intel CPU

cd "C:\Program Files\Oracle\VirtualBox\" VBoxManage.exe modifyvm "Big Sur" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff VBoxManage setextradata "Big Sur" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac19,1" VBoxManage setextradata "Big Sur" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0" VBoxManage setextradata "Big Sur" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-AA95B1DDAB278B95" VBoxManage setextradata "Big Sur" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" VBoxManage setextradata "Big Sur" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1

Code for Virtualbox 6.x AMD CPU

cd "C:\Program Files\Oracle\VirtualBox\" VBoxManage.exe modifyvm "Big Sur" --cpu-profile "Intel Core i7-6700K" VBoxManage setextradata "Big Sur" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac19,1" VBoxManage setextradata "Big Sur" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0" VBoxManage setextradata "Big Sur" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-AA95B1DDAB278B95" VBoxManage setextradata "Big Sur" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" VBoxManage setextradata "Big Sur" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1

Part 1: How to Make a MacOS Big Sur ISO File [11.4]

MacOS ISO Bg Sur 11.x.x

If you do not want to create an ISO – or you have Not a Mac – download ready iso from: BigSur_11.4.iso here

1

How to Download Full MacOS Installer from Mac Command Line

DOWNLOAD Here Code

1-Followed this:

https://osxdaily.com/2020/04/13/how-download-full-macos-installer-terminal/

softwareupdate --fetch-full-installer --full-installer-version 11.4

# 11.4 is the most recent stable version as of this writing [slides 3-5]

2-Followed this:

https://osxdaily.com/2020/12/14/how-create-macos-big-sur-iso/

In your Applications you must have a “Install macOS Big Sur.app”

[slides 7-8]

3-After CMD Line commands continued
[slides 10-11]

1-First, we must create a temporary disk image:

hdiutil create -o /tmp/MacBigSur -size 14000m -volname MacBigSur -layout SPUD -fs HFS+J

2-Next, mount the disk image:

hdiutil attach /tmp/MacBigSur.dmg -noverify -mountpoint /Volumes/MacBigSur

3-Now we’ll use the createinstallmedia utility that is part of the MacOS Installer application to copy the installer files to the disk image you just created:

sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/MacBigSur --nointeraction

4-Unmount/Detach the disk image volume

When finished, we then unmount/detach the disk image volume [slides 13-15]:
1-way
hdiutil detach /Volumes/MacBigSur/
2-way – if 1-way not working
Detach from Disk Utility

5-After unmount/detached the disk image volume continue in the Terminal [slide 17]:

We convert the freshly created macOS Installer disk image file to a CDR file that will appear on the desktop:

hdiutil convert /tmp/MacBigSur.dmg -format UDTO -o ~/Desktop/MacBigSur.cdr

6-Finally, we change the file extension from .cdr to .iso [slide 19]:

mv ~/Desktop/MacBigSur.cdr ~/Desktop/BigSur.iso

7-Conclusion [slide 20]

Now you have an iso file of Big Sur 11.x to use to install macOS Big Sur as VM in Hypervisors like VMware Workstation Pro [Windows/Linux], VMware Fusion [Mac], VirtualBox [Windows/Linux/Mac],…!