Remember to maintain security and privacy. Do not share sensitive information. Procedimento.com.br may make mistakes. Verify important information. Termo de Responsabilidade
In this article, we will discuss a command line script that can be used to completely uninstall Discord from a Windows PC. Discord is a popular communication platform for gamers, but there may be instances where you need to uninstall it from your system. This article aims to provide an easy-to-follow guide for Windows users on how to remove Discord using command line scripts.
Examples:
Uninstalling Discord using Command Prompt (CMD):
Open Command Prompt as an administrator by right-clicking on the Start menu and selecting "Command Prompt (Admin)."
Run the following command to navigate to the Discord installation directory:
cd C:\Users\YourUsername\AppData\Local\Discord
Replace "YourUsername" with your actual username.
Once inside the Discord directory, run the following command to uninstall Discord:
Discord.exe --uninstall
This command will initiate the uninstallation process and remove Discord from your Windows PC.
Uninstalling Discord using PowerShell:
Open PowerShell as an administrator by right-clicking on the Start menu and selecting "Windows PowerShell (Admin)."
Run the following command to navigate to the Discord installation directory:
cd "C:\Users\YourUsername\AppData\Local\Discord"
Replace "YourUsername" with your actual username.
Once inside the Discord directory, run the following command to uninstall Discord:
.\Discord.exe --uninstall
This command will initiate the uninstallation process and remove Discord from your Windows PC.