Edit

Share via


Uninstall

If you want to remove Dev Proxy from your machine, follow these steps.

Uninstall Dev Proxy by running in the command prompt:

winget uninstall Microsoft.DevProxy

Uninstall Dev Proxy by running in the command prompt:

brew uninstall dev-proxy
  1. Uninstall Dev Proxy by deleting the Dev Proxy installation folder
  2. Remove Dev Proxy from your system path
    1. Open your shell profile in a text editor > ~/.bashrc.
    2. Update PATH environment variable.
    3. Reload your profile > source ~/.bashrc.
  3. Remove the Dev Proxy certificate from your machine.
    1. Remove the certificate > sudo rm /usr/local/share/ca-certificates/dev-proxy-ca.crt
    2. Update certificates > sudo update-ca-certificates

Dev Proxy Certificate Uninstallation

If you haven't removed the Dev Proxy certificate automatically during uninstallation, follow these steps to remove it manually:

  1. Open Start Menu.
  2. In the search box, type Manage user certificates.
  3. Select Manage user certificates that appears in the search list. This opens the Certificates - Current User window.
  4. Remove the certificate from the Personal store:
    1. In the navigation pane on the left, expand the Personal folder.
    2. Select the Certificates subfolder.
    3. In the central pane, locate and select the Dev Proxy CA certificate.
    4. Press the Delete key on your keyboard, or right-click the certificate and choose Delete from the context menu.
    5. When prompted to confirm the deletion, select Yes.
  5. Remove the certificate from the Trusted Root Certification Authorities store:
    1. In the navigation pane on the left, expand the Trusted Root Certification Authorities folder.
    2. Select the Certificates subfolder.
    3. In the central pane, locate and select the Dev Proxy CA certificate.
    4. Press the Delete key on your keyboard, or right-click the certificate and choose Delete from the context menu.
    5. When prompted to confirm the deletion, select Yes.
  1. Open Spotlight by pressing Command + Space.
  2. Open Keychain Access by typing Keychain Access and pressing Return.
  3. Switch to the My Certificates category.
  4. In the list of certificates, find the Dev Proxy CA certificate.
  5. Right-click on the certificate, from the context menu that appears, select Delete "Dev Proxy CA", and confirm the deletion.
  6. Open Finder, locate the ~/Library/Application Support/dev-proxy folder.
  7. Remove the dev-proxy folder by opening the context menu and selecting Move to Trash.
  1. Remove the certificate

    sudo rm /usr/local/share/ca-certificates/dev-proxy-ca.crt
    
  2. Update certificates

    sudo update-ca-certificates