Skip to content

Commit e0513a6

Browse files
Merge pull request #284916 from RoseHJM/mdb-troubleshooting-toc
MDB - moving Windows App article
2 parents 8022870 + 026f014 commit e0513a6

16 files changed

+90
-134
lines changed

articles/dev-box/.openpublishing.redirection.dev-box.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@
5454
"source_path_from_root": "/articles/dev-box/how-to-determine-your-quota-usage.md",
5555
"redirect_url": "/azure/dev-box/how-to-request-quota-increase",
5656
"redirect_document_id": false
57+
},
58+
{
59+
"source_path_from_root": "/articles/dev-box/how-to-connect-to-dev-box-with-windows-app.md",
60+
"redirect_url": "/windows-app/get-started-connect-devices-desktops-apps?context=/azure/dev-box/context/context&pivots=dev-box",
61+
"redirect_document_id": false
5762
}
5863
]
5964
}
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
title: Access a dev box with Task view
3+
titleSuffix: Microsoft Dev Box
4+
description: Learn how to connect to your dev box using Task view in Windows for enhanced multitasking and organization.
5+
services: dev-box
6+
ms.service: dev-box
7+
ms.author: rosemalcolm
8+
author: RoseHJM
9+
ms.date: 08/1/2024
10+
ms.topic: how-to
11+
12+
#customer intent: As a dev box user, I want to connect to my dev box with Task view, so that I can swap between my local machine and my dev box quickly.
13+
---
14+
15+
# Connect to a dev box by using task view
16+
17+
This article shows you how to connect to your dev box by using Task view.
18+
19+
## Prerequisites
20+
21+
To complete the steps in this article, you must have:
22+
- Access to a dev box through the developer portal.
23+
- Windows App installed.
24+
- If you don't have Windows App installed, see [Get started with Windows App to connect to devices and apps](/windows-app/get-started-connect-devices-desktops-apps?context=/azure/dev-box/context/context&pivots=dev-box)
25+
26+
## Use Task view
27+
28+
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.
29+
30+
### Add a dev box to Task view
31+
32+
1. Open Windows App.
33+
1. For the dev box you want to configure, select **(...)** > **Add to Task view**.
34+
35+
:::image type="content" source="media/how-to-access-dev-box-task-view/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-access-dev-box-task-view/windows-app-options-add-task-view.png":::
36+
37+
1. On the taskbar, select Task view.
38+
39+
:::image type="content" source="media/how-to-access-dev-box-task-view/taskbar-task-view.png" alt-text="Screenshot of the task bar with Task view highlighted." lightbox="media/how-to-access-dev-box-task-view/taskbar-task-view.png":::
40+
41+
1. To connect, select your dev box.
42+
43+
:::image type="content" source="media/how-to-access-dev-box-task-view/task-view-local.png" alt-text="Screenshot of Task view showing the available desktops with the dev box highlighted." lightbox="media/how-to-access-dev-box-task-view/task-view-local.png":::
44+
45+
### Switch between machines
46+
47+
1. To switch between your dev box and your local machine, on the taskbar, select Task view, and then select **local desktops**.
48+
49+
:::image type="content" source="media/how-to-access-dev-box-task-view/task-view-dev-box.png" alt-text="Screenshot of Task view showing the available desktops with Local desktops highlighted." lightbox="media/how-to-access-dev-box-task-view/task-view-dev-box.png":::
50+
51+
### Remove dev box from Task view
52+
53+
1. Open Windows App.
54+
1. For the dev box you want to configure, select **(...)** > **Remove from Task view**.
55+
56+
:::image type="content" source="media/how-to-access-dev-box-task-view/windows-app-options-remove-task-view.png" alt-text="Screenshot of Windows App devices page, with Remove from Task view highlighted." lightbox="media/how-to-access-dev-box-task-view/windows-app-options-remove-task-view.png":::
57+
58+
The dev box is removed from Task view.
59+
60+
### Troubleshooting Task view
61+
62+
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 Windows App might fail.
63+
64+
There are two troubleshooting options for removing a stale dev box from Task view: first, uninstall, and reinstall Windows App.
65+
66+
If the unwanted dev box still shows in Task view after reinstalling Windows App, you can remove it by deleting the registry entry for the stale dev box.
67+
68+
To remove the registry entry:
69+
70+
1. Open the Registry Editor app.
71+
1. Navigate to `Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RemoteSystemProviders\`
72+
1. Open the subfolder that has a title containing "Windows365".
73+
1. Delete the registry key that is titled as your stale dev box.
74+
1. Restart your local machine.
75+
76+
## Related content
77+
78+
- Learn how to [configure multiple monitors in Windows App](/windows-app/device-actions?branch=main&tabs=windows)
79+
- [Manage a dev box by using the developer portal](how-to-create-dev-boxes-developer-portal.md)

articles/dev-box/how-to-connect-to-dev-box-with-windows-app.md

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
 (0)