What happens when you do this?
- Log on under an admin account.
- Create a desktop shortcut for cmd.exe.
- Right-click it, then left-click Run as administrator.
- Accept the challenge. You will get a black frame.
- Type these commands and press Enter after each:
mode con lines=50
tasklist | more
You will get a long list of active tasks. Press Enter until you see the Soulseek task. 6. Make a note of the Soulseek Process-ID.
Example:
Video.UI.exe 10884 Console 1 31'460 K
wininit.exe 704 Services 0 5'412 K
The Process ID of "Video.UI.exe" is 10884 7. Type this command and press Enter:
taskkill /f /pid 10884
This command would kill the Video task.
These steps could be automated if you need to do this often.