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
- Remove the
Dev Proxy
certificate from your machine.- Open
Start Menu
. - In the search box, Enter
Manage user certificates
. - To open the
Certificates
dialog box, select the result in the list. - In the tree view, expand the
Personal
folder and select theCertificates
child folder. - Remove the
Dev Proxy CA
certificate by selecting and pressing the Delete key on your keyboard, or right select and in the menu selectDelete
. - To confirm the deletion, Select
Yes
.
- Open
- Uninstall Dev Proxy by running in the command prompt:
brew uninstall dev-proxy
- Remove the
Dev Proxy
certificate from your machine.- Open
Keychain Access
. - Switch to
My Certificates
. - In the list of certificates, find the
Dev Proxy CA
certificate. - Right select the certificate and from the menu, select
Delete Dev Proxy CA
. - In Finder, locate and remove the
~/Library/Application Support/dev-proxy
folder.
- Open
- Uninstall Dev Proxy by deleting the Dev Proxy installation folder
- Remove Dev Proxy from your system path
- Open your shell profile in a text editor >
~/.bashrc
. - Update
PATH
environment variable. - Reload your profile >
source ~/.bashrc
.
- Open your shell profile in a text editor >
- Remove the
Dev Proxy
certificate from your machine.- Remove the certificate >
sudo rm /usr/local/share/ca-certificates/dev-proxy-ca.crt
- Update certificates >
sudo update-ca-certificates
- Remove the certificate >
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.