How to install Intel SGX platform software? - sgx

I have tried to install the platform software (PSW) many times on my Windows machine and failed.
I have tried to install it on the following OS version (all 64 bits)
Windows 10 Pro build 1803
Windows 10 Pro build 1809
Windows 10 Home build 1809
Windows 10 Home build 1803
According to the release note, PSW is supposed to support the following OS
Windows 10 Nov Update (1511)
Windows 10 Anniversary update (1607)
Windows 10 Creators Update (1703)
Windows 10 Fall Creators Update (1709)
Windows 10 Spring Creators Update (1803)
The error is
“Operating system “Windows 10 Home 10.0.17134” is not supported” or
“Operating system “Windows 10 Pro xxxxxx is” is not supported”
My processor is 8700k and I am using gigabyte Z370 Aorus Ultra Gaming F4 bios, which supports SGX. I turned the bios option on and verified by SGX-test.c
It’s very frustrating since I built the entire machine for this purpose. Did I miss anything?

Related

Enabling Hyper-V for VS 2019 Xamarin debugging

I'm running VS Community 2019 16.7.2 on Windows 10 Pro, 2004, 19041.150
I'm on an AMD Ryzen 5 3600 w/ 16 Gb RAM in 64bit mode.
At the command line, running systeminfo I get:
Hyper-V Requirements: A hypervisor has been detected. Features required for Hyper-V will not be displayed.
When I'm in my Xamarin project, I see:
'You can get a greatly improved Android Emulator experience by enabling Hyper-V.`
I thought I DID enable Hyper-V. Read through some documentation, but couldn't figure out what I was missing.

Can i run macOS Mojave on Virtual Machine Core i5 Windows 10 Home

I want to start iOS development. Just wondering can i run macOS Mojave on Virtual Machine on Windows 10 Home for building iOS Apps.
My laptop Specification:
Processor: Intel® Core™ i5-4200M 3M Cache, up to 3.10 GHz
RAM: 16GB DDR3 1600MHz
Hard Disk: 1TB 5400 RPM
OS: Windows 10 Home
The answer that you probably don't want to hear is that you cannot legally run MacOs on hardware that is not an Apple Mac, not even on a virtual machine. See section 2 B iii of the macOS Mojave license agreement that you can find here: https://www.apple.com/legal/sla/docs/macOS1014.pdf

Docker issue while installing

While installing Docker in my laptop having Windows 10,it shows an error
Docker for Windows requires Windows 10 Pro or Enterprise version 10586, or Windows server 2016 RTM to run
open your powershell console and run:
get-computerinfo -property windows*
check what version of windows 10 you have. the mesaage is quite clear, you cannot install docker for windows because you don't have a valid version of windows 10.
from their web page:
The current version of Docker for Windows runs on 64bit Windows 10 Pro, Enterprise and Education (1607 Anniversary Update, Build 14393 or later).

Build Windows app compatible for 8.1 and 10

Background:
I am new to Windows app development.
I have installed Visual Studio 2017 Enterprise edition free trial on two machines. (One is running win 8.1 OS and other having win 10 OS)
Then, downloaded windows 10 sdk and mobile emulators.
I have created a webview based UWP app which is targeting windows 10.
Problem:
Built UWP app is running perfectly on Windows 10 OS with mobile emulators target version windows 10.
Now, I want the app to run on both windows 8, 8.1 and windows 10 phones.
I have installed windows 10 and windows 8.1 sdk on both machines.
But, it is not allowing me to create a new project to specify minimum sdk version as 8 or 8.1.
Is there any way to target both 8.1 and 10 versions for mobile with single app, with minimum efforts?
Please suggest.
Here is a summary that which VS can build which app models:
VS2019 - UWP (Except for Win10Mobile)
VS2017 - UWP
VS2015 - UWP, Win8.1 StoreApp, WP8/8.1 StoreApp
VS2013 - Win8/8.1 StoreApp, WP8/8.1 StoreAp
(Assume that dev system is Win10 and ignoring the Win32 or others)
(Note - To use the latest Win10 FallCU SDK, you need to use VS2017 or 2019)
For detail, please refer the vs compatibility page:
VS2019
VS2017
VS2015
VS2013
You need to create an app using Windows 8 SDK if you want to target Windows 8 and above versions.
UWP will not work for you because minimum requirement for UWP is Windows 10.

Which version of window phone sdk I need?

I have windows 8 - 32 bit system. Which version of sdk I need to install?
Any other option to install windows phone sdk in window 8 32 bits?
Where I get windows sdk for windows8 32bit OS?
Start from here! And you understand all.
for wp7.1
System requirements
Supported operating systems: Windows 7, Windows Vista
Windows® Vista® (x86 and x64) with Service Pack 2 – all editions except Starter Edition
Windows 7 (x86 and x64) – all editions except Starter Edition
Installation requires 4 GB of free disk space on the system drive.
3 GB RAM
Windows Phone Emulator requires a DirectX 10 or above capable graphics card with a WDDM 1.1 driver
The Windows Phone SDK 7.1 is compatible with the final version of Visual Studio 2010 SP1.
for wp8
System requirements
Supported operating systems: Windows 8, Windows 8 Pro
Operating system type:
Windows 8 64-bit (x64) client versions
Hardware:
6.5 GB of free hard disk space
4 GB RAM
64-bit (x64) CPU
Windows Phone 8 Emulator:
Windows 8 Pro edition or greater
Requires a processor that supports Second Level Address Translation (SLAT)
If your computer meets the hardware and operating system requirements, but does not meet the requirements for the Windows Phone 8 Emulator, the Windows Phone SDK 8.0 will install and run. However, the Windows Phone 8 Emulator will not function and you will not be able to deploy or test apps on the Windows Phone 8 Emulator.
Basically, you need Win 8 64x or Win7.

Resources