How Do I Quit Discord

Status
This thread has been locked.

Jayson

Supreme
Feedback score
17
Posts
1,258
Reactions
741
Resources
0
Code:
C:\Users\jayso>taskkill/IM discord.exe
SUCCESS: Sent termination signal to the process "Discord.exe" with PID 16988.
ERROR: The process "Discord.exe" with PID 10268 could not be terminated.
Reason: Access is denied.

PS C:\WINDOWS\system32> taskkill /PID 16988
SUCCESS: Sent termination signal to the process with PID 16988.
PS C:\WINDOWS\system32> taskkill /PID 16988
SUCCESS: Sent termination signal to the process with PID 16988.
PS C:\WINDOWS\system32> taskkill /PID 16988
SUCCESS: Sent termination signal to the process with PID 16988.
Discord crashed. I don't feel like restarting my PC like I always do.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

JDJZ

Supreme
Feedback score
7
Posts
97
Reactions
39
Resources
0
Last edited:

Fire

Always DM me here before dealing via Discord.
Supreme
Feedback score
74
Posts
3,045
Reactions
1,745
Resources
0
C:\Users\jayso>taskkill/IM discord.exe SUCCESS: Sent termination signal to the process "Discord.exe" with PID 16988. ERROR: The process "Discord.exe" with PID 10268 could not be terminated. Reason: Access is denied.
Are you running CMD with admin rights? Normally when run with admin rights it will set the working dir to system32, not your users area. (Providing you didnt change to that dir). Would explain why you got the access denied error.
 

Jayson

Supreme
Feedback score
17
Posts
1,258
Reactions
741
Resources
0
Are you running CMD with admin rights? Normally when run with admin rights it will set the working dir to system32, not your users area. (Providing you didnt change to that dir). Would explain why you got the access denied error.
The first command I ran was in command prompt (not admin), the second set was in Windows PowerShell (admin).
 

Samuel

The most serious person ever.
Supreme
Feedback score
33
Posts
2,210
Reactions
1,572
Resources
0
taskkill /f /im <blah>
/f is force

You may need to run CMD as Admin.
 
Status
This thread has been locked.
Top