How to enable developer mode for development in Visual Studio

To enable or disable Developer Mode in Visual Studio for developing Universal Windows Platform (UWP) apps in Windows 10, you need to follow these steps.

When starting to create a UWP app in Visual Studio, you may encounter a request to enable your device for development. This is necessary for editing files like MainPage.xml.

Visual Studio prompts this requirement with a message indicating your device needs developer mode enabled.

Sometimes you will see the following dialog.

how to enable developer mode for windows 10

How to enable developer mode in Visual Studio

To deploy and debug UWP (Universal Windows Platform) apps from Visual Studio, you must enable the Developer mode in Windows settings. This setting can typically be found under "For developers" in the Update & Security section of Windows Settings.

Go to Settings on your Windows device, then navigate to Update & Security

update security

Next, Select For developers.

enable developer mode

Under Use developer features, select Developer mode.

You'll find a checkbox to enable developer mode on your computer. Marking this checkbox prompts a confirmation dialog to finalize the setup.

enable developer mode

Click Yes, then restart your computer.Once enabled, you can connect your device or use an emulator to deploy and debug UWP apps directly from Visual Studio.

Related