{"id":9179,"date":"2024-02-22T14:06:58","date_gmt":"2024-02-22T14:06:58","guid":{"rendered":"https:\/\/cheapwindowsvps.com\/blog\/step-by-step-guide-to-installing-dev-drive-on-windows-11\/"},"modified":"2025-06-02T06:07:58","modified_gmt":"2025-06-02T06:07:58","slug":"step-by-step-guide-to-installing-dev-drive-on-windows-11","status":"publish","type":"post","link":"https:\/\/cheapwindowsvps.com\/blog\/step-by-step-guide-to-installing-dev-drive-on-windows-11\/","title":{"rendered":"Step-by-Step Guide to Installing Dev Drive on Windows 11"},"content":{"rendered":"<div>Dev Drive is a new feature in Windows 11 23H2, also included in the preview of <a href=\"https:\/\/cheapwindowsvps.com\/\">Windows Server<\/a> 2025. It is a drive based on ReFS, specifically designed for the requirements of developers and IT professionals. It offers enhanced control over volume settings and file system filters.<\/div>\n<p>Microsoft provides a dedicated volume optimized for developer projects to programmers and administrators with Dev Drive.<\/p>\n<p>It is suitable for storing source code repositories and project files and copying numerous files. Another possible use for a Dev Drive is to create and maintain a customized Windows image.<\/p>\n<p>However, Dev Drive is not intended for storing the developer tools themselves. Visual Studio automatically recognizes a Dev Drive and suggests it for storing project files. Windows Subsystem for Linux (WSL) also supports such drives.<\/p>\n<h2>Dev Home<\/h2>\n<p>In addition to Dev Drive, Microsoft offers the <a href=\"https:\/\/apps.microsoft.com\/detail\/9N8MHTPHNGVV?hl=en-en&amp;gl=US\" target=\"_blank\" rel=\"nofollow noopener\">Dev Home app<\/a>. It provides a dashboard that allows users to control their development environment via widgets.<\/p>\n<p>The Dev Home app helps to set up a development machine<\/p>\n<p>For example, it allows configuring connections to GitHub repositories, creating Dev Drives, or integrating Azure services.<\/p>\n<div>\u00a0<\/div>\n<p>Dev Home offers widgets for displaying the system status and configuring the development environment<\/p>\n<p>You can install it via the Microsoft Store or with this command:<\/p>\n<pre>winget install Microsoft.DevHome<\/pre>\n<p>However, using Dev Drives does not require the Dev Home app.<\/p>\n<h2>Customizing filters for Dev Drive<\/h2>\n<center><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-10893 size-full\" src=\"http:\/\/cheapwindowsvps.com\/blog\/wp-content\/uploads\/2024\/02\/Customizing-filters-for-Dev-Drive-1.png\" alt=\"Customizing filters for Dev Drive\" width=\"602\" height=\"397\" srcset=\"https:\/\/cheapwindowsvps.com\/blog\/wp-content\/uploads\/2024\/02\/Customizing-filters-for-Dev-Drive-1.png 602w, https:\/\/cheapwindowsvps.com\/blog\/wp-content\/uploads\/2024\/02\/Customizing-filters-for-Dev-Drive-1-300x198.png 300w\" sizes=\"auto, (max-width: 602px) 100vw, 602px\" \/><\/center>\n<p>Dev Drives are optimized for performance and are therefore marked with the <em>Trusted<\/em> flag by default. Trustworthy drives can switch Microsoft Defender to Performance Mode, which provides less protection but has less impact on performance. Dev Drives can also be exempted from the virus scanner by removing the filter intended for Defender.<\/p>\n<p>Other filters, such as those for Docker, are disabled by default and can be enabled with <em>fsutil.exe<\/em>. A corresponding overview can be found in the <a href=\"https:\/\/learn.microsoft.com\/en-us\/windows\/dev-drive\/#filters-for-common-scenarios\" target=\"_blank\" rel=\"nofollow noopener\">Microsoft documentation<\/a>.<\/p>\n<h2>Creating a Dev Drive<\/h2>\n<p>The process starts by clicking the <em>Create Developer Drive<\/em> button in the Settings app under <em>System =&gt; Storage =&gt; Advanced storage settings =&gt; Disks and volumes<\/em>.<\/p>\n<p>The first dialog offers a choice between creating a new VHD, changing the size of an existing volume, and unallocated space on disk &lt;Number&gt;.<\/p>\n<p><a href=\"https:\/\/4sysops.com\/wp-content\/uploads\/2024\/02\/Choosing-a-location-for-Dev-Drive.png\" target=\"_blank\" rel=\"nofollow noopener\">Choosing a location for Dev Drive<\/a><\/p>\n<p>Alternatively, you can convert an existing partition into a Dev Drive:<\/p>\n<pre>Format D: \/DevDrv \/Q<\/pre>\n<p>Another option is this PowerShell command:<\/p>\n<pre>Format-Volume -DriveLetter D -DevDrive<\/pre>\n<p>I create a Dev Drive on a physical partition in the following example. Using a VHDX file instead is also possible.<\/p>\n<p>On the next page, specify a name for the Dev Drive and a drive letter and set the size. Advanced options allow you to use a folder path and determine the cluster size.<\/p>\n<p><a href=\"https:\/\/4sysops.com\/wp-content\/uploads\/2024\/02\/Configuring-the-Developer-Drive.png\" target=\"_blank\" rel=\"nofollow noopener\">Configuring the Developer Drive<\/a><\/p>\n<p>Clicking <em>Format<\/em> creates the drive.<\/p>\n<h2>Configuring Dev Drive with Group Policies<\/h2>\n<p>Group Policy provides two unique settings for Dev Drive. The first one is known as <em>Enable Dev Drive<\/em> and can be found under <em>Computer Configuration =&gt; Policies =&gt; Administrative Templates =&gt; System =&gt; Filesystem<\/em>.<\/p>\n<p>If this setting is deactivated, it obstructs the formation of a Dev Drive. Any existing Dev Drives can still operate but will function similarly to typical drives.<\/p>\n<p><a href=\"https:\/\/4sysops.com\/wp-content\/uploads\/2024\/02\/Managing-Dev-Drives-with-Group-Policy.png\" target=\"_blank\" rel=\"nofollow noopener\">Managing Dev Drives with Group Policy<\/a><\/p>\n<p>Normally, a Dev Drive does not have any file system filters set up, with the exception of the <em>WdFilter<\/em> for Defender. The policy regulating the attachment of Dev Drive filters decide which filter users can incorporate.<\/p>\n<h2>Managing Dev Drive with Microsoft Intune<\/h2>\n<center><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-10894 size-full\" src=\"http:\/\/cheapwindowsvps.com\/blog\/wp-content\/uploads\/2024\/02\/Managing-Dev-Drive-1.png\" alt=\"Managing Dev Drive\" width=\"602\" height=\"402\" srcset=\"https:\/\/cheapwindowsvps.com\/blog\/wp-content\/uploads\/2024\/02\/Managing-Dev-Drive-1.png 602w, https:\/\/cheapwindowsvps.com\/blog\/wp-content\/uploads\/2024\/02\/Managing-Dev-Drive-1-300x200.png 300w\" sizes=\"auto, (max-width: 602px) 100vw, 602px\" \/><\/center>\n<p>You can manage Dev with Microsoft Intune by creating a profile under <em>Devices =&gt; Configuration profiles =&gt; Create =&gt; New policy<\/em>. For platform, select Windows 10 and later; for profile type, select <em>Setting catalog<\/em>.<\/p>\n<p>Then navigate to Configuration settings <em>=&gt; Administrative Templates =&gt; System =&gt; Filesystem.<\/em> There, you will find the equivalents to the two Group Policies, named <em>Enable dev drive<\/em> with the option <em>Let antivirus filter protect dev drives<\/em>, and <em>Dev drive filter attach policy<\/em>.<\/p>\n<p>After you click <em>Create<\/em>, you can assign the policy to relevant PCs.<\/p>\n<h2>System requirements<\/h2>\n<p>Installing a Dev Drive requires at least 8 GB RAM, preferably 16 GB RAM, and 50 GB of free space. The latter must be available in unallocated form on one of the disks. Instead of a physical disk, you can use a <a href=\"https:\/\/cheapwindowsvps.com\/\">virtual hard drive<\/a>.<\/p>\n<p>Developer drives are available in Windows 11 22H2 from build 10.0.22621.2338 and in version 23H2. The current previews of Windows Server 2025 also support Dev Drives.<\/p>\n<p>It is possible to create multiple Dev Drives on a computer, for example, to store different projects on their different drives.<\/p>\n<h2>Summary<\/h2>\n<p>Dev Drives are a new feature in Windows 11 23H2 and the upcoming LTSC Server. These drives are optimized for software development requirements and suitable for various system administration tasks.<\/p>\n<h2>Subscribe to 4sysops newsletter!<\/h2>\n\n","protected":false},"excerpt":{"rendered":"<p>Dev Drive is a new feature in Windows 11 23H2, also included in the preview of Windows Server 2025. It is a drive based on ReFS, specifically designed for the requirements of developers and IT professionals. It offers enhanced control over volume settings and file system filters. Microsoft provides a dedicated volume optimized for developer [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":10891,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[92,95,148,140],"tags":[],"class_list":["post-9179","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-articles","category-devops","category-file-tools","category-storage"],"_links":{"self":[{"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/posts\/9179","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/comments?post=9179"}],"version-history":[{"count":5,"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/posts\/9179\/revisions"}],"predecessor-version":[{"id":10900,"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/posts\/9179\/revisions\/10900"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/media\/10891"}],"wp:attachment":[{"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/media?parent=9179"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/categories?post=9179"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/tags?post=9179"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}