sfx101 / deck

DECK is a powerful and high performant local web development studio, an open source alternative to Docker desktop
https://github.com/deck-app
GNU Affero General Public License v3.0
1.5k stars 71 forks source link

How to uninstall everything #114

Closed tvaughan73 closed 1 year ago

tvaughan73 commented 1 year ago

Something has messed up with my deck install and I want to do a clean install. Other than uninstalling the deck app in Windows how do I uninstall everything else including the WSL deck-app server?

nabad600 commented 1 year ago

Hi @tvaughan73, Thank you for using DECK, as your requirement below mention details

Uninstall or remove apps and programs in Windows

Windows 11

image

Windows 10

image

Uninstall or remove DECK from WSL

  1. Open Start.
  2. Search for Command Prompt, right-click the top result, and select the Run as administrator option.
  3. Type the following command to view a list of all available distros and press Enter: wsl -l -v
  4. Type the following command to set a distro as the new default and press Enter: wsl --unregister DISTRO-NAME In the command, replace DISTRO-NAME for the name of the distro For example, this command unregisters and deletes the DECK Linux distribution: wsl --unregister deck-app

Let us know of any issues, we'd be happy to help.