Skip to content

Commit ac2784e

Browse files
author
Jill Grant
authored
Merge pull request #285031 from RoseHJM/mdb-troubleshooting-toc
MDB - ToC update
2 parents 8978724 + f1028e6 commit ac2784e

File tree

9 files changed

+80
-81
lines changed

9 files changed

+80
-81
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@
5959
"source_path_from_root": "/articles/dev-box/how-to-connect-to-dev-box-with-windows-app.md",
6060
"redirect_url": "/windows-app/get-started-connect-devices-desktops-apps?context=/azure/dev-box/context/context&pivots=dev-box",
6161
"redirect_document_id": false
62+
},
63+
{
64+
"source_path_from_root": "/articles/dev-box/how-to-access-dev-box-task-view.md",
65+
"redirect_url": "/azure/dev-box/how-to-troubleshoot-dev-box-task-view",
66+
"redirect_document_id": false
6267
}
6368
]
6469
}

articles/dev-box/how-to-access-dev-box-task-view.md

Lines changed: 0 additions & 79 deletions
This file was deleted.
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
title: Troubleshoot Task view with dev box
3+
titleSuffix: Microsoft Dev Box
4+
description: Learn how to troubleshoot issues with removing a stale or inaccessible dev box from Task view in Windows.
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: troubleshooting-general
11+
12+
#customer intent: As a dev box user, I want to troubleshoot issues with connecting to my dev box by using Task view, so that I can swap between my local machine and my dev box quickly.
13+
---
14+
15+
# Troubleshoot issues with removing stale or inaccessible dev boxes from Task view
16+
17+
This article shows you how to remove a stale or inaccessible dev box from Task view. You also see how to troubleshoot issues that arise with removing a dev box.
18+
19+
Task view is a feature in Windows 11 (and Windows 10) that 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.
20+
21+
## Prerequisites
22+
23+
To complete the steps in this article, you must have:
24+
- Access to a dev box through the developer portal.
25+
- Windows App installed.
26+
- 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).
27+
- A dev box added to Task view
28+
- If you don't have dev boxes added to Task view, see [Add to Task view](/windows-app/device-actions?tabs=windows#add-to-task-view).
29+
30+
## Troubleshooting Task view
31+
32+
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.
33+
34+
To remove a dev box from Task view, you can:
35+
36+
- [Remove dev box from Task view in Windows App](#remove-dev-box-from-task-view-in-windows-app)
37+
- [Reinstall Windows App](#reinstall-windows-app)
38+
- [Remove the dev box registry entry](#remove-the-dev-box-registry-entry)
39+
40+
### Remove dev box from Task view in Windows App
41+
42+
1. Open Windows App.
43+
1. For the dev box you want to configure, select **(...)** > **Remove from Task view**.
44+
45+
:::image type="content" source="media/how-to-troubleshoot-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-troubleshoot-dev-box-task-view/windows-app-options-remove-task-view.png":::
46+
47+
### Reinstall Windows App
48+
49+
If attempting to remove the stale dev box by selecting the [**Remove from Task view**](#remove-dev-box-from-task-view-in-windows-app) option in Windows App fails, uninstall, and reinstall Windows App.
50+
51+
1. From the Start menu, open **Settings**.
52+
1. Search for and select **Add or remove programs**.
53+
1. Search for **Windows App**.
54+
1. For Windows App, select **(...)** > **Uninstall**.
55+
1. In the **This app and its related info will be uninstalled** message, select **Uninstall**.
56+
57+
For help reinstalling Windows App 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).
58+
59+
### Remove the dev box registry entry
60+
61+
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.
62+
63+
To remove the registry entry:
64+
65+
1. Open the Registry Editor app.
66+
1. Navigate to `Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RemoteSystemProviders\`
67+
1. Open the subfolder that has a title containing "Windows365".
68+
1. Delete the registry key that is titled as your stale dev box.
69+
1. Restart your local machine.
70+
71+
## Related content
72+
73+
- [Manage a dev box by using the developer portal](how-to-create-dev-boxes-developer-portal.md)
Binary file not shown.
Binary file not shown.
Binary file not shown.

articles/dev-box/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ items:
8282
href: tutorial-connect-to-dev-box-with-remote-desktop-app.md
8383
- name: Use multiple monitors
8484
href: tutorial-configure-multiple-monitors.md
85-
- name: Access a dev box with Task view
86-
href: how-to-access-dev-box-task-view.md
8785
- name: Security
8886
items:
8987
- name: Provide access to project admins
@@ -116,6 +114,8 @@ items:
116114
items:
117115
- name: Troubleshoot dev box connectivity issues
118116
href: how-to-troubleshoot-repair-dev-box.md
117+
- name: Troubleshoot Task view issues
118+
href: how-to-troubleshoot-dev-box-task-view.md
119119
- name: Reference
120120
items:
121121
- name: Install Azure CLI devcenter extension

0 commit comments

Comments
 (0)