Windows OS:
Windows users have the option of using either PowerShell or the command prompt to uninstall DSim Cloud. Below are instructions for both.
If you are using PowerShell:
-
-
Open the Windows Search Box and type “powershell”.
- Select the Windows PowerShell App.
- Execute the following command in your PowerShell:
-
rm -r -fo "$env:localappdata\metrics"
If you are using Command Prompt:
-
- Open the Windows Search Box and type "cmd".
- Select the Comand Prompt App.
- Execute either of the following commands in your Command Prompt:
rmdir "%LOCALAPPDATA%\metrics" /s /q
del /f "%LOCALAPPDATA%\metrics"
-
-
-
- When prompted to confirm, enter Y
-
-
Mac OS:
- From any terminal window, execute the following command:
rm -fr /usr/local/bin/mdc
Linux OS:
- From any terminal window, execute the following command:
rm -fr /usr/local/bin/mdc
To re-install the DSim Cloud CLI after deleting, please see Installing the DSim Cloud CLI.