logo
Windows 11Install and Uninstall Dev Home on Windows 11

How to Install and Uninstall Dev Home on Windows 11

By Achilles Hill | Last Updated

There is a new feature on Windows 11 23H2 update: Dev Home, which is designed for the developer to deal with all of the workflows and coding tasks in one centralized location. Thus, how can you install Dev Home on Windows 11 for free and how to remove Dev Home if you do not need it? Here we will dive into the details.

  1. Part 1: How to Install Dev Home on Windows 11
  2. Part 2: How to Uninstall Dev Home on Windows 11
  3. FAQs about Dev Home Installation

How to install or uninstall Dev Home on Windows 11

Part 1: How to Install Dev Home on Windows 11

First of all, you need to get Dev Home app on your Windows 11. There are two ways to download it: you can download from Microsoft Store app or from the GitHub site. Here the GitHub site is selected. After that, you can install Dev Home on Windows 11 via command line.

download Dev Home on Windows 11

Step 1: Search Windows 11 PowerShell on your Windows 11 and choose to Run Windows PowerShell as administrator.

run Windows PowerShell as administrator

Step 2: Allow Windows PowerShell to make changes on your Windows 11.

tap Yes to allow

Step 3: Execute the command line: add-appxpackage “D:\ Windows.DevHome_0.1101.416.0.msixbundle” to install the Dev Home app. “D:\ Windows.DevHome_0.1101.416.0.msixbundle” is the location where your downloaded Dev Home package is saved.

run command to install Dev Home

Step 4: In no time, Dev Home is installing on your Windows 11.

Dev Home is installing

After installation, you can search Dev Home on Windows search toolbar. Then choose Dev Home (Preview) to open.

open Dev Home from search

Now your development control center is installed. You can get started now to access development utilities all from one centralized location.

Dev Home interface

Part 2: How to Uninstall Dev Home on Windows 11

If you think Dev Home is useless on your Windows 11 23H2 computer, just uninstall it. Different from other apps on Windows 11, you cannot remove it from Settings. Windows PowerShell can help you uninstall Dev Home on Windows 11.

Step 1: Run Windows PowerShell as the administrator on your Windows 11.

Step 2: Execute the command line to uninstall Dev Home: Get-AppxPackage *Windows.DevHome* | Remove-AppxPackage .

run command to uninstall Dev Home

Step 3: The uninstalling is on going.

Dev Home is uninstalling

FAQs about Dev Home Installation

1. Is Dev Home Automatically installed?

No, you need to install Dev Home manually after you download it. If you want Dev Home installed automatically on Windows 11, you can enable Developer mode on your computer to have a try.

2. Can we remove Dev Home from Windows 11?

Yes, of course. You can follow the mentioned steps to uninstall Dev Home with Windows PowerShell command line.

3. What you need to set up in Dev Home?

You can set up machine configuration, dashboard widgets, system widgets and GitHub extension widgets in Dev Home.