Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.22 KB

win10-vm.md

File metadata and controls

20 lines (13 loc) · 1.22 KB
id title
win10-vm
Developing Windows apps on a non-Windows PC

It is possible to develop Windows apps on a non-Windows PC by using a virtual machine. The virtual machine can run either locally or on Azure.

Local VM

  1. Go to Windows 11 development environment for a link to download a Windows 11 virtual machine image. These are usually available for 90 days and are provided in different formats (VMWare, Hyper-V, VirtualBox, and Parallels).
  2. Once you have created your VM, open an elevated PowerShell session: press the start menu button, type powershell, right click on it and select Run as administrator. You will be prompted for permissions, click "Yes".

  1. At this point you are ready to set up your development dependencies. Follow the instructions on dependencies.

Azure VM

  1. Go to https://docs.microsoft.com/en-us/azure/virtual-machines/windows/using-visual-studio-vm and follow the instructions to create a Visual Studio 2019 Latest virtual machine on "Windows 10 Enterprise N" in Azure.
  2. Follow the instructions on dependencies.