Skip to content

Visual Studio on an Arm Windows machine

Visual Studio today (the IDE) is still a 32-bit x86 application. How well does it run on a Windows on Arm machine?

Disclaimer: This workflow might not be officially supported currently, and might still come with some unfixed bugs.

The good news is that you can just use the regular Visual Studio installation flow.

After installation and on OS build updates, in an admin command prompt, you might want to run:

c:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe executeQueuedItems
REM For Windows 10 on Arm versions with x86_64 app compat
c:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe executeQueuedItems

to generate AoT objects for .NET. If you do not do that, Visual Studio will run quite slowly.

A video: https://twitter.com/never_released/status/1365292741794611204?s=21

Leave a Reply

Your email address will not be published. Required fields are marked *