Skip to content

Commit ba26ae0

Browse files
authored
screenshot updates to dev mode page (#4094)
1 parent 6a12d5c commit ba26ae0

File tree

5 files changed

+9
-24
lines changed

5 files changed

+9
-24
lines changed

hub/apps/get-started/developer-mode-features-and-debugging.md

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Developer Mode features and debugging
33
description: Learn about Developer Mode features and installation errors in Windows.
44
keywords: Get started Developer license Visual Studio, developer license enable device
5-
ms.date: 10/12/2022
5+
ms.date: 02/19/2024
66
ms.topic: article
77
ms.localizationpriority: medium
88
---
@@ -33,23 +33,6 @@ For device-specific setup instructions, see:
3333

3434
If you encounter problems enabling Developer Mode or Device Portal, see the [Known Issues forum](https://social.msdn.microsoft.com/Forums/en-US/home?forum=Win10SDKToolsIssues&sort=relevancedesc&brandIgnore=True&searchTerm=%22device+portal%22) to find workarounds for these issues, or visit [Failure to install the Developer Mode package](#failure-to-install-developer-mode-package) to learn which WSUS KBs to allow in order to unblock the Developer Mode package.
3535

36-
### Sideload apps
37-
38-
> [!IMPORTANT]
39-
> As of the latest Windows 10 update, this setting won't be visible (as sideloading is enabled by default). If you're on a previous version of Windows 10, your default settings will only permit you to run apps from the Microsoft Store and you'll need to enable Sideloading to install apps from sources other than Microsoft.
40-
41-
The Sideload apps setting is typically used by companies or schools that need to install custom apps on managed devices without going through the Microsoft Store (or anyone else who needs to run apps from sources other than Microsoft). In this case, it's common for an organization to enforce a policy that disables the UWP apps setting. The organization also provides the required certificate and install location to sideload apps. For more info, see the Microsoft Learn articles [Sideload Windows apps](/mem/intune/apps/app-sideload-windows) and [Microsoft Intune fundamentals](/mem/intune/fundamentals/).
42-
43-
Device family specific info:
44-
45-
- **On the desktop device family**: You can install an app package (`.appx`) and any certificate(s) needed to run the app by running the Windows PowerShell script that's created with the package (`Add-AppDevPackage.ps1`). For more info, see [Package a desktop or UWP app in Visual Studio](/windows/msix/package/packaging-uwp-apps).
46-
- **On the mobile device family**: If the required certificate is already installed, you can tap the file to install any `.appx` sent to you by email (or on an SD card).
47-
48-
Sideload apps is a more secure option than Developer Mode because you can't install apps on the device without a trusted certificate.
49-
50-
> [!NOTE]
51-
> If you sideload apps, you should still only install apps from trusted sources. When you install a sideloaded app that hasn't been certified by the Microsoft Store, you're agreeing that you've obtained all the rights necessary to sideload the app, and you're solely responsible for any harm that may result from installing and running the app. See the **Windows → Microsoft Store** section of this [privacy statement](https://privacy.microsoft.com/en-US/privacystatement).
52-
5336
### SSH
5437

5538
SSH services are enabled when you enable Device Discovery on your device. This is used when your device is a remote deployment target for MSIX packaged applications. The names of the services are *SSH Server Broker* and *SSH Server Proxy*.
@@ -75,7 +58,7 @@ You should enable Device Discovery only if you intend to make the device a deplo
7558

7659
### Optimizations for Windows Explorer, Remote Desktop, and PowerShell (desktop only)
7760

78-
On the desktop device family, the **For developers** settings page has shortcuts to settings you can use to optimize your PC for development tasks. For each setting, you can select the checkbox and click **Apply** (or click the **Show settings** link to open the settings page for that option).
61+
On the desktop device family, the **For developers** settings page has shortcuts to settings you can use to optimize your PC for development tasks. The sliders let you enable or disable settings easily from this single location.
7962

8063
![Shortcuts for developers](./images/for-developers-shortcuts.jpg)
8164

@@ -211,4 +194,4 @@ When you create or sideload apps on your Windows 8.1 device, you have to install
211194
212195
After you unregister your license, you'll need to enable your device for development (as described in [this topic](./enable-your-device-for-development.md)) so that you can continue to develop on this device. If you don't, you may get an error when you debug your app (or if you try to create a package for it). Here's an example of this error:
213196
214-
> Error : DEP0700 : Registration of the app failed.
197+
> Error : DEP0700 : Registration of the app failed.

hub/apps/get-started/enable-your-device-for-development.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ms.assetid: 54973C62-9669-4988-934E-9273FB0425FD
33
title: Enable your device for development
44
description: Activate Developer Mode on your PC to develop apps.
55
keywords: Developer mode, Visual Studio, developer license, enable device
6-
ms.date: 10/12/2022
6+
ms.date: 02/19/2024
77
ms.topic: article
88
---
99

@@ -16,22 +16,24 @@ ms.topic: article
1616
1717
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!
1818

19-
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:
19+
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 Windows 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:
2020

2121
![Enable Developer Mode dialog](./images/enable-developer-mode-dialog.jpg)
2222

2323
If you see this dialog, select **settings for developers** to open the **For developers** settings page.
2424

2525
> [!NOTE]
26-
> 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.
26+
> You can go to the **For developers** settings page at any time to *enable* or *disable* Developer Mode. Simply enter *for developers* into the search box in the taskbar.
2727
2828
## Activate Developer Mode
2929

3030
To enable Developer Mode, or access other settings:
3131

32-
1. From the **For developers** settings dialog, choose the level of access that you need.
32+
1. Toggle the Developer Mode setting, at the top of the **For developers** page
3333
2. Read the disclaimer for the setting you choose. Click **Yes** to accept the change.
3434

35+
![Developer Mode settings entry](./images/developer-mode-dialog.png)
36+
3537
> [!NOTE]
3638
> Enabling Developer mode requires administrator access. If your device is owned by an organization, this option may be disabled.
3739
47.1 KB
Loading
10.9 KB
Loading
98.9 KB
Loading

0 commit comments

Comments
 (0)