You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/dev-drive/index.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -280,6 +280,7 @@ The following filters may be used with Dev Drive:
280
280
| Defender: Windows Defender Filter | WdFilter |
281
281
| Docker: Running containers out of Dev Drive | bindFlt, wcifs |
282
282
| Windows Performance Recorder: Measure file system operations | FileInfo |
283
+
| Resource Monitor: Shows resource usage. Required to show file names in Disk Activity | FileInfo |
283
284
| Process Monitor - Sysinternals: Monitor file system activities | ProcMon24 |
284
285
| Windows Upgrade: Used during OS Upgrade. Required if user moves TEMP environment variable to Dev Drive | WinSetupMon |
285
286
@@ -315,13 +316,11 @@ Open Windows **Settings** menu, then choose **Storage**, then **Advanced Storage
315
316
316
317

317
318
318
-
The Dev Drive will now be deleted. **However**, if you have attempted to delete a Dev Drive, but see that storage space still appears to be allocated to it, another step may be required.
319
-
320
-
It could be that the VHD hosting the Dev Drive was attached as a virtual disk (rather than created in unallocated disk space or repurposing an existing disk volume). In this case, you will need to first detach the virtual disk so that the VHD file hosting the Dev Drive can be deleted, following these steps:
319
+
The Dev Drive will now be deleted. **However**, if the Dev Drive was created as a new VHD, the VHD will need to be deleted to reclaim the storage space used by that VHD. To accomplish this, you must detach the virtual disk so that the VHD file hosting the Dev Drive can be deleted, following these steps:
321
320
322
321
1. Open the Disk Management tool by entering "Computer Management" in the search box on the taskbar. Select **Disk Management** under the Storage heading. Select the **Disk** (not the Volume) of the Dev Drive. Right-click the selected Disk hosting the Dev Drive and, from the resulting menu, select **Detach VHD**.
323
322
2. A pop-up window will appear informing you that detaching a virtual hard disk will make it unavailable.
324
-
3. Once detached, the VHD can be deleted. Right-click and select **Delete Volume...**.
323
+
3. Once detached, the VHD can be deleted.
325
324
326
325

0 commit comments