Skip to content

Commit 7ef9015

Browse files
authored
Merge pull request #278390 from RoseHJM/mdb-windows-app
MDB Windows App article
2 parents fa03c83 + aac2374 commit 7ef9015

14 files changed

+134
-0
lines changed
Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
---
2+
title: 'Connect to a dev box by using the Windows App'
3+
titleSuffix: Microsoft Dev Box
4+
description: Step-by-step guide to connect to your dev box using the Windows App, configure multiple monitors and quickly switch between machines by using Task view.
5+
services: dev-box
6+
ms.service: dev-box
7+
ms.author: rosemalcolm
8+
author: RoseHJM
9+
ms.date: 06/15/2024
10+
ms.topic: how-to
11+
12+
#customer intent: As a dev box user, I want to be aware of the features of Windows App, so I can decide if I want to use it to connect to my dev boxes.
13+
---
14+
15+
# Connect to a dev box by using the Windows App
16+
17+
This article shows you how to connect to your dev box by using the Windows App. You learn how to install the Windows App, connect to a dev box, and configure multiple monitors. You also learn how to access your dev box through Windows Task view.
18+
19+
The Windows App securely connects you to your Dev Box, and enables you to quickly switch between multiple dev boxes.
20+
21+
22+
## Prerequisites
23+
24+
- To complete the steps in this article, you must have access to a dev box through the developer portal.
25+
26+
## Install the Windows App
27+
28+
The Windows App might be pre-installed on your computer. If not, you can download and install it from the Microsoft Store:
29+
30+
1. From the Start menu, open Microsoft Store.
31+
1. In the search bar at the top-right, enter *Windows App*, and then press ENTER.
32+
1. From the search results, select **Windows App**.
33+
1. Select **Get**.
34+
35+
:::image type="content" source="media/how-to-connect-to-dev-box-with-windows-app/microsoft-store-windows-app.png" alt-text="Screenshot of the Microsoft Store Windows App page, with Get highlighted." lightbox="media/how-to-connect-to-dev-box-with-windows-app/microsoft-store-windows-app.png":::
36+
37+
38+
## Connect to a dev box
39+
40+
The Windows App shows all your available virtual desktops, including your dev boxes. To connect to a dev box by using the Windows App:
41+
42+
1. Once installed, select **Open** in the Microsoft Store. Alternatively, find the app in the Start menu.
43+
1. Agree to the license terms.
44+
1. Read the Welcome screens, and select **Next**, **Next**, and then **Done** to progress.
45+
1. Select **Go to devices**.
46+
47+
:::image type="content" source="media/how-to-connect-to-dev-box-with-windows-app/windows-app-home.png" alt-text="Screenshot of the Windows App home page." lightbox="media/how-to-connect-to-dev-box-with-windows-app/windows-app-home.png":::
48+
49+
1. On the dev box you want to connect to, select **Connect**.
50+
51+
:::image type="content" source="media/how-to-connect-to-dev-box-with-windows-app/windows-app-connect.png" alt-text="Screenshot of the Windows App devices page, with Connect highlighted." lightbox="media/how-to-connect-to-dev-box-with-windows-app/windows-app-connect.png":::
52+
53+
## Configure multiple monitors
54+
55+
Making the most of your multiple monitors can enhance your productivity. In the Windows App, you can configure your dev box to use all available displays, a single display, or select displays.
56+
57+
1. Open the Windows App.
58+
1. For the dev box you want to configure, select **(...)** > **Settings**.
59+
60+
:::image type="content" source="media/how-to-connect-to-dev-box-with-windows-app/windows-app-options-settings.png" alt-text="Screenshot of the dev box options menu with Settings highlighted." lightbox="media/how-to-connect-to-dev-box-with-windows-app/windows-app-options-settings.png":::
61+
62+
1. On the settings pane, turn off **Use default settings**.
63+
64+
:::image type="content" source="media/how-to-connect-to-dev-box-with-windows-app/windows-app-default-settings.png" alt-text="Screenshot of the dev box display settings with Default settings off highlighted." lightbox="media/how-to-connect-to-dev-box-with-windows-app/windows-app-default-settings.png":::
65+
66+
1. In **Display Settings**, in the **Display configuration** list, select the displays to use and configure the options:
67+
68+
| Value | Description | Options |
69+
|---|---|---|
70+
| All displays | Remote desktop uses all available displays. | - Use only a single display when in windowed mode. <br> - Fit the remote session to the window. |
71+
| Single display | Remote desktop uses a single display. | - Start the session in full screen mode. <br> - Fit the remote session to the window. <br> - Update the resolution on when a window is resized. |
72+
| Select displays | Remote Desktop uses only the monitors you select. | - Maximize the session to the current displays. <br> - Use only a single display when in windowed mode. <br> - Fit the remote connection session to the window. |
73+
74+
:::image type="content" source="media/how-to-connect-to-dev-box-with-windows-app/windows-app-display-settings.png" alt-text="Screenshot of the dev box display settings with all display settings highlighted." lightbox="media/how-to-connect-to-dev-box-with-windows-app/windows-app-display-settings.png":::
75+
76+
1. Close the **Display** pane.
77+
1. On the dev box tile, select **Connect**.
78+
79+
## Use Task view
80+
81+
Task view is a feature in Windows 11 (and Windows 10) that enhances multitasking and organization. Task view lets you quickly switch between your local machine and your dev boxes. You access it by selecting the Task view button in the taskbar or using the Windows key + Tab keyboard shortcut. In Task view, you see a list of your dev boxes, and you can easily switch to a different one.
82+
83+
### Add a dev box to Task view
84+
85+
1. Open the Windows App.
86+
1. For the dev box you want to configure, select **(...)** > **Add to Task view**.
87+
88+
:::image type="content" source="media/how-to-connect-to-dev-box-with-windows-app/windows-app-options-add-task-view.png" alt-text="Screenshot of the dev box tile options menu with Add to task view highlighted." lightbox="media/how-to-connect-to-dev-box-with-windows-app/windows-app-options-add-task-view.png":::
89+
90+
1. On the taskbar, select Task view.
91+
92+
:::image type="content" source="media/how-to-connect-to-dev-box-with-windows-app/taskbar-task-view.png" alt-text="Screenshot of the task bar with Task view highlighted." lightbox="media/how-to-connect-to-dev-box-with-windows-app/taskbar-task-view.png":::
93+
94+
1. To connect, select your dev box.
95+
96+
:::image type="content" source="media/how-to-connect-to-dev-box-with-windows-app/task-view-local.png" alt-text="Screenshot of Task view showing the available desktops with the dev box highlighted." lightbox="media/how-to-connect-to-dev-box-with-windows-app/task-view-local.png":::
97+
98+
### Switch between machines
99+
100+
1. To switch between your dev box and your local machine, on the taskbar, select Task view, and then select **local desktops**.
101+
102+
:::image type="content" source="media/how-to-connect-to-dev-box-with-windows-app/task-view-dev-box.png" alt-text="Screenshot of Task view showing the available desktops with Local desktops highlighted." lightbox="media/how-to-connect-to-dev-box-with-windows-app/task-view-dev-box.png":::
103+
104+
### Remove dev box from Task view
105+
106+
1. Open the Windows App.
107+
1. For the dev box you want to configure, select **(...)** > **Remove from Task view**.
108+
109+
:::image type="content" source="media/how-to-connect-to-dev-box-with-windows-app/windows-app-options-remove-task-view.png" alt-text="Screenshot of the Windows App devices page, with Remove from Task view highlighted." lightbox="media/how-to-connect-to-dev-box-with-windows-app/windows-app-options-remove-task-view.png":::
110+
111+
The dev box is removed from Task view.
112+
113+
### Troubleshooting Task view
114+
115+
If you added a dev box to Task view but no longer have access to it, you might want to remove it from the Task view. Attempting to remove the stale dev box by selecting the [**Remove from Task view**](#remove-dev-box-from-task-view) option in the Windows App might fail.
116+
117+
There are two troubleshooting options for removing a stale dev box from Task view: first, uninstall and reinstall the Windows App.
118+
119+
If the unwanted dev box still shows in Task view after reinstalling the Windows App, you can remove it by deleting the registry entry for the stale dev box.
120+
121+
To remove the registry entry:
122+
123+
1. Open the Registry Editor app.
124+
1. Navigate to `Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RemoteSystemProviders\`
125+
1. Open the subfolder that has a title containing "Windows365".
126+
1. Delete the registry key that is titled as your stale dev box.
127+
1. Restart your local machine.
128+
129+
## Related content
130+
131+
- Learn how to [configure multiple monitors](./tutorial-configure-multiple-monitors.md) for your Remote Desktop client.
132+
- [Manage a dev box by using the developer portal](how-to-create-dev-boxes-developer-portal.md)
213 KB
Loading
126 KB
Loading
122 KB
Loading
30.2 KB
Loading
357 KB
Loading
4.57 KB
Loading
17.4 KB
Loading
172 KB
Loading
77.2 KB
Loading

0 commit comments

Comments
 (0)