Skip to content

Commit 177cf05

Browse files
author
Christopher McClister
committed
LinkFix: windows-dev-docs-pr (2022-10) - 2
1 parent c2d8516 commit 177cf05

File tree

50 files changed

+9359
-9361
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+9359
-9361
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
1-
---
2-
ms.assetid: 54973C62-9669-4988-934E-9273FB0425FD
3-
title: Enable your device for development
4-
description: Activate Developer Mode on your PC to develop apps.
5-
keywords: Developer mode, Visual Studio, developer license, enable device
6-
ms.date: 10/12/2022
7-
ms.topic: article
8-
ms.custom: seo-windows-dev
9-
---
10-
11-
# Enable your device for development
12-
13-
![Enable your devices for development](./images/developer-poster.png)
14-
15-
> [!IMPORTANT]
16-
> If you're not creating your own applications on your PC, you don't need to enable Developer Mode. If you're trying to fix an issue with your computer, check out [Windows help](/windows). If you're developing for the first time, you'll also want to [Install tools for the Windows App SDK](/windows-app-sdk/set-up-your-development-environment).
17-
18-
If you're using your computer for ordinary day-to-day activities (such as gaming, web browsing, email, or Office apps), you *don't* need to activate Developer Mode, and in fact, you shouldn't activate it. The rest of the information on this page won't matter to you, and you can safely get back to whatever you were doing. Thanks for stopping by!
19-
20-
However, if you're writing software with Visual Studio on a computer for the first time, you *will* need to enable Developer Mode on both the development PC and on any devices you'll use to test your code. Opening a UWP project when Developer Mode *isn't* enabled will either open the **For developers** settings page, or cause the following dialog to appear in Visual Studio:
21-
22-
![Enable Developer Mode dialog](./images/enable-developer-mode-dialog.jpg)
23-
24-
If you see this dialog, select **settings for developers** to open the **For developers** settings page.
25-
26-
> [!NOTE]
27-
> You can go to the **For developers** settings page at any time to *enable* or *disable* Developer Mode. Simply enter *for developers* into the Cortana search box in the taskbar.
28-
29-
## Activate Developer Mode
30-
31-
To enable Developer Mode, or access other settings:
32-
33-
1. From the **For developers** settings dialog, choose the level of access that you need.
34-
2. Read the disclaimer for the setting you choose. Click **Yes** to accept the change.
35-
36-
> [!NOTE]
37-
> Enabling Developer mode requires administrator access. If your device is owned by an organization, this option may be disabled.
38-
39-
### Developer Mode features
40-
41-
Developer Mode replaces the Windows 8.1 requirements for a developer license. In addition to sideloading, the Developer Mode setting enables debugging and additional deployment options. This includes starting an SSH service to allow deployment to this device. In order to stop this service, you need to disable Developer Mode.
42-
43-
When you enable Developer Mode on desktop, a package of features is installed, including:
44-
45-
- **Windows Device Portal**: Device Portal is only enabled (and firewall rules are only configured for it) when the **Enable Device Portal** option is turned on.
46-
- Installs and configures firewall rules for SSH services that allow remote installation of apps. Enabling **Device Discovery** will turn on the SSH server.
47-
48-
For more information on these features (or if you encounter difficulties in the installation process) check out [Developer Mode features and debugging](/windows/apps/get-started/developer-mode-features-and-debugging).
1+
---
2+
ms.assetid: 54973C62-9669-4988-934E-9273FB0425FD
3+
title: Enable your device for development
4+
description: Activate Developer Mode on your PC to develop apps.
5+
keywords: Developer mode, Visual Studio, developer license, enable device
6+
ms.date: 10/12/2022
7+
ms.topic: article
8+
ms.custom: seo-windows-dev
9+
---
10+
11+
# Enable your device for development
12+
13+
![Enable your devices for development](./images/developer-poster.png)
14+
15+
> [!IMPORTANT]
16+
> If you're not creating your own applications on your PC, you don't need to enable Developer Mode. If you're trying to fix an issue with your computer, check out [Windows help](/windows). If you're developing for the first time, you'll also want to [Install tools for the Windows App SDK](/windows-app-sdk/set-up-your-development-environment).
17+
18+
If you're using your computer for ordinary day-to-day activities (such as gaming, web browsing, email, or Office apps), you *don't* need to activate Developer Mode, and in fact, you shouldn't activate it. The rest of the information on this page won't matter to you, and you can safely get back to whatever you were doing. Thanks for stopping by!
19+
20+
However, if you're writing software with Visual Studio on a computer for the first time, you *will* need to enable Developer Mode on both the development PC and on any devices you'll use to test your code. Opening a UWP project when Developer Mode *isn't* enabled will either open the **For developers** settings page, or cause the following dialog to appear in Visual Studio:
21+
22+
![Enable Developer Mode dialog](./images/enable-developer-mode-dialog.jpg)
23+
24+
If you see this dialog, select **settings for developers** to open the **For developers** settings page.
25+
26+
> [!NOTE]
27+
> You can go to the **For developers** settings page at any time to *enable* or *disable* Developer Mode. Simply enter *for developers* into the Cortana search box in the taskbar.
28+
29+
## Activate Developer Mode
30+
31+
To enable Developer Mode, or access other settings:
32+
33+
1. From the **For developers** settings dialog, choose the level of access that you need.
34+
2. Read the disclaimer for the setting you choose. Click **Yes** to accept the change.
35+
36+
> [!NOTE]
37+
> Enabling Developer mode requires administrator access. If your device is owned by an organization, this option may be disabled.
38+
39+
### Developer Mode features
40+
41+
Developer Mode replaces the Windows 8.1 requirements for a developer license. In addition to sideloading, the Developer Mode setting enables debugging and additional deployment options. This includes starting an SSH service to allow deployment to this device. In order to stop this service, you need to disable Developer Mode.
42+
43+
When you enable Developer Mode on desktop, a package of features is installed, including:
44+
45+
- **Windows Device Portal**: Device Portal is only enabled (and firewall rules are only configured for it) when the **Enable Device Portal** option is turned on.
46+
- Installs and configures firewall rules for SSH services that allow remote installation of apps. Enabling **Device Discovery** will turn on the SSH server.
47+
48+
For more information on these features (or if you encounter difficulties in the installation process) check out [Developer Mode features and debugging](./developer-mode-features-and-debugging.md).

0 commit comments

Comments
 (0)